|
|||||||||
| 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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 |
|---|
@Deprecated
public TimeReference(String timeZoneNameID,
Boolean respectsDaylightSavingTime)
public TimeReference()
| Method Detail |
|---|
public String getTimeZoneNameID()
Stringpublic void setTimeZoneNameID(String value)
value - allowed object is
Stringpublic Boolean getRespectsDaylightSavingTime()
Booleanpublic Boolean isRespectsDaylightSavingTime()
public void setRespectsDaylightSavingTime(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||