public class CustomizationUserData extends DynamicData
Java class for CustomizationUserData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationUserData">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="orgName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="computerName" type="{urn:vim25}CustomizationName"/>
<element name="productId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomizationName |
computerName |
protected String |
fullName |
protected String |
orgName |
protected String |
productId |
| Constructor and Description |
|---|
CustomizationUserData() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationName |
getComputerName()
Gets the value of the computerName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getOrgName()
Gets the value of the orgName property.
|
String |
getProductId()
Gets the value of the productId property.
|
void |
setComputerName(CustomizationName value)
Sets the value of the computerName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setOrgName(String value)
Sets the value of the orgName property.
|
void |
setProductId(String value)
Sets the value of the productId property.
|
protected String fullName
protected String orgName
protected CustomizationName computerName
protected String productId
public String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getOrgName()
Stringpublic void setOrgName(String value)
value - allowed object is
Stringpublic CustomizationName getComputerName()
CustomizationNamepublic void setComputerName(CustomizationName value)
value - allowed object is
CustomizationNamepublic String getProductId()
StringCopyright © 2018. All rights reserved.