public class ProfileParameterMetadata extends DynamicData
Java class for ProfileParameterMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileParameterMetadata">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{urn:vim25}ExtendedElementDescription"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="securitySensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
defaultValue |
protected Boolean |
hidden |
protected ExtendedElementDescription |
id |
protected boolean |
optional |
protected Boolean |
readOnly |
protected Boolean |
securitySensitive |
protected String |
type |
| Constructor and Description |
|---|
ProfileParameterMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Gets the value of the defaultValue property.
|
ExtendedElementDescription |
getId()
Gets the value of the id property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isOptional()
Gets the value of the optional property.
|
Boolean |
isReadOnly()
Gets the value of the readOnly property.
|
Boolean |
isSecuritySensitive()
Gets the value of the securitySensitive property.
|
void |
setDefaultValue(Object value)
Sets the value of the defaultValue property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setId(ExtendedElementDescription value)
Sets the value of the id property.
|
void |
setOptional(boolean value)
Sets the value of the optional property.
|
void |
setReadOnly(Boolean value)
Sets the value of the readOnly property.
|
void |
setSecuritySensitive(Boolean value)
Sets the value of the securitySensitive property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected ExtendedElementDescription id
protected String type
protected boolean optional
protected Object defaultValue
protected Boolean hidden
protected Boolean securitySensitive
protected Boolean readOnly
public ExtendedElementDescription getId()
ExtendedElementDescriptionpublic void setId(ExtendedElementDescription value)
value - allowed object is
ExtendedElementDescriptionpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isOptional()
public void setOptional(boolean value)
public Object getDefaultValue()
Objectpublic void setDefaultValue(Object value)
value - allowed object is
Objectpublic Boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic Boolean isSecuritySensitive()
Booleanpublic void setSecuritySensitive(Boolean value)
value - allowed object is
Booleanpublic Boolean isReadOnly()
BooleanCopyright © 2018. All rights reserved.