com.quartzdesk.service.types.v3_0.common
Class TimeZone

java.lang.Object
  extended by com.quartzdesk.service.types.v3_0.common.TimeZone

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="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String displayName
           
protected  String id
           
protected  Integer offset
           
 
Constructor Summary
TimeZone()
           
 
Method Summary
 String getDisplayName()
          Gets the value of the displayName property.
 String getId()
          Gets the value of the id property.
 Integer getOffset()
          Gets the value of the offset property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setId(String value)
          Sets the value of the id property.
 void setOffset(Integer value)
          Sets the value of the offset property.
 TimeZone withDisplayName(String value)
           
 TimeZone withId(String value)
           
 TimeZone withOffset(Integer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

displayName

protected String displayName

offset

protected Integer offset
Constructor Detail

TimeZone

public TimeZone()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getOffset

public Integer getOffset()
Gets the value of the offset property.

Returns:
possible object is String

setOffset

public void setOffset(Integer value)
Sets the value of the offset property.

Parameters:
value - allowed object is String

withId

public TimeZone withId(String value)

withDisplayName

public TimeZone withDisplayName(String value)

withOffset

public TimeZone withOffset(Integer value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.