public class PbmCapabilityPropertyMetadata extends DynamicData
Java class for PbmCapabilityPropertyMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityPropertyMetadata">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="summary" type="{urn:pbm}PbmExtendedElementDescription"/>
<element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="type" type="{urn:pbm}PbmCapabilityTypeInfo" minOccurs="0"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="allowedValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="requirementsTypeHint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
allowedValue |
protected Object |
defaultValue |
protected String |
id |
protected boolean |
mandatory |
protected String |
requirementsTypeHint |
protected PbmExtendedElementDescription |
summary |
protected PbmCapabilityTypeInfo |
type |
| Constructor and Description |
|---|
PbmCapabilityPropertyMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAllowedValue()
Gets the value of the allowedValue property.
|
Object |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getId()
Gets the value of the id property.
|
String |
getRequirementsTypeHint()
Gets the value of the requirementsTypeHint property.
|
PbmExtendedElementDescription |
getSummary()
Gets the value of the summary property.
|
PbmCapabilityTypeInfo |
getType()
Gets the value of the type property.
|
boolean |
isMandatory()
Gets the value of the mandatory property.
|
void |
setAllowedValue(Object value)
Sets the value of the allowedValue property.
|
void |
setDefaultValue(Object value)
Sets the value of the defaultValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMandatory(boolean value)
Sets the value of the mandatory property.
|
void |
setRequirementsTypeHint(String value)
Sets the value of the requirementsTypeHint property.
|
void |
setSummary(PbmExtendedElementDescription value)
Sets the value of the summary property.
|
void |
setType(PbmCapabilityTypeInfo value)
Sets the value of the type property.
|
protected String id
protected PbmExtendedElementDescription summary
protected boolean mandatory
protected PbmCapabilityTypeInfo type
protected Object defaultValue
protected Object allowedValue
protected String requirementsTypeHint
public void setId(String value)
value - allowed object is
Stringpublic PbmExtendedElementDescription getSummary()
PbmExtendedElementDescriptionpublic void setSummary(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionpublic boolean isMandatory()
public void setMandatory(boolean value)
public PbmCapabilityTypeInfo getType()
PbmCapabilityTypeInfopublic void setType(PbmCapabilityTypeInfo value)
value - allowed object is
PbmCapabilityTypeInfopublic Object getDefaultValue()
Objectpublic void setDefaultValue(Object value)
value - allowed object is
Objectpublic Object getAllowedValue()
Objectpublic void setAllowedValue(Object value)
value - allowed object is
Objectpublic String getRequirementsTypeHint()
StringCopyright © 2018. All rights reserved.