com.esri.arcgisws
Class DataObjectTable

java.lang.Object
  extended by com.esri.arcgisws.DataObjectTable
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GraphicFeatureLayer

public class DataObjectTable
extends Object
implements Serializable

Java class for DataObjectTable complex type.

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

 <complexType name="DataObjectTable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DisplayPropName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="GlobalIDPropName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="HTMLPopupType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriServerHTMLPopupType"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OIDPropName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PropertyInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPropertyInfo"/>
         <element name="Relations" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfRelateInfo"/>
         <element name="Templates" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfTemplateInfo" minOccurs="0"/>
         <element name="TypeIDPropName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Types" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDataObjectType" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DataObjectTable()
          DataObjectTable default constructor.
DataObjectTable(String copyrightText, String description, String displayPropName, String globalIDPropName, EsriServerHTMLPopupType htmlPopupType, int id, String name, String oidPropName, PropertyInfo[] propertyInfos, RelateInfo[] relations, TemplateInfo[] templates, String typeIDPropName, DataObjectType[] types, Boolean supportsTime, String startTimeFieldName, String endTimeFieldName, String timeValueFormat, String trackIDFieldName, TimeReference timeReference, TimeExtent fullTimeExtent, Double timeInterval, EsriTimeUnits timeIntervalUnits, Boolean hasAttachments)
          Deprecated. 
 
Method Summary
 String getCopyrightText()
          Gets the value of the copyrightText property.
 String getDescription()
          Gets the value of the description property.
 String getDisplayPropName()
          Gets the value of the displayPropName property.
 String getEndTimeFieldName()
          Gets the value of the endTimeFieldName property.
 TimeExtent getFullTimeExtent()
          Gets the value of the fullTimeExtent property.
 String getGlobalIDPropName()
          Gets the value of the globalIDPropName property.
 Boolean getHasAttachments()
          Gets the value of the hasAttachments property.
 EsriServerHTMLPopupType getHTMLPopupType()
          Gets the value of the htmlPopupType property.
 int getID()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 String getOIDPropName()
          Gets the value of the oidPropName property.
 PropertyInfo[] getPropertyInfos()
          Gets the value of the propertyInfos property.
 RelateInfo[] getRelations()
          Gets the value of the relations property.
 String getStartTimeFieldName()
          Gets the value of the startTimeFieldName property.
 Boolean getSupportsTime()
          Gets the value of the supportsTime property.
 TemplateInfo[] getTemplates()
          Gets the value of the templates 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.
 String getTypeIDPropName()
          Gets the value of the typeIDPropName property.
 DataObjectType[] getTypes()
          Gets the value of the types property.
 Boolean isHasAttachments()
           
 Boolean isSupportsTime()
           
 void setCopyrightText(String value)
          Sets the value of the copyrightText property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDisplayPropName(String value)
          Sets the value of the displayPropName property.
 void setEndTimeFieldName(String value)
          Sets the value of the endTimeFieldName property.
 void setFullTimeExtent(TimeExtent value)
          Sets the value of the fullTimeExtent property.
 void setGlobalIDPropName(String value)
          Sets the value of the globalIDPropName property.
 void setHasAttachments(Boolean value)
          Sets the value of the hasAttachments property.
 void setHTMLPopupType(EsriServerHTMLPopupType value)
          Sets the value of the htmlPopupType property.
 void setID(int value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setOIDPropName(String value)
          Sets the value of the oidPropName property.
 void setPropertyInfos(PropertyInfo[] value)
          Sets the value of the propertyInfos property.
 void setRelations(RelateInfo[] value)
          Sets the value of the relations property.
 void setStartTimeFieldName(String value)
          Sets the value of the startTimeFieldName property.
 void setSupportsTime(Boolean value)
          Sets the value of the supportsTime property.
 void setTemplates(TemplateInfo[] value)
          Sets the value of the templates 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.
 void setTypeIDPropName(String value)
          Sets the value of the typeIDPropName property.
 void setTypes(DataObjectType[] value)
          Sets the value of the types property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObjectTable

@Deprecated
public DataObjectTable(String copyrightText,
                                  String description,
                                  String displayPropName,
                                  String globalIDPropName,
                                  EsriServerHTMLPopupType htmlPopupType,
                                  int id,
                                  String name,
                                  String oidPropName,
                                  PropertyInfo[] propertyInfos,
                                  RelateInfo[] relations,
                                  TemplateInfo[] templates,
                                  String typeIDPropName,
                                  DataObjectType[] types,
                                  Boolean supportsTime,
                                  String startTimeFieldName,
                                  String endTimeFieldName,
                                  String timeValueFormat,
                                  String trackIDFieldName,
                                  TimeReference timeReference,
                                  TimeExtent fullTimeExtent,
                                  Double timeInterval,
                                  EsriTimeUnits timeIntervalUnits,
                                  Boolean hasAttachments)
Deprecated. 

DataObjectTable constructor.


DataObjectTable

public DataObjectTable()
DataObjectTable default constructor.

Method Detail

getCopyrightText

public String getCopyrightText()
Gets the value of the copyrightText property.

Returns:
possible object is String

setCopyrightText

public void setCopyrightText(String value)
Sets the value of the copyrightText 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

getDisplayPropName

public String getDisplayPropName()
Gets the value of the displayPropName property.

Returns:
possible object is String

setDisplayPropName

public void setDisplayPropName(String value)
Sets the value of the displayPropName property.

Parameters:
value - allowed object is String

getGlobalIDPropName

public String getGlobalIDPropName()
Gets the value of the globalIDPropName property.

Returns:
possible object is String

setGlobalIDPropName

public void setGlobalIDPropName(String value)
Sets the value of the globalIDPropName property.

Parameters:
value - allowed object is String

getHTMLPopupType

public EsriServerHTMLPopupType getHTMLPopupType()
Gets the value of the htmlPopupType property.

Returns:
possible object is EsriServerHTMLPopupType

setHTMLPopupType

public void setHTMLPopupType(EsriServerHTMLPopupType value)
Sets the value of the htmlPopupType property.

Parameters:
value - allowed object is EsriServerHTMLPopupType

getID

public int getID()
Gets the value of the id property.


setID

public void setID(int value)
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

getOIDPropName

public String getOIDPropName()
Gets the value of the oidPropName property.

Returns:
possible object is String

setOIDPropName

public void setOIDPropName(String value)
Sets the value of the oidPropName property.

Parameters:
value - allowed object is String

getPropertyInfos

public PropertyInfo[] getPropertyInfos()
Gets the value of the propertyInfos property.

Returns:
possible object is []

setPropertyInfos

public void setPropertyInfos(PropertyInfo[] value)
Sets the value of the propertyInfos property.

Parameters:
value - allowed object is []

getRelations

public RelateInfo[] getRelations()
Gets the value of the relations property.

Returns:
possible object is []

setRelations

public void setRelations(RelateInfo[] value)
Sets the value of the relations property.

Parameters:
value - allowed object is []

getTemplates

public TemplateInfo[] getTemplates()
Gets the value of the templates property.

Returns:
possible object is []

setTemplates

public void setTemplates(TemplateInfo[] value)
Sets the value of the templates property.

Parameters:
value - allowed object is []

getTypeIDPropName

public String getTypeIDPropName()
Gets the value of the typeIDPropName property.

Returns:
possible object is String

setTypeIDPropName

public void setTypeIDPropName(String value)
Sets the value of the typeIDPropName property.

Parameters:
value - allowed object is String

getTypes

public DataObjectType[] getTypes()
Gets the value of the types property.

Returns:
possible object is []

setTypes

public void setTypes(DataObjectType[] value)
Sets the value of the types 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