com.esri.arcgisws
Class RelateInfo

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

public class RelateInfo
extends Object
implements Serializable

Java class for RelateInfo complex type.

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

 <complexType name="RelateInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RelationshipID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="RelatedTableID" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RelateInfo()
          RelateInfo default constructor.
RelateInfo(String name, int relationshipID, int relatedTableID)
          Deprecated. 
 
Method Summary
 String getName()
          Gets the value of the name property.
 int getRelatedTableID()
          Gets the value of the relatedTableID property.
 int getRelationshipID()
          Gets the value of the relationshipID property.
 void setName(String value)
          Sets the value of the name property.
 void setRelatedTableID(int value)
          Sets the value of the relatedTableID property.
 void setRelationshipID(int value)
          Sets the value of the relationshipID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelateInfo

@Deprecated
public RelateInfo(String name,
                             int relationshipID,
                             int relatedTableID)
Deprecated. 

RelateInfo constructor.


RelateInfo

public RelateInfo()
RelateInfo default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRelationshipID

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


setRelationshipID

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


getRelatedTableID

public int getRelatedTableID()
Gets the value of the relatedTableID property.


setRelatedTableID

public void setRelatedTableID(int value)
Sets the value of the relatedTableID property.