com.esri.arcgisws
Class StandaloneTableDescription

java.lang.Object
  extended by com.esri.arcgisws.MapTableDescription
      extended by com.esri.arcgisws.StandaloneTableDescription
All Implemented Interfaces:
Serializable

public class StandaloneTableDescription
extends MapTableDescription
implements Serializable

Java class for StandaloneTableDescription complex type.

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

 <complexType name="StandaloneTableDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MapTableDescription">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="DefinitionExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SourceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UseTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TimeDataCumulative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TimeOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="TimeOffsetUnits" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTimeUnits" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StandaloneTableDescription()
          StandaloneTableDescription default constructor.
StandaloneTableDescription(int id, String definitionExpression, String sourceID, Boolean useTime, Boolean timeDataCumulative, Double timeOffset, EsriTimeUnits timeOffsetUnits)
          Deprecated. 
 
Method Summary
 String getDefinitionExpression()
          Gets the value of the definitionExpression property.
 int getID()
          The table ID.
 String getSourceID()
          Gets the value of the sourceID property.
 Boolean getTimeDataCumulative()
          Gets the value of the timeDataCumulative property.
 Double getTimeOffset()
          Gets the value of the timeOffset property.
 EsriTimeUnits getTimeOffsetUnits()
          Gets the value of the timeOffsetUnits property.
 Boolean getUseTime()
          Gets the value of the useTime property.
 Boolean isTimeDataCumulative()
           
 Boolean isUseTime()
           
 void setDefinitionExpression(String value)
          Sets the value of the definitionExpression property.
 void setID(int value)
          The table ID.
 void setSourceID(String value)
          Sets the value of the sourceID property.
 void setTimeDataCumulative(Boolean value)
          Sets the value of the timeDataCumulative property.
 void setTimeOffset(Double value)
          Sets the value of the timeOffset property.
 void setTimeOffsetUnits(EsriTimeUnits value)
          Sets the value of the timeOffsetUnits property.
 void setUseTime(Boolean value)
          Sets the value of the useTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneTableDescription

@Deprecated
public StandaloneTableDescription(int id,
                                             String definitionExpression,
                                             String sourceID,
                                             Boolean useTime,
                                             Boolean timeDataCumulative,
                                             Double timeOffset,
                                             EsriTimeUnits timeOffsetUnits)
Deprecated. 

StandaloneTableDescription constructor.


StandaloneTableDescription

public StandaloneTableDescription()
StandaloneTableDescription default constructor.

Method Detail

getID

public int getID()
The table ID. This is a unique ID for the table, and is used to identify the table in a number of method calls. Gets the value of the id property.


setID

public void setID(int value)
The table ID. This is a unique ID for the table, and is used to identify the table in a number of method calls. Sets the value of the id property.


getDefinitionExpression

public String getDefinitionExpression()
Gets the value of the definitionExpression property.

Returns:
possible object is String

setDefinitionExpression

public void setDefinitionExpression(String value)
Sets the value of the definitionExpression property.

Parameters:
value - allowed object is String

getSourceID

public String getSourceID()
Gets the value of the sourceID property.

Returns:
possible object is String

setSourceID

public void setSourceID(String value)
Sets the value of the sourceID property.

Parameters:
value - allowed object is String

getUseTime

public Boolean getUseTime()
Gets the value of the useTime property.

Returns:
possible object is Boolean

isUseTime

public Boolean isUseTime()

setUseTime

public void setUseTime(Boolean value)
Sets the value of the useTime property.

Parameters:
value - allowed object is Boolean

getTimeDataCumulative

public Boolean getTimeDataCumulative()
Gets the value of the timeDataCumulative property.

Returns:
possible object is Boolean

isTimeDataCumulative

public Boolean isTimeDataCumulative()

setTimeDataCumulative

public void setTimeDataCumulative(Boolean value)
Sets the value of the timeDataCumulative property.

Parameters:
value - allowed object is Boolean

getTimeOffset

public Double getTimeOffset()
Gets the value of the timeOffset property.

Returns:
possible object is Double

setTimeOffset

public void setTimeOffset(Double value)
Sets the value of the timeOffset property.

Parameters:
value - allowed object is Double

getTimeOffsetUnits

public EsriTimeUnits getTimeOffsetUnits()
Gets the value of the timeOffsetUnits property.

Returns:
possible object is EsriTimeUnits

setTimeOffsetUnits

public void setTimeOffsetUnits(EsriTimeUnits value)
Sets the value of the timeOffsetUnits property.

Parameters:
value - allowed object is EsriTimeUnits