|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.QueryRelatedObjects
public class QueryRelatedObjects
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SourceLayerOrTableID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ObjectIDsInSource" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
<element name="RelationshipID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TargetDefinitionExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TargetTableProps" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GroupBySourceOIDs" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="OutSR" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
<element name="OutTR" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeReference" minOccurs="0"/>
<element name="ServiceDataOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ServiceDataOptions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
QueryRelatedObjects()
QueryRelatedObjects default constructor. |
|
QueryRelatedObjects(int sourceLayerOrTableID,
int[] objectIDsInSource,
int relationshipID,
String targetDefinitionExpression,
String targetTableProps,
boolean groupBySourceOIDs,
SpatialReference outSR,
TimeReference outTR,
ServiceDataOptions serviceDataOptions)
Deprecated. |
|
| Method Summary | |
|---|---|
int[] |
getObjectIDsInSource()
Gets the value of the objectIDsInSource property. |
SpatialReference |
getOutSR()
Gets the value of the outSR property. |
TimeReference |
getOutTR()
Gets the value of the outTR property. |
int |
getRelationshipID()
Gets the value of the relationshipID property. |
ServiceDataOptions |
getServiceDataOptions()
Gets the value of the serviceDataOptions property. |
int |
getSourceLayerOrTableID()
Gets the value of the sourceLayerOrTableID property. |
String |
getTargetDefinitionExpression()
Gets the value of the targetDefinitionExpression property. |
String |
getTargetTableProps()
Gets the value of the targetTableProps property. |
boolean |
isGroupBySourceOIDs()
Gets the value of the groupBySourceOIDs property. |
void |
setGroupBySourceOIDs(boolean value)
Sets the value of the groupBySourceOIDs property. |
void |
setObjectIDsInSource(int[] value)
Sets the value of the objectIDsInSource property. |
void |
setOutSR(SpatialReference value)
Sets the value of the outSR property. |
void |
setOutTR(TimeReference value)
Sets the value of the outTR property. |
void |
setRelationshipID(int value)
Sets the value of the relationshipID property. |
void |
setServiceDataOptions(ServiceDataOptions value)
Sets the value of the serviceDataOptions property. |
void |
setSourceLayerOrTableID(int value)
Sets the value of the sourceLayerOrTableID property. |
void |
setTargetDefinitionExpression(String value)
Sets the value of the targetDefinitionExpression property. |
void |
setTargetTableProps(String value)
Sets the value of the targetTableProps property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public QueryRelatedObjects(int sourceLayerOrTableID,
int[] objectIDsInSource,
int relationshipID,
String targetDefinitionExpression,
String targetTableProps,
boolean groupBySourceOIDs,
SpatialReference outSR,
TimeReference outTR,
ServiceDataOptions serviceDataOptions)
public QueryRelatedObjects()
| Method Detail |
|---|
public int getSourceLayerOrTableID()
public void setSourceLayerOrTableID(int value)
public int[] getObjectIDsInSource()
[] public void setObjectIDsInSource(int[] value)
value - allowed object is
[] public int getRelationshipID()
public void setRelationshipID(int value)
public String getTargetDefinitionExpression()
Stringpublic void setTargetDefinitionExpression(String value)
value - allowed object is
Stringpublic String getTargetTableProps()
Stringpublic void setTargetTableProps(String value)
value - allowed object is
Stringpublic boolean isGroupBySourceOIDs()
public void setGroupBySourceOIDs(boolean value)
public SpatialReference getOutSR()
SpatialReferencepublic void setOutSR(SpatialReference value)
value - allowed object is
SpatialReferencepublic TimeReference getOutTR()
TimeReferencepublic void setOutTR(TimeReference value)
value - allowed object is
TimeReferencepublic ServiceDataOptions getServiceDataOptions()
ServiceDataOptionspublic void setServiceDataOptions(ServiceDataOptions value)
value - allowed object is
ServiceDataOptions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||