com.esri.arcgisws
Class StandaloneTableInfo

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

public class StandaloneTableInfo
extends MapTableInfo
implements 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.0}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.0}Fields" minOccurs="0"/>
         <element name="RelateInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}TimeReference" minOccurs="0"/>
         <element name="FullTimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StandaloneTableInfo()
          StandaloneTableInfo default constructor.
StandaloneTableInfo(int id, String name, Fields fields, RelateInfo[] relateInfos, Boolean supportsTime, String startTimeFieldName, String endTimeFieldName, String timeValueFormat, String trackIDFieldName, TimeReference timeReference, TimeExtent fullTimeExtent, Double timeInterval, EsriTimeUnits timeIntervalUnits, Boolean hasAttachments, String displayField, String description, String idField, Boolean hasSubtype)
          Deprecated. 
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getDisplayField()
          Gets the value of the displayField property.
 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.
 Boolean getHasAttachments()
          Gets the value of the hasAttachments property.
 Boolean getHasSubtype()
          Gets the value of the hasSubtype property.
 int getID()
          The table identifier.
 String getIDField()
          Gets the value of the idField property.
 String getName()
          Gets the value of the name property.
 RelateInfo[] getRelateInfos()
          Gets the value of the relateInfos property.
 String getStartTimeFieldName()
          Gets the value of the startTimeFieldName property.
 Boolean getSupportsTime()
          Gets the value of the supportsTime property.
 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.
 String getTimeValueFormat()
          Gets the value of the timeValueFormat property.
 String getTrackIDFieldName()
          Gets the value of the trackIDFieldName property.
 Boolean isHasAttachments()
           
 Boolean isHasSubtype()
           
 Boolean isSupportsTime()
           
 void setDescription(String value)
          Sets the value of the description property.
 void setDisplayField(String value)
          Sets the value of the displayField property.
 void setEndTimeFieldName(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(Boolean value)
          Sets the value of the hasAttachments property.
 void setHasSubtype(Boolean value)
          Sets the value of the hasSubtype property.
 void setID(int value)
          The table identifier.
 void setIDField(String value)
          Sets the value of the idField property.
 void setName(String value)
          Sets the value of the name property.
 void setRelateInfos(RelateInfo[] value)
          Sets the value of the relateInfos property.
 void setStartTimeFieldName(String value)
          Sets the value of the startTimeFieldName property.
 void setSupportsTime(Boolean value)
          Sets the value of the supportsTime property.
 void setTimeInterval(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(String value)
          Sets the value of the timeValueFormat property.
 void setTrackIDFieldName(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,
                                      String name,
                                      Fields fields,
                                      RelateInfo[] relateInfos,
                                      Boolean supportsTime,
                                      String startTimeFieldName,
                                      String endTimeFieldName,
                                      String timeValueFormat,
                                      String trackIDFieldName,
                                      TimeReference timeReference,
                                      TimeExtent fullTimeExtent,
                                      Double timeInterval,
                                      EsriTimeUnits timeIntervalUnits,
                                      Boolean hasAttachments,
                                      String displayField,
                                      String description,
                                      String idField,
                                      Boolean hasSubtype)
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 String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(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 Boolean getSupportsTime()
Gets the value of the supportsTime property.

Returns:
possible object is Boolean

isSupportsTime

public Boolean isSupportsTime()

setSupportsTime

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

Parameters:
value - allowed object is Boolean

getStartTimeFieldName

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

Returns:
possible object is String

setStartTimeFieldName

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

Parameters:
value - allowed object is String

getEndTimeFieldName

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

Returns:
possible object is String

setEndTimeFieldName

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

Parameters:
value - allowed object is String

getTimeValueFormat

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

Returns:
possible object is String

setTimeValueFormat

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

Parameters:
value - allowed object is String

getTrackIDFieldName

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

Returns:
possible object is String

setTrackIDFieldName

public void setTrackIDFieldName(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 Double getTimeInterval()
Gets the value of the timeInterval property.

Returns:
possible object is Double

setTimeInterval

public void setTimeInterval(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 Boolean getHasAttachments()
Gets the value of the hasAttachments property.

Returns:
possible object is Boolean

isHasAttachments

public Boolean isHasAttachments()

setHasAttachments

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

Parameters:
value - allowed object is Boolean

getDisplayField

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

Returns:
possible object is String

setDisplayField

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

Parameters:
value - allowed object is String

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getIDField

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

Returns:
possible object is String

setIDField

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

Parameters:
value - allowed object is String

getHasSubtype

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

Returns:
possible object is Boolean

isHasSubtype

public Boolean isHasSubtype()

setHasSubtype

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

Parameters:
value - allowed object is Boolean