| 
 | |||||||||
| 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.TimeInstant
public class TimeInstant
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>
 
| 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 | 
|---|
@Deprecated
public TimeInstant(TimeReference timeReference,
                              javax.xml.datatype.XMLGregorianCalendar time)
public TimeInstant()
| Method Detail | 
|---|
public javax.xml.datatype.XMLGregorianCalendar getTime()
XMLGregorianCalendar public void setTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendar | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||