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