public class PbmServerObjectRef extends DynamicData
Java class for PbmServerObjectRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmServerObjectRef">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="objectType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serverUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
objectType |
protected String |
serverUuid |
| Constructor and Description |
|---|
PbmServerObjectRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
String |
getServerUuid()
Gets the value of the serverUuid property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setServerUuid(String value)
Sets the value of the serverUuid property.
|
protected String objectType
protected String key
protected String serverUuid
public String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getServerUuid()
StringCopyright © 2018. All rights reserved.