com.esri.arcgisws
Class QueryRelatedObjects

java.lang.Object
  extended by com.esri.arcgisws.QueryRelatedObjects
All Implemented Interfaces:
Serializable

public class QueryRelatedObjects
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

QueryRelatedObjects

@Deprecated
public QueryRelatedObjects(int sourceLayerOrTableID,
                                      int[] objectIDsInSource,
                                      int relationshipID,
                                      String targetDefinitionExpression,
                                      String targetTableProps,
                                      boolean groupBySourceOIDs,
                                      SpatialReference outSR,
                                      TimeReference outTR,
                                      ServiceDataOptions serviceDataOptions)
Deprecated. 

QueryRelatedObjects constructor.


QueryRelatedObjects

public QueryRelatedObjects()
QueryRelatedObjects default constructor.

Method Detail

getSourceLayerOrTableID

public int getSourceLayerOrTableID()
Gets the value of the sourceLayerOrTableID property.


setSourceLayerOrTableID

public void setSourceLayerOrTableID(int value)
Sets the value of the sourceLayerOrTableID property.


getObjectIDsInSource

public int[] getObjectIDsInSource()
Gets the value of the objectIDsInSource property.

Returns:
possible object is []

setObjectIDsInSource

public void setObjectIDsInSource(int[] value)
Sets the value of the objectIDsInSource property.

Parameters:
value - allowed object is []

getRelationshipID

public int getRelationshipID()
Gets the value of the relationshipID property.


setRelationshipID

public void setRelationshipID(int value)
Sets the value of the relationshipID property.


getTargetDefinitionExpression

public String getTargetDefinitionExpression()
Gets the value of the targetDefinitionExpression property.

Returns:
possible object is String

setTargetDefinitionExpression

public void setTargetDefinitionExpression(String value)
Sets the value of the targetDefinitionExpression property.

Parameters:
value - allowed object is String

getTargetTableProps

public String getTargetTableProps()
Gets the value of the targetTableProps property.

Returns:
possible object is String

setTargetTableProps

public void setTargetTableProps(String value)
Sets the value of the targetTableProps property.

Parameters:
value - allowed object is String

isGroupBySourceOIDs

public boolean isGroupBySourceOIDs()
Gets the value of the groupBySourceOIDs property.


setGroupBySourceOIDs

public void setGroupBySourceOIDs(boolean value)
Sets the value of the groupBySourceOIDs property.


getOutSR

public SpatialReference getOutSR()
Gets the value of the outSR property.

Returns:
possible object is SpatialReference

setOutSR

public void setOutSR(SpatialReference value)
Sets the value of the outSR property.

Parameters:
value - allowed object is SpatialReference

getOutTR

public TimeReference getOutTR()
Gets the value of the outTR property.

Returns:
possible object is TimeReference

setOutTR

public void setOutTR(TimeReference value)
Sets the value of the outTR property.

Parameters:
value - allowed object is TimeReference

getServiceDataOptions

public ServiceDataOptions getServiceDataOptions()
Gets the value of the serviceDataOptions property.

Returns:
possible object is ServiceDataOptions

setServiceDataOptions

public void setServiceDataOptions(ServiceDataOptions value)
Sets the value of the serviceDataOptions property.

Parameters:
value - allowed object is ServiceDataOptions