magoffin.matt.ma2.domain
Interface TimeZone


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

getOrdering

int getOrdering()
Gets the value of the ordering property.


setOrdering

void setOrdering(int value)
Sets the value of the ordering property.


getOffset

int getOffset()
Gets the value of the offset property.


setOffset

void setOffset(int value)
Sets the value of the offset property.


getCode

java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String