| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapTableDescription
com.esri.arcgisws.StandaloneTableDescription
public class StandaloneTableDescription
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>
 
| 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 | 
|---|
@Deprecated
public StandaloneTableDescription(int id,
                                             String definitionExpression,
                                             String sourceID,
                                             Boolean useTime,
                                             Boolean timeDataCumulative,
                                             Double timeOffset,
                                             EsriTimeUnits timeOffsetUnits)
public StandaloneTableDescription()
| Method Detail | 
|---|
public int getID()
public void setID(int value)
public String getDefinitionExpression()
Stringpublic void setDefinitionExpression(String value)
value - allowed object is
     Stringpublic String getSourceID()
Stringpublic void setSourceID(String value)
value - allowed object is
     Stringpublic Boolean getUseTime()
Booleanpublic Boolean isUseTime()
public void setUseTime(Boolean value)
value - allowed object is
     Booleanpublic Boolean getTimeDataCumulative()
Booleanpublic Boolean isTimeDataCumulative()
public void setTimeDataCumulative(Boolean value)
value - allowed object is
     Booleanpublic Double getTimeOffset()
Doublepublic void setTimeOffset(Double value)
value - allowed object is
     Doublepublic EsriTimeUnits getTimeOffsetUnits()
EsriTimeUnitspublic void setTimeOffsetUnits(EsriTimeUnits value)
value - allowed object is
     EsriTimeUnits| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||