com.esri.arcgisws
Class TimeExtent

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

public class TimeExtent
extends TimeValue
implements Serializable

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>
 

See Also:
Serialized Form

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

TimeExtent

@Deprecated
public TimeExtent(TimeReference timeReference,
                             javax.xml.datatype.XMLGregorianCalendar startTime,
                             javax.xml.datatype.XMLGregorianCalendar endTime,
                             Boolean empty)
Deprecated. 

TimeExtent constructor.


TimeExtent

public TimeExtent()
TimeExtent default constructor.

Method Detail

getStartTime

public javax.xml.datatype.XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndTime

public javax.xml.datatype.XMLGregorianCalendar getEndTime()
Gets the value of the endTime property.

Returns:
possible object is XMLGregorianCalendar

setEndTime

public void setEndTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEmpty

public Boolean getEmpty()
Gets the value of the empty property.

Returns:
possible object is Boolean

isEmpty

public Boolean isEmpty()

setEmpty

public void setEmpty(Boolean value)
Sets the value of the empty property.

Parameters:
value - allowed object is Boolean