| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeZone
Java content class for time-zone complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 82)
 <complexType name="time-zone">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="ordering" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
| Method Summary | |
|---|---|
|  java.lang.String | getCode()Gets the value of the code property. | 
|  java.lang.String | getName()Gets the value of the name property. | 
|  int | getOffset()Gets the value of the offset property. | 
|  int | getOrdering()Gets the value of the ordering property. | 
|  void | setCode(java.lang.String value)Sets the value of the code property. | 
|  void | setName(java.lang.String value)Sets the value of the name property. | 
|  void | setOffset(int value)Sets the value of the offset property. | 
|  void | setOrdering(int value)Sets the value of the ordering property. | 
| Method Detail | 
|---|
int getOrdering()
void setOrdering(int value)
int getOffset()
void setOffset(int value)
java.lang.String getCode()
Stringvoid setCode(java.lang.String value)
value - allowed object is
     Stringjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
     String| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||