com.esri.arcgisws
Class TimeReference

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

public class TimeReference
extends Object
implements 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TimeReference()
          TimeReference default constructor.
TimeReference(String timeZoneNameID, Boolean respectsDaylightSavingTime)
          Deprecated. 
 
Method Summary
 Boolean getRespectsDaylightSavingTime()
          Gets the value of the respectsDaylightSavingTime property.
 String getTimeZoneNameID()
          Gets the value of the timeZoneNameID property.
 Boolean isRespectsDaylightSavingTime()
           
 void setRespectsDaylightSavingTime(Boolean value)
          Sets the value of the respectsDaylightSavingTime property.
 void setTimeZoneNameID(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(String timeZoneNameID,
                                Boolean respectsDaylightSavingTime)
Deprecated. 

TimeReference constructor.


TimeReference

public TimeReference()
TimeReference default constructor.

Method Detail

getTimeZoneNameID

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

Returns:
possible object is String

setTimeZoneNameID

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

Parameters:
value - allowed object is String

getRespectsDaylightSavingTime

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

Returns:
possible object is Boolean

isRespectsDaylightSavingTime

public Boolean isRespectsDaylightSavingTime()

setRespectsDaylightSavingTime

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

Parameters:
value - allowed object is Boolean