com.esri.arcgisws
Class StandaloneTableInfo

java.lang.Object
  extended by com.esri.arcgisws.MapTableInfo
      extended by com.esri.arcgisws.StandaloneTableInfo
All Implemented Interfaces:
java.io.Serializable

public class StandaloneTableInfo
extends MapTableInfo
implements java.io.Serializable

Java class for StandaloneTableInfo complex type.

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

 <complexType name="StandaloneTableInfo">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}MapTableInfo">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.3}Fields" minOccurs="0"/>
         <element name="RelateInfos" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRelateInfo" minOccurs="0"/>
         <element name="SupportsTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StartTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EndTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TimeValueFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TrackIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeReference" minOccurs="0"/>
         <element name="FullTimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}TimeExtent" minOccurs="0"/>
         <element name="TimeInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="TimeIntervalUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriTimeUnits" minOccurs="0"/>
         <element name="HasAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DisplayField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IDField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HasSubtype" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SupportsStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SupportsAdvancedQueries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StandaloneTableInfo()
          StandaloneTableInfo default constructor.
StandaloneTableInfo(int id, java.lang.String name, Fields fields, RelateInfo[] relateInfos, java.lang.Boolean supportsTime, java.lang.String startTimeFieldName, java.lang.String endTimeFieldName, java.lang.String timeValueFormat, java.lang.String trackIDFieldName, TimeReference timeReference, TimeExtent fullTimeExtent, java.lang.Double timeInterval, EsriTimeUnits timeIntervalUnits, java.lang.Boolean hasAttachments, java.lang.String displayField, java.lang.String description, java.lang.String idField, java.lang.Boolean hasSubtype, java.lang.Boolean supportsStatistics, java.lang.Boolean supportsAdvancedQueries)
          Deprecated. 
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getDisplayField()
          Gets the value of the displayField property.
 java.lang.String getEndTimeFieldName()
          Gets the value of the endTimeFieldName property.
 Fields getFields()
          Gets the value of the fields property.
 TimeExtent getFullTimeExtent()
          Gets the value of the fullTimeExtent property.
 java.lang.Boolean getHasAttachments()
          Gets the value of the hasAttachments property.
 java.lang.Boolean getHasSubtype()
          Gets the value of the hasSubtype property.
 int getID()
          The table identifier.
 java.lang.String getIDField()
          Gets the value of the idField property.
 java.lang.String getName()
          Gets the value of the name property.
 RelateInfo[] getRelateInfos()
          Gets the value of the relateInfos property.
 java.lang.String getStartTimeFieldName()
          Gets the value of the startTimeFieldName property.
 java.lang.Boolean getSupportsAdvancedQueries()
          Gets the value of the supportsAdvancedQueries property.
 java.lang.Boolean getSupportsStatistics()
          Gets the value of the supportsStatistics property.
 java.lang.Boolean getSupportsTime()
          Gets the value of the supportsTime property.
 java.lang.Double getTimeInterval()
          Gets the value of the timeInterval property.
 EsriTimeUnits getTimeIntervalUnits()
          Gets the value of the timeIntervalUnits property.
 TimeReference getTimeReference()
          Gets the value of the timeReference property.
 java.lang.String getTimeValueFormat()
          Gets the value of the timeValueFormat property.
 java.lang.String getTrackIDFieldName()
          Gets the value of the trackIDFieldName property.
 java.lang.Boolean isHasAttachments()
           
 java.lang.Boolean isHasSubtype()
           
 java.lang.Boolean isSupportsAdvancedQueries()
           
 java.lang.Boolean isSupportsStatistics()
           
 java.lang.Boolean isSupportsTime()
           
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDisplayField(java.lang.String value)
          Sets the value of the displayField property.
 void setEndTimeFieldName(java.lang.String value)
          Sets the value of the endTimeFieldName property.
 void setFields(Fields value)
          Sets the value of the fields property.
 void setFullTimeExtent(TimeExtent value)
          Sets the value of the fullTimeExtent property.
 void setHasAttachments(java.lang.Boolean value)
          Sets the value of the hasAttachments property.
 void setHasSubtype(java.lang.Boolean value)
          Sets the value of the hasSubtype property.
 void setID(int value)
          The table identifier.
 void setIDField(java.lang.String value)
          Sets the value of the idField property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRelateInfos(RelateInfo[] value)
          Sets the value of the relateInfos property.
 void setStartTimeFieldName(java.lang.String value)
          Sets the value of the startTimeFieldName property.
 void setSupportsAdvancedQueries(java.lang.Boolean value)
          Sets the value of the supportsAdvancedQueries property.
 void setSupportsStatistics(java.lang.Boolean value)
          Sets the value of the supportsStatistics property.
 void setSupportsTime(java.lang.Boolean value)
          Sets the value of the supportsTime property.
 void setTimeInterval(java.lang.Double value)
          Sets the value of the timeInterval property.
 void setTimeIntervalUnits(EsriTimeUnits value)
          Sets the value of the timeIntervalUnits property.
 void setTimeReference(TimeReference value)
          Sets the value of the timeReference property.
 void setTimeValueFormat(java.lang.String value)
          Sets the value of the timeValueFormat property.
 void setTrackIDFieldName(java.lang.String value)
          Sets the value of the trackIDFieldName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneTableInfo

@Deprecated
public StandaloneTableInfo(int id,
                                      java.lang.String name,
                                      Fields fields,
                                      RelateInfo[] relateInfos,
                                      java.lang.Boolean supportsTime,
                                      java.lang.String startTimeFieldName,
                                      java.lang.String endTimeFieldName,
                                      java.lang.String timeValueFormat,
                                      java.lang.String trackIDFieldName,
                                      TimeReference timeReference,
                                      TimeExtent fullTimeExtent,
                                      java.lang.Double timeInterval,
                                      EsriTimeUnits timeIntervalUnits,
                                      java.lang.Boolean hasAttachments,
                                      java.lang.String displayField,
                                      java.lang.String description,
                                      java.lang.String idField,
                                      java.lang.Boolean hasSubtype,
                                      java.lang.Boolean supportsStatistics,
                                      java.lang.Boolean supportsAdvancedQueries)
Deprecated. 

StandaloneTableInfo constructor.


StandaloneTableInfo

public StandaloneTableInfo()
StandaloneTableInfo default constructor.

Method Detail

getID

public int getID()
The table identifier. This ID is used throughout to uniquely identify the layer for all requests. Gets the value of the id property.


setID

public void setID(int value)
The table identifier. This ID is used throughout to uniquely identify the layer for all requests. Sets the value of the id property.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getFields

public Fields getFields()
Gets the value of the fields property.

Returns:
possible object is Fields

setFields

public void setFields(Fields value)
Sets the value of the fields property.

Parameters:
value - allowed object is Fields

getRelateInfos

public RelateInfo[] getRelateInfos()
Gets the value of the relateInfos property.

Returns:
possible object is []

setRelateInfos

public void setRelateInfos(RelateInfo[] value)
Sets the value of the relateInfos property.

Parameters:
value - allowed object is []

getSupportsTime

public java.lang.Boolean getSupportsTime()
Gets the value of the supportsTime property.

Returns:
possible object is Boolean

isSupportsTime

public java.lang.Boolean isSupportsTime()

setSupportsTime

public void setSupportsTime(java.lang.Boolean value)
Sets the value of the supportsTime property.

Parameters:
value - allowed object is Boolean

getStartTimeFieldName

public java.lang.String getStartTimeFieldName()
Gets the value of the startTimeFieldName property.

Returns:
possible object is String

setStartTimeFieldName

public void setStartTimeFieldName(java.lang.String value)
Sets the value of the startTimeFieldName property.

Parameters:
value - allowed object is String

getEndTimeFieldName

public java.lang.String getEndTimeFieldName()
Gets the value of the endTimeFieldName property.

Returns:
possible object is String

setEndTimeFieldName

public void setEndTimeFieldName(java.lang.String value)
Sets the value of the endTimeFieldName property.

Parameters:
value - allowed object is String

getTimeValueFormat

public java.lang.String getTimeValueFormat()
Gets the value of the timeValueFormat property.

Returns:
possible object is String

setTimeValueFormat

public void setTimeValueFormat(java.lang.String value)
Sets the value of the timeValueFormat property.

Parameters:
value - allowed object is String

getTrackIDFieldName

public java.lang.String getTrackIDFieldName()
Gets the value of the trackIDFieldName property.

Returns:
possible object is String

setTrackIDFieldName

public void setTrackIDFieldName(java.lang.String value)
Sets the value of the trackIDFieldName property.

Parameters:
value - allowed object is String

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

getFullTimeExtent

public TimeExtent getFullTimeExtent()
Gets the value of the fullTimeExtent property.

Returns:
possible object is TimeExtent

setFullTimeExtent

public void setFullTimeExtent(TimeExtent value)
Sets the value of the fullTimeExtent property.

Parameters:
value - allowed object is TimeExtent

getTimeInterval

public java.lang.Double getTimeInterval()
Gets the value of the timeInterval property.

Returns:
possible object is Double

setTimeInterval

public void setTimeInterval(java.lang.Double value)
Sets the value of the timeInterval property.

Parameters:
value - allowed object is Double

getTimeIntervalUnits

public EsriTimeUnits getTimeIntervalUnits()
Gets the value of the timeIntervalUnits property.

Returns:
possible object is EsriTimeUnits

setTimeIntervalUnits

public void setTimeIntervalUnits(EsriTimeUnits value)
Sets the value of the timeIntervalUnits property.

Parameters:
value - allowed object is EsriTimeUnits

getHasAttachments

public java.lang.Boolean getHasAttachments()
Gets the value of the hasAttachments property.

Returns:
possible object is Boolean

isHasAttachments

public java.lang.Boolean isHasAttachments()

setHasAttachments

public void setHasAttachments(java.lang.Boolean value)
Sets the value of the hasAttachments property.

Parameters:
value - allowed object is Boolean

getDisplayField

public java.lang.String getDisplayField()
Gets the value of the displayField property.

Returns:
possible object is String

setDisplayField

public void setDisplayField(java.lang.String value)
Sets the value of the displayField property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getIDField

public java.lang.String getIDField()
Gets the value of the idField property.

Returns:
possible object is String

setIDField

public void setIDField(java.lang.String value)
Sets the value of the idField property.

Parameters:
value - allowed object is String

getHasSubtype

public java.lang.Boolean getHasSubtype()
Gets the value of the hasSubtype property.

Returns:
possible object is Boolean

isHasSubtype

public java.lang.Boolean isHasSubtype()

setHasSubtype

public void setHasSubtype(java.lang.Boolean value)
Sets the value of the hasSubtype property.

Parameters:
value - allowed object is Boolean

getSupportsStatistics

public java.lang.Boolean getSupportsStatistics()
Gets the value of the supportsStatistics property.

Returns:
possible object is Boolean

isSupportsStatistics

public java.lang.Boolean isSupportsStatistics()

setSupportsStatistics

public void setSupportsStatistics(java.lang.Boolean value)
Sets the value of the supportsStatistics property.

Parameters:
value - allowed object is Boolean

getSupportsAdvancedQueries

public java.lang.Boolean getSupportsAdvancedQueries()
Gets the value of the supportsAdvancedQueries property.

Returns:
possible object is Boolean

isSupportsAdvancedQueries

public java.lang.Boolean isSupportsAdvancedQueries()

setSupportsAdvancedQueries

public void setSupportsAdvancedQueries(java.lang.Boolean value)
Sets the value of the supportsAdvancedQueries property.

Parameters:
value - allowed object is Boolean