|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RelateInfo
public class RelateInfo
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>
| 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 |
|---|
@Deprecated
public RelateInfo(String name,
int relationshipID,
int relatedTableID)
public RelateInfo()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getRelationshipID()
public void setRelationshipID(int value)
public int getRelatedTableID()
public void setRelatedTableID(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||