com.esri.arcgisws
Class RelationResult

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

public class RelationResult
extends Object
implements Serializable

Java class for RelationResult complex type.

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

 <complexType name="RelationResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="leftIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="rightIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RelationResult()
          RelationResult default constructor.
RelationResult(int leftIndex, int rightIndex)
          Deprecated. 
 
Method Summary
 int getLeftIndex()
          Gets the value of the leftIndex property.
 int getRightIndex()
          Gets the value of the rightIndex property.
 void setLeftIndex(int value)
          Sets the value of the leftIndex property.
 void setRightIndex(int value)
          Sets the value of the rightIndex property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationResult

@Deprecated
public RelationResult(int leftIndex,
                                 int rightIndex)
Deprecated. 

RelationResult constructor.


RelationResult

public RelationResult()
RelationResult default constructor.

Method Detail

getLeftIndex

public int getLeftIndex()
Gets the value of the leftIndex property.


setLeftIndex

public void setLeftIndex(int value)
Sets the value of the leftIndex property.


getRightIndex

public int getRightIndex()
Gets the value of the rightIndex property.


setRightIndex

public void setRightIndex(int value)
Sets the value of the rightIndex property.