public class PbmCapabilityMetadataUniqueId extends DynamicData
Java class for PbmCapabilityMetadataUniqueId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmCapabilityMetadataUniqueId">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
namespace |
| Constructor and Description |
|---|
PbmCapabilityMetadataUniqueId() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
Copyright © 2018. All rights reserved.