|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataObjectTable
public class DataObjectTable
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>
| 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 |
|---|
@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)
public DataObjectTable()
| Method Detail |
|---|
public String getCopyrightText()
Stringpublic void setCopyrightText(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayPropName()
Stringpublic void setDisplayPropName(String value)
value - allowed object is
Stringpublic String getGlobalIDPropName()
Stringpublic void setGlobalIDPropName(String value)
value - allowed object is
Stringpublic EsriServerHTMLPopupType getHTMLPopupType()
EsriServerHTMLPopupTypepublic void setHTMLPopupType(EsriServerHTMLPopupType value)
value - allowed object is
EsriServerHTMLPopupTypepublic int getID()
public void setID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getOIDPropName()
Stringpublic void setOIDPropName(String value)
value - allowed object is
Stringpublic PropertyInfo[] getPropertyInfos()
[] public void setPropertyInfos(PropertyInfo[] value)
value - allowed object is
[] public RelateInfo[] getRelations()
[] public void setRelations(RelateInfo[] value)
value - allowed object is
[] public TemplateInfo[] getTemplates()
[] public void setTemplates(TemplateInfo[] value)
value - allowed object is
[] public String getTypeIDPropName()
Stringpublic void setTypeIDPropName(String value)
value - allowed object is
Stringpublic DataObjectType[] getTypes()
[] public void setTypes(DataObjectType[] value)
value - allowed object is
[] public Boolean getSupportsTime()
Booleanpublic Boolean isSupportsTime()
public void setSupportsTime(Boolean value)
value - allowed object is
Booleanpublic String getStartTimeFieldName()
Stringpublic void setStartTimeFieldName(String value)
value - allowed object is
Stringpublic String getEndTimeFieldName()
Stringpublic void setEndTimeFieldName(String value)
value - allowed object is
Stringpublic String getTimeValueFormat()
Stringpublic void setTimeValueFormat(String value)
value - allowed object is
Stringpublic String getTrackIDFieldName()
Stringpublic void setTrackIDFieldName(String value)
value - allowed object is
Stringpublic TimeReference getTimeReference()
TimeReferencepublic void setTimeReference(TimeReference value)
value - allowed object is
TimeReferencepublic TimeExtent getFullTimeExtent()
TimeExtentpublic void setFullTimeExtent(TimeExtent value)
value - allowed object is
TimeExtentpublic Double getTimeInterval()
Doublepublic void setTimeInterval(Double value)
value - allowed object is
Doublepublic EsriTimeUnits getTimeIntervalUnits()
EsriTimeUnitspublic void setTimeIntervalUnits(EsriTimeUnits value)
value - allowed object is
EsriTimeUnitspublic Boolean getHasAttachments()
Booleanpublic Boolean isHasAttachments()
public void setHasAttachments(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||