|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RelationResult
public class RelationResult
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>
| 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 |
|---|
@Deprecated
public RelationResult(int leftIndex,
int rightIndex)
public RelationResult()
| Method Detail |
|---|
public int getLeftIndex()
public void setLeftIndex(int value)
public int getRightIndex()
public void setRightIndex(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||