com.esri.arcgisws
Class TimeInstant

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

public class TimeInstant
extends TimeValue
implements Serializable

Java class for TimeInstant complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TimeInstant">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}TimeValue">
       <sequence>
         <element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TimeInstant()
          TimeInstant default constructor.
TimeInstant(TimeReference timeReference, javax.xml.datatype.XMLGregorianCalendar time)
          Deprecated. 
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getTime()
          Gets the value of the time property.
 void setTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the time 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

TimeInstant

@Deprecated
public TimeInstant(TimeReference timeReference,
                              javax.xml.datatype.XMLGregorianCalendar time)
Deprecated. 

TimeInstant constructor.


TimeInstant

public TimeInstant()
TimeInstant default constructor.

Method Detail

getTime

public javax.xml.datatype.XMLGregorianCalendar getTime()
Gets the value of the time property.

Returns:
possible object is XMLGregorianCalendar

setTime

public void setTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the time property.

Parameters:
value - allowed object is XMLGregorianCalendar