public class PbmCapabilityMetadataPerCategory extends DynamicData
Java class for PbmCapabilityMetadataPerCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityMetadataPerCategory">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="subCategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="capabilityMetadata" type="{urn:pbm}PbmCapabilityMetadata" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PbmCapabilityMetadata> |
capabilityMetadata |
protected String |
subCategory |
| Constructor and Description |
|---|
PbmCapabilityMetadataPerCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<PbmCapabilityMetadata> |
getCapabilityMetadata()
Gets the value of the capabilityMetadata property.
|
String |
getSubCategory()
Gets the value of the subCategory property.
|
void |
setSubCategory(String value)
Sets the value of the subCategory property.
|
protected String subCategory
protected List<PbmCapabilityMetadata> capabilityMetadata
public String getSubCategory()
Stringpublic void setSubCategory(String value)
value - allowed object is
Stringpublic List<PbmCapabilityMetadata> getCapabilityMetadata()
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 capabilityMetadata property.
For example, to add a new item, do as follows:
getCapabilityMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
PbmCapabilityMetadata
Copyright © 2018. All rights reserved.