public class PbmCapabilityMetadata extends DynamicData
Java class for PbmCapabilityMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityMetadata">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{urn:pbm}PbmCapabilityMetadataUniqueId"/>
<element name="summary" type="{urn:pbm}PbmExtendedElementDescription"/>
<element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hint" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="keyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="allowMultipleConstraints" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="propertyMetadata" type="{urn:pbm}PbmCapabilityPropertyMetadata" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowMultipleConstraints |
protected Boolean |
hint |
protected PbmCapabilityMetadataUniqueId |
id |
protected String |
keyId |
protected Boolean |
mandatory |
protected List<PbmCapabilityPropertyMetadata> |
propertyMetadata |
protected PbmExtendedElementDescription |
summary |
| Constructor and Description |
|---|
PbmCapabilityMetadata() |
| Modifier and Type | Method and Description |
|---|---|
PbmCapabilityMetadataUniqueId |
getId()
Gets the value of the id property.
|
String |
getKeyId()
Gets the value of the keyId property.
|
List<PbmCapabilityPropertyMetadata> |
getPropertyMetadata()
Gets the value of the propertyMetadata property.
|
PbmExtendedElementDescription |
getSummary()
Gets the value of the summary property.
|
Boolean |
isAllowMultipleConstraints()
Gets the value of the allowMultipleConstraints property.
|
Boolean |
isHint()
Gets the value of the hint property.
|
Boolean |
isMandatory()
Gets the value of the mandatory property.
|
void |
setAllowMultipleConstraints(Boolean value)
Sets the value of the allowMultipleConstraints property.
|
void |
setHint(Boolean value)
Sets the value of the hint property.
|
void |
setId(PbmCapabilityMetadataUniqueId value)
Sets the value of the id property.
|
void |
setKeyId(String value)
Sets the value of the keyId property.
|
void |
setMandatory(Boolean value)
Sets the value of the mandatory property.
|
void |
setSummary(PbmExtendedElementDescription value)
Sets the value of the summary property.
|
protected PbmCapabilityMetadataUniqueId id
protected PbmExtendedElementDescription summary
protected Boolean mandatory
protected Boolean hint
protected String keyId
protected Boolean allowMultipleConstraints
protected List<PbmCapabilityPropertyMetadata> propertyMetadata
public PbmCapabilityMetadataUniqueId getId()
PbmCapabilityMetadataUniqueIdpublic void setId(PbmCapabilityMetadataUniqueId value)
value - allowed object is
PbmCapabilityMetadataUniqueIdpublic PbmExtendedElementDescription getSummary()
PbmExtendedElementDescriptionpublic void setSummary(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionpublic Boolean isMandatory()
Booleanpublic void setMandatory(Boolean value)
value - allowed object is
Booleanpublic Boolean isHint()
Booleanpublic void setHint(Boolean value)
value - allowed object is
Booleanpublic String getKeyId()
Stringpublic void setKeyId(String value)
value - allowed object is
Stringpublic Boolean isAllowMultipleConstraints()
Booleanpublic void setAllowMultipleConstraints(Boolean value)
value - allowed object is
Booleanpublic List<PbmCapabilityPropertyMetadata> getPropertyMetadata()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the propertyMetadata property.
For example, to add a new item, do as follows:
getPropertyMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
PbmCapabilityPropertyMetadata
Copyright © 2018. All rights reserved.