public class TimeZone extends Object
Java class for TimeZone complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeZone"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="utc_offset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TimeZone() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
String |
getUtcOffset()
Gets the value of the utcOffset property.
|
boolean |
isSetName() |
boolean |
isSetUtcOffset() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setUtcOffset(String value)
Sets the value of the utcOffset property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getUtcOffset()
String
public void setUtcOffset(String value)
value
- allowed object is
String
public boolean isSetUtcOffset()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0