com.esri.arcgisws
Class GPDate

java.lang.Object
  extended by com.esri.arcgisws.GPValue
      extended by com.esri.arcgisws.GPDate
All Implemented Interfaces:
Serializable

public class GPDate
extends GPValue
implements Serializable

Java class for GPDate complex type.

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

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

See Also:
Serialized Form

Constructor Summary
GPDate()
          GPDate default constructor.
GPDate(javax.xml.datatype.XMLGregorianCalendar value)
          Deprecated. 
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getValue()
          Gets the value of the value property.
 void setValue(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPDate

@Deprecated
public GPDate(javax.xml.datatype.XMLGregorianCalendar value)
Deprecated. 

GPDate constructor.


GPDate

public GPDate()
GPDate default constructor.

Method Detail

getValue

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

Returns:
possible object is XMLGregorianCalendar

setValue

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

Parameters:
value - allowed object is XMLGregorianCalendar