public class PbmDefaultCapabilityProfile extends PbmCapabilityProfile
Java class for PbmDefaultCapabilityProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmDefaultCapabilityProfile">
<complexContent>
<extension base="{urn:pbm}PbmCapabilityProfile">
<sequence>
<element name="vvolType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="containerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerId |
protected List<String> |
vvolType |
constraints, generationId, isDefault, lineOfService, profileCategory, resourceType, systemCreatedProfileTypecreatedBy, creationTime, description, lastUpdatedBy, lastUpdatedTime, name, profileId| Constructor and Description |
|---|
PbmDefaultCapabilityProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId()
Gets the value of the containerId property.
|
List<String> |
getVvolType()
Gets the value of the vvolType property.
|
void |
setContainerId(String value)
Sets the value of the containerId property.
|
getConstraints, getGenerationId, getLineOfService, getProfileCategory, getResourceType, getSystemCreatedProfileType, isIsDefault, setConstraints, setGenerationId, setIsDefault, setLineOfService, setProfileCategory, setResourceType, setSystemCreatedProfileTypegetCreatedBy, getCreationTime, getDescription, getLastUpdatedBy, getLastUpdatedTime, getName, getProfileId, setCreatedBy, setCreationTime, setDescription, setLastUpdatedBy, setLastUpdatedTime, setName, setProfileIdpublic List<String> getVvolType()
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 vvolType property.
For example, to add a new item, do as follows:
getVvolType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getContainerId()
StringCopyright © 2018. All rights reserved.