|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TimeValue
com.esri.arcgisws.TimeExtent
public class TimeExtent
Java class for TimeExtent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeExtent">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}TimeValue">
<sequence>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Empty" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TimeExtent()
TimeExtent default constructor. |
|
TimeExtent(TimeReference timeReference,
javax.xml.datatype.XMLGregorianCalendar startTime,
javax.xml.datatype.XMLGregorianCalendar endTime,
Boolean empty)
Deprecated. |
|
| Method Summary | |
|---|---|
Boolean |
getEmpty()
Gets the value of the empty property. |
javax.xml.datatype.XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property. |
javax.xml.datatype.XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
Boolean |
isEmpty()
|
void |
setEmpty(Boolean value)
Sets the value of the empty property. |
void |
setEndTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endTime property. |
void |
setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property. |
| Methods inherited from class com.esri.arcgisws.TimeValue |
|---|
getTimeReference, setTimeReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public TimeExtent(TimeReference timeReference,
javax.xml.datatype.XMLGregorianCalendar startTime,
javax.xml.datatype.XMLGregorianCalendar endTime,
Boolean empty)
public TimeExtent()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getStartTime()
XMLGregorianCalendar public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar public javax.xml.datatype.XMLGregorianCalendar getEndTime()
XMLGregorianCalendar public void setEndTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar public Boolean getEmpty()
Booleanpublic Boolean isEmpty()
public void setEmpty(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||