public class HostDateTimeSystemTimeZone extends DynamicData
Java class for HostDateTimeSystemTimeZone complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDateTimeSystemTimeZone">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gmtOffset" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected int |
gmtOffset |
protected String |
key |
protected String |
name |
| Constructor and Description |
|---|
HostDateTimeSystemTimeZone() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
int |
getGmtOffset()
Gets the value of the gmtOffset property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGmtOffset(int value)
Sets the value of the gmtOffset property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String key
protected String name
protected String description
protected int gmtOffset
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getGmtOffset()
public void setGmtOffset(int value)
Copyright © 2018. All rights reserved.