|
|||||||||
| 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.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>
| 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 |
|---|
@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)
public StandaloneTableInfo()
| Method Detail |
|---|
public int getID()
public void setID(int value)
public String getName()
Stringpublic void setName(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 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
Booleanpublic String getDisplayField()
Stringpublic void setDisplayField(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getIDField()
Stringpublic void setIDField(String value)
value - allowed object is
Stringpublic Boolean getHasSubtype()
Booleanpublic Boolean isHasSubtype()
public void setHasSubtype(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||