public class GuestRegKeySpec extends DynamicData
Java class for GuestRegKeySpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestRegKeySpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="keyName" type="{urn:vim25}GuestRegKeyNameSpec"/>
<element name="classType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastWritten" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classType |
protected GuestRegKeyNameSpec |
keyName |
protected XMLGregorianCalendar |
lastWritten |
| Constructor and Description |
|---|
GuestRegKeySpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassType()
Gets the value of the classType property.
|
GuestRegKeyNameSpec |
getKeyName()
Gets the value of the keyName property.
|
XMLGregorianCalendar |
getLastWritten()
Gets the value of the lastWritten property.
|
void |
setClassType(String value)
Sets the value of the classType property.
|
void |
setKeyName(GuestRegKeyNameSpec value)
Sets the value of the keyName property.
|
void |
setLastWritten(XMLGregorianCalendar value)
Sets the value of the lastWritten property.
|
protected GuestRegKeyNameSpec keyName
protected String classType
protected XMLGregorianCalendar lastWritten
public GuestRegKeyNameSpec getKeyName()
GuestRegKeyNameSpecpublic void setKeyName(GuestRegKeyNameSpec value)
value - allowed object is
GuestRegKeyNameSpecpublic String getClassType()
Stringpublic void setClassType(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastWritten()
XMLGregorianCalendarpublic void setLastWritten(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.