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