|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapTableInfo
com.esri.arcgisws.StandaloneTableInfo
public class StandaloneTableInfo
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>
| 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 |
|---|
@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)
public StandaloneTableInfo()
| Method Detail |
|---|
public int getID()
public void setID(int value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic RelateInfo[] getRelateInfos()
[] public void setRelateInfos(RelateInfo[] value)
value - allowed object is
[] public java.lang.Boolean getSupportsTime()
Booleanpublic java.lang.Boolean isSupportsTime()
public void setSupportsTime(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getStartTimeFieldName()
Stringpublic void setStartTimeFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndTimeFieldName()
Stringpublic void setEndTimeFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeValueFormat()
Stringpublic void setTimeValueFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrackIDFieldName()
Stringpublic void setTrackIDFieldName(java.lang.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 java.lang.Double getTimeInterval()
Doublepublic void setTimeInterval(java.lang.Double value)
value - allowed object is
Doublepublic EsriTimeUnits getTimeIntervalUnits()
EsriTimeUnitspublic void setTimeIntervalUnits(EsriTimeUnits value)
value - allowed object is
EsriTimeUnitspublic java.lang.Boolean getHasAttachments()
Booleanpublic java.lang.Boolean isHasAttachments()
public void setHasAttachments(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDisplayField()
Stringpublic void setDisplayField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIDField()
Stringpublic void setIDField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getHasSubtype()
Booleanpublic java.lang.Boolean isHasSubtype()
public void setHasSubtype(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getSupportsStatistics()
Booleanpublic java.lang.Boolean isSupportsStatistics()
public void setSupportsStatistics(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getSupportsAdvancedQueries()
Booleanpublic java.lang.Boolean isSupportsAdvancedQueries()
public void setSupportsAdvancedQueries(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 | ||||||||