public class CustomizationSpecInfo extends DynamicData
Java class for CustomizationSpecInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationSpecInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="changeVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUpdateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeVersion |
protected String |
description |
protected XMLGregorianCalendar |
lastUpdateTime |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
CustomizationSpecInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeVersion()
Gets the value of the changeVersion property.
|
String |
getDescription()
Gets the value of the description property.
|
XMLGregorianCalendar |
getLastUpdateTime()
Gets the value of the lastUpdateTime property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setChangeVersion(String value)
Sets the value of the changeVersion property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLastUpdateTime(XMLGregorianCalendar value)
Sets the value of the lastUpdateTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String description
protected String type
protected String changeVersion
protected XMLGregorianCalendar lastUpdateTime
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getChangeVersion()
Stringpublic void setChangeVersion(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastUpdateTime()
XMLGregorianCalendarpublic void setLastUpdateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.