public class PbmCapabilitySchemaVendorInfo extends DynamicData
Java class for PbmCapabilitySchemaVendorInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilitySchemaVendorInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vendorUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="info" type="{urn:pbm}PbmExtendedElementDescription"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PbmExtendedElementDescription |
info |
protected String |
vendorUuid |
| Constructor and Description |
|---|
PbmCapabilitySchemaVendorInfo() |
| Modifier and Type | Method and Description |
|---|---|
PbmExtendedElementDescription |
getInfo()
Gets the value of the info property.
|
String |
getVendorUuid()
Gets the value of the vendorUuid property.
|
void |
setInfo(PbmExtendedElementDescription value)
Sets the value of the info property.
|
void |
setVendorUuid(String value)
Sets the value of the vendorUuid property.
|
protected String vendorUuid
protected PbmExtendedElementDescription info
public String getVendorUuid()
Stringpublic void setVendorUuid(String value)
value - allowed object is
Stringpublic PbmExtendedElementDescription getInfo()
PbmExtendedElementDescriptionpublic void setInfo(PbmExtendedElementDescription value)
value - allowed object is
PbmExtendedElementDescriptionCopyright © 2018. All rights reserved.