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