|
|||||||||
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.3}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.3}ArrayOfPropertyInfo"/> <element name="Relations" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRelateInfo"/> <element name="Templates" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}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.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="EditorTrackingInfo" type="{http://www.esri.com/schemas/ArcGIS/10.3}EditorTrackingInfo" minOccurs="0"/> <element name="OwnershipBasedAccessControl" type="{http://www.esri.com/schemas/ArcGIS/10.3}OwnershipBasedAccessControl" minOccurs="0"/> <element name="SyncCanReturnChanges" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsDataVersioned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SupportsRollbackOnFailureParameter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
DataObjectTable()
DataObjectTable default constructor. |
|
DataObjectTable(java.lang.String copyrightText,
java.lang.String description,
java.lang.String displayPropName,
java.lang.String globalIDPropName,
EsriServerHTMLPopupType htmlPopupType,
int id,
java.lang.String name,
java.lang.String oidPropName,
PropertyInfo[] propertyInfos,
RelateInfo[] relations,
TemplateInfo[] templates,
java.lang.String typeIDPropName,
DataObjectType[] types,
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,
EditorTrackingInfo editorTrackingInfo,
OwnershipBasedAccessControl ownershipBasedAccessControl,
java.lang.Boolean syncCanReturnChanges,
java.lang.Boolean isDataVersioned,
java.lang.Boolean supportsRollbackOnFailureParameter)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getCopyrightText()
Gets the value of the copyrightText property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayPropName()
Gets the value of the displayPropName property. |
EditorTrackingInfo |
getEditorTrackingInfo()
Gets the value of the editorTrackingInfo property. |
java.lang.String |
getEndTimeFieldName()
Gets the value of the endTimeFieldName property. |
TimeExtent |
getFullTimeExtent()
Gets the value of the fullTimeExtent property. |
java.lang.String |
getGlobalIDPropName()
Gets the value of the globalIDPropName property. |
java.lang.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. |
java.lang.Boolean |
getIsDataVersioned()
Gets the value of the isDataVersioned property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOIDPropName()
Gets the value of the oidPropName property. |
OwnershipBasedAccessControl |
getOwnershipBasedAccessControl()
Gets the value of the ownershipBasedAccessControl property. |
PropertyInfo[] |
getPropertyInfos()
Gets the value of the propertyInfos property. |
RelateInfo[] |
getRelations()
Gets the value of the relations property. |
java.lang.String |
getStartTimeFieldName()
Gets the value of the startTimeFieldName property. |
java.lang.Boolean |
getSupportsRollbackOnFailureParameter()
Gets the value of the supportsRollbackOnFailureParameter property. |
java.lang.Boolean |
getSupportsTime()
Gets the value of the supportsTime property. |
java.lang.Boolean |
getSyncCanReturnChanges()
Gets the value of the syncCanReturnChanges property. |
TemplateInfo[] |
getTemplates()
Gets the value of the templates 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.String |
getTypeIDPropName()
Gets the value of the typeIDPropName property. |
DataObjectType[] |
getTypes()
Gets the value of the types property. |
java.lang.Boolean |
isHasAttachments()
|
java.lang.Boolean |
isIsDataVersioned()
|
java.lang.Boolean |
isSupportsRollbackOnFailureParameter()
|
java.lang.Boolean |
isSupportsTime()
|
java.lang.Boolean |
isSyncCanReturnChanges()
|
void |
setCopyrightText(java.lang.String value)
Sets the value of the copyrightText property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayPropName(java.lang.String value)
Sets the value of the displayPropName property. |
void |
setEditorTrackingInfo(EditorTrackingInfo value)
Sets the value of the editorTrackingInfo property. |
void |
setEndTimeFieldName(java.lang.String value)
Sets the value of the endTimeFieldName property. |
void |
setFullTimeExtent(TimeExtent value)
Sets the value of the fullTimeExtent property. |
void |
setGlobalIDPropName(java.lang.String value)
Sets the value of the globalIDPropName property. |
void |
setHasAttachments(java.lang.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 |
setIsDataVersioned(java.lang.Boolean value)
Sets the value of the isDataVersioned property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOIDPropName(java.lang.String value)
Sets the value of the oidPropName property. |
void |
setOwnershipBasedAccessControl(OwnershipBasedAccessControl value)
Sets the value of the ownershipBasedAccessControl 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(java.lang.String value)
Sets the value of the startTimeFieldName property. |
void |
setSupportsRollbackOnFailureParameter(java.lang.Boolean value)
Sets the value of the supportsRollbackOnFailureParameter property. |
void |
setSupportsTime(java.lang.Boolean value)
Sets the value of the supportsTime property. |
void |
setSyncCanReturnChanges(java.lang.Boolean value)
Sets the value of the syncCanReturnChanges property. |
void |
setTemplates(TemplateInfo[] value)
Sets the value of the templates 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. |
void |
setTypeIDPropName(java.lang.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(java.lang.String copyrightText, java.lang.String description, java.lang.String displayPropName, java.lang.String globalIDPropName, EsriServerHTMLPopupType htmlPopupType, int id, java.lang.String name, java.lang.String oidPropName, PropertyInfo[] propertyInfos, RelateInfo[] relations, TemplateInfo[] templates, java.lang.String typeIDPropName, DataObjectType[] types, 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, EditorTrackingInfo editorTrackingInfo, OwnershipBasedAccessControl ownershipBasedAccessControl, java.lang.Boolean syncCanReturnChanges, java.lang.Boolean isDataVersioned, java.lang.Boolean supportsRollbackOnFailureParameter)
public DataObjectTable()
Method Detail |
---|
public java.lang.String getCopyrightText()
String
public void setCopyrightText(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayPropName()
String
public void setDisplayPropName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGlobalIDPropName()
String
public void setGlobalIDPropName(java.lang.String value)
value
- allowed object is
String
public EsriServerHTMLPopupType getHTMLPopupType()
EsriServerHTMLPopupType
public void setHTMLPopupType(EsriServerHTMLPopupType value)
value
- allowed object is
EsriServerHTMLPopupType
public int getID()
public void setID(int value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOIDPropName()
String
public void setOIDPropName(java.lang.String value)
value
- allowed object is
String
public 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 java.lang.String getTypeIDPropName()
String
public void setTypeIDPropName(java.lang.String value)
value
- allowed object is
String
public DataObjectType[] getTypes()
[]
public void setTypes(DataObjectType[] value)
value
- allowed object is
[]
public java.lang.Boolean getSupportsTime()
Boolean
public java.lang.Boolean isSupportsTime()
public void setSupportsTime(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getStartTimeFieldName()
String
public void setStartTimeFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndTimeFieldName()
String
public void setEndTimeFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeValueFormat()
String
public void setTimeValueFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTrackIDFieldName()
String
public void setTrackIDFieldName(java.lang.String value)
value
- allowed object is
String
public TimeReference getTimeReference()
TimeReference
public void setTimeReference(TimeReference value)
value
- allowed object is
TimeReference
public TimeExtent getFullTimeExtent()
TimeExtent
public void setFullTimeExtent(TimeExtent value)
value
- allowed object is
TimeExtent
public java.lang.Double getTimeInterval()
Double
public void setTimeInterval(java.lang.Double value)
value
- allowed object is
Double
public EsriTimeUnits getTimeIntervalUnits()
EsriTimeUnits
public void setTimeIntervalUnits(EsriTimeUnits value)
value
- allowed object is
EsriTimeUnits
public java.lang.Boolean getHasAttachments()
Boolean
public java.lang.Boolean isHasAttachments()
public void setHasAttachments(java.lang.Boolean value)
value
- allowed object is
Boolean
public EditorTrackingInfo getEditorTrackingInfo()
EditorTrackingInfo
public void setEditorTrackingInfo(EditorTrackingInfo value)
value
- allowed object is
EditorTrackingInfo
public OwnershipBasedAccessControl getOwnershipBasedAccessControl()
OwnershipBasedAccessControl
public void setOwnershipBasedAccessControl(OwnershipBasedAccessControl value)
value
- allowed object is
OwnershipBasedAccessControl
public java.lang.Boolean getSyncCanReturnChanges()
Boolean
public java.lang.Boolean isSyncCanReturnChanges()
public void setSyncCanReturnChanges(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getIsDataVersioned()
Boolean
public java.lang.Boolean isIsDataVersioned()
public void setIsDataVersioned(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getSupportsRollbackOnFailureParameter()
Boolean
public java.lang.Boolean isSupportsRollbackOnFailureParameter()
public void setSupportsRollbackOnFailureParameter(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |