com.esri.arcgisws
Class RelateDescription

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

public class RelateDescription
extends Object
implements Serializable

Java class for RelateDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RelateDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RelationshipID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="RelatedTableDefinitionExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelatedTableFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OutputSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="GeoTransformation" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeoTransformation" minOccurs="0"/>
         <element name="IncludeGeometry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GeometryResultOptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeometryResultOptions" minOccurs="0"/>
         <element name="ResultFormat" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRelateResultFormat"/>
         <element name="OutputTimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RelateDescription()
          RelateDescription default constructor.
RelateDescription(int relationshipID, String relatedTableDefinitionExpression, String relatedTableFields, SpatialReference outputSpatialReference, GeoTransformation geoTransformation, Boolean includeGeometry, GeometryResultOptions geometryResultOptions, EsriRelateResultFormat resultFormat, TimeReference outputTimeReference)
          Deprecated. 
 
Method Summary
 GeometryResultOptions getGeometryResultOptions()
          Gets the value of the geometryResultOptions property.
 GeoTransformation getGeoTransformation()
          Gets the value of the geoTransformation property.
 Boolean getIncludeGeometry()
          Gets the value of the includeGeometry property.
 SpatialReference getOutputSpatialReference()
          Gets the value of the outputSpatialReference property.
 TimeReference getOutputTimeReference()
          Gets the value of the outputTimeReference property.
 String getRelatedTableDefinitionExpression()
          Gets the value of the relatedTableDefinitionExpression property.
 String getRelatedTableFields()
          Gets the value of the relatedTableFields property.
 int getRelationshipID()
          Gets the value of the relationshipID property.
 EsriRelateResultFormat getResultFormat()
          Gets the value of the resultFormat property.
 Boolean isIncludeGeometry()
           
 void setGeometryResultOptions(GeometryResultOptions value)
          Sets the value of the geometryResultOptions property.
 void setGeoTransformation(GeoTransformation value)
          Sets the value of the geoTransformation property.
 void setIncludeGeometry(Boolean value)
          Sets the value of the includeGeometry property.
 void setOutputSpatialReference(SpatialReference value)
          Sets the value of the outputSpatialReference property.
 void setOutputTimeReference(TimeReference value)
          Sets the value of the outputTimeReference property.
 void setRelatedTableDefinitionExpression(String value)
          Sets the value of the relatedTableDefinitionExpression property.
 void setRelatedTableFields(String value)
          Sets the value of the relatedTableFields property.
 void setRelationshipID(int value)
          Sets the value of the relationshipID property.
 void setResultFormat(EsriRelateResultFormat value)
          Sets the value of the resultFormat property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelateDescription

@Deprecated
public RelateDescription(int relationshipID,
                                    String relatedTableDefinitionExpression,
                                    String relatedTableFields,
                                    SpatialReference outputSpatialReference,
                                    GeoTransformation geoTransformation,
                                    Boolean includeGeometry,
                                    GeometryResultOptions geometryResultOptions,
                                    EsriRelateResultFormat resultFormat,
                                    TimeReference outputTimeReference)
Deprecated. 

RelateDescription constructor.


RelateDescription

public RelateDescription()
RelateDescription default constructor.

Method Detail

getRelationshipID

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


setRelationshipID

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


getRelatedTableDefinitionExpression

public String getRelatedTableDefinitionExpression()
Gets the value of the relatedTableDefinitionExpression property.

Returns:
possible object is String

setRelatedTableDefinitionExpression

public void setRelatedTableDefinitionExpression(String value)
Sets the value of the relatedTableDefinitionExpression property.

Parameters:
value - allowed object is String

getRelatedTableFields

public String getRelatedTableFields()
Gets the value of the relatedTableFields property.

Returns:
possible object is String

setRelatedTableFields

public void setRelatedTableFields(String value)
Sets the value of the relatedTableFields property.

Parameters:
value - allowed object is String

getOutputSpatialReference

public SpatialReference getOutputSpatialReference()
Gets the value of the outputSpatialReference property.

Returns:
possible object is SpatialReference

setOutputSpatialReference

public void setOutputSpatialReference(SpatialReference value)
Sets the value of the outputSpatialReference property.

Parameters:
value - allowed object is SpatialReference

getGeoTransformation

public GeoTransformation getGeoTransformation()
Gets the value of the geoTransformation property.

Returns:
possible object is GeoTransformation

setGeoTransformation

public void setGeoTransformation(GeoTransformation value)
Sets the value of the geoTransformation property.

Parameters:
value - allowed object is GeoTransformation

getIncludeGeometry

public Boolean getIncludeGeometry()
Gets the value of the includeGeometry property.

Returns:
possible object is Boolean

isIncludeGeometry

public Boolean isIncludeGeometry()

setIncludeGeometry

public void setIncludeGeometry(Boolean value)
Sets the value of the includeGeometry property.

Parameters:
value - allowed object is Boolean

getGeometryResultOptions

public GeometryResultOptions getGeometryResultOptions()
Gets the value of the geometryResultOptions property.

Returns:
possible object is GeometryResultOptions

setGeometryResultOptions

public void setGeometryResultOptions(GeometryResultOptions value)
Sets the value of the geometryResultOptions property.

Parameters:
value - allowed object is GeometryResultOptions

getResultFormat

public EsriRelateResultFormat getResultFormat()
Gets the value of the resultFormat property.

Returns:
possible object is EsriRelateResultFormat

setResultFormat

public void setResultFormat(EsriRelateResultFormat value)
Sets the value of the resultFormat property.

Parameters:
value - allowed object is EsriRelateResultFormat

getOutputTimeReference

public TimeReference getOutputTimeReference()
Gets the value of the outputTimeReference property.

Returns:
possible object is TimeReference

setOutputTimeReference

public void setOutputTimeReference(TimeReference value)
Sets the value of the outputTimeReference property.

Parameters:
value - allowed object is TimeReference