com.esri.arcgisws
Class TimeValue

java.lang.Object
  extended by com.esri.arcgisws.TimeValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeExtent, TimeInstant

public class TimeValue
extends Object
implements Serializable

Java class for TimeValue complex type.

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

 <complexType name="TimeValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TimeValue()
          TimeValue default constructor.
TimeValue(TimeReference timeReference)
          Deprecated. 
 
Method Summary
 TimeReference getTimeReference()
          Gets the value of the timeReference property.
 void setTimeReference(TimeReference value)
          Sets the value of the timeReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeValue

@Deprecated
public TimeValue(TimeReference timeReference)
Deprecated. 

TimeValue constructor.


TimeValue

public TimeValue()
TimeValue default constructor.

Method Detail

getTimeReference

public TimeReference getTimeReference()
Gets the value of the timeReference property.

Returns:
possible object is TimeReference

setTimeReference

public void setTimeReference(TimeReference value)
Sets the value of the timeReference property.

Parameters:
value - allowed object is TimeReference