|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.MapTableDescription
com.esri.arcgisws.StandaloneTableDescription
public class StandaloneTableDescription
Java class for StandaloneTableDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StandaloneTableDescription"> <complexContent> <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}MapTableDescription"> <sequence> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="DefinitionExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SourceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UseTime" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="TimeDataCumulative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="TimeOffset" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="TimeOffsetUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriTimeUnits" minOccurs="0"/> <element name="Source" type="{http://www.esri.com/schemas/ArcGIS/10.3}MapServerSourceDescription" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
StandaloneTableDescription()
StandaloneTableDescription default constructor. |
|
StandaloneTableDescription(int id,
java.lang.String definitionExpression,
java.lang.String sourceID,
java.lang.Boolean useTime,
java.lang.Boolean timeDataCumulative,
java.lang.Double timeOffset,
EsriTimeUnits timeOffsetUnits,
MapServerSourceDescription source)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getDefinitionExpression()
Gets the value of the definitionExpression property. |
int |
getID()
The table ID. |
MapServerSourceDescription |
getSource()
Gets the value of the source property. |
java.lang.String |
getSourceID()
Gets the value of the sourceID property. |
java.lang.Boolean |
getTimeDataCumulative()
Gets the value of the timeDataCumulative property. |
java.lang.Double |
getTimeOffset()
Gets the value of the timeOffset property. |
EsriTimeUnits |
getTimeOffsetUnits()
Gets the value of the timeOffsetUnits property. |
java.lang.Boolean |
getUseTime()
Gets the value of the useTime property. |
java.lang.Boolean |
isTimeDataCumulative()
|
java.lang.Boolean |
isUseTime()
|
void |
setDefinitionExpression(java.lang.String value)
Sets the value of the definitionExpression property. |
void |
setID(int value)
The table ID. |
void |
setSource(MapServerSourceDescription value)
Sets the value of the source property. |
void |
setSourceID(java.lang.String value)
Sets the value of the sourceID property. |
void |
setTimeDataCumulative(java.lang.Boolean value)
Sets the value of the timeDataCumulative property. |
void |
setTimeOffset(java.lang.Double value)
Sets the value of the timeOffset property. |
void |
setTimeOffsetUnits(EsriTimeUnits value)
Sets the value of the timeOffsetUnits property. |
void |
setUseTime(java.lang.Boolean value)
Sets the value of the useTime property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public StandaloneTableDescription(int id, java.lang.String definitionExpression, java.lang.String sourceID, java.lang.Boolean useTime, java.lang.Boolean timeDataCumulative, java.lang.Double timeOffset, EsriTimeUnits timeOffsetUnits, MapServerSourceDescription source)
public StandaloneTableDescription()
Method Detail |
---|
public int getID()
public void setID(int value)
public java.lang.String getDefinitionExpression()
String
public void setDefinitionExpression(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceID()
String
public void setSourceID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getUseTime()
Boolean
public java.lang.Boolean isUseTime()
public void setUseTime(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getTimeDataCumulative()
Boolean
public java.lang.Boolean isTimeDataCumulative()
public void setTimeDataCumulative(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getTimeOffset()
Double
public void setTimeOffset(java.lang.Double value)
value
- allowed object is
Double
public EsriTimeUnits getTimeOffsetUnits()
EsriTimeUnits
public void setTimeOffsetUnits(EsriTimeUnits value)
value
- allowed object is
EsriTimeUnits
public MapServerSourceDescription getSource()
MapServerSourceDescription
public void setSource(MapServerSourceDescription value)
value
- allowed object is
MapServerSourceDescription
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |