com.esri.arcgisws
Class TimeReference

java.lang.Object
  extended by com.esri.arcgisws.TimeReference
All Implemented Interfaces:
java.io.Serializable

public class TimeReference
extends java.lang.Object
implements java.io.Serializable

Java class for TimeReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimeReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TimeZoneNameID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RespectsDaylightSavingTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="RespectsDynamicAdjustmentRules" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TimeReference()
          TimeReference default constructor.
TimeReference(java.lang.String timeZoneNameID, java.lang.Boolean respectsDaylightSavingTime, java.lang.Boolean respectsDynamicAdjustmentRules)
          Deprecated. 
 
Method Summary
 java.lang.Boolean getRespectsDaylightSavingTime()
          Gets the value of the respectsDaylightSavingTime property.
 java.lang.Boolean getRespectsDynamicAdjustmentRules()
          Gets the value of the respectsDynamicAdjustmentRules property.
 java.lang.String getTimeZoneNameID()
          Gets the value of the timeZoneNameID property.
 java.lang.Boolean isRespectsDaylightSavingTime()
           
 java.lang.Boolean isRespectsDynamicAdjustmentRules()
           
 void setRespectsDaylightSavingTime(java.lang.Boolean value)
          Sets the value of the respectsDaylightSavingTime property.
 void setRespectsDynamicAdjustmentRules(java.lang.Boolean value)
          Sets the value of the respectsDynamicAdjustmentRules property.
 void setTimeZoneNameID(java.lang.String value)
          Sets the value of the timeZoneNameID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeReference

@Deprecated
public TimeReference(java.lang.String timeZoneNameID,
                                java.lang.Boolean respectsDaylightSavingTime,
                                java.lang.Boolean respectsDynamicAdjustmentRules)
Deprecated. 

TimeReference constructor.


TimeReference

public TimeReference()
TimeReference default constructor.

Method Detail

getTimeZoneNameID

public java.lang.String getTimeZoneNameID()
Gets the value of the timeZoneNameID property.

Returns:
possible object is String

setTimeZoneNameID

public void setTimeZoneNameID(java.lang.String value)
Sets the value of the timeZoneNameID property.

Parameters:
value - allowed object is String

getRespectsDaylightSavingTime

public java.lang.Boolean getRespectsDaylightSavingTime()
Gets the value of the respectsDaylightSavingTime property.

Returns:
possible object is Boolean

isRespectsDaylightSavingTime

public java.lang.Boolean isRespectsDaylightSavingTime()

setRespectsDaylightSavingTime

public void setRespectsDaylightSavingTime(java.lang.Boolean value)
Sets the value of the respectsDaylightSavingTime property.

Parameters:
value - allowed object is Boolean

getRespectsDynamicAdjustmentRules

public java.lang.Boolean getRespectsDynamicAdjustmentRules()
Gets the value of the respectsDynamicAdjustmentRules property.

Returns:
possible object is Boolean

isRespectsDynamicAdjustmentRules

public java.lang.Boolean isRespectsDynamicAdjustmentRules()

setRespectsDynamicAdjustmentRules

public void setRespectsDynamicAdjustmentRules(java.lang.Boolean value)
Sets the value of the respectsDynamicAdjustmentRules property.

Parameters:
value - allowed object is Boolean