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