|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.TimeReference
public class TimeReference
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>
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 |
---|
@Deprecated public TimeReference(java.lang.String timeZoneNameID, java.lang.Boolean respectsDaylightSavingTime, java.lang.Boolean respectsDynamicAdjustmentRules)
public TimeReference()
Method Detail |
---|
public java.lang.String getTimeZoneNameID()
String
public void setTimeZoneNameID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getRespectsDaylightSavingTime()
Boolean
public java.lang.Boolean isRespectsDaylightSavingTime()
public void setRespectsDaylightSavingTime(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getRespectsDynamicAdjustmentRules()
Boolean
public java.lang.Boolean isRespectsDynamicAdjustmentRules()
public void setRespectsDynamicAdjustmentRules(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |