|
|||||||||
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"/> <element name="Role" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriRelRole" minOccurs="0"/> <element name="Cardinality" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriRelCardinality" minOccurs="0"/> <element name="KeyField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IsComposite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="RelationshipTableId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="KeyFieldInRelationshipTable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RelateInfo()
RelateInfo default constructor. |
|
RelateInfo(java.lang.String name,
int relationshipID,
int relatedTableID,
EsriRelRole role,
EsriRelCardinality cardinality,
java.lang.String keyField,
java.lang.Boolean isComposite,
java.lang.Integer relationshipTableId,
java.lang.String keyFieldInRelationshipTable)
Deprecated. |
Method Summary | |
---|---|
EsriRelCardinality |
getCardinality()
Gets the value of the cardinality property. |
java.lang.Boolean |
getIsComposite()
Gets the value of the isComposite property. |
java.lang.String |
getKeyField()
Gets the value of the keyField property. |
java.lang.String |
getKeyFieldInRelationshipTable()
Gets the value of the keyFieldInRelationshipTable property. |
java.lang.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. |
java.lang.Integer |
getRelationshipTableId()
Gets the value of the relationshipTableId property. |
EsriRelRole |
getRole()
Gets the value of the role property. |
java.lang.Boolean |
isIsComposite()
|
void |
setCardinality(EsriRelCardinality value)
Sets the value of the cardinality property. |
void |
setIsComposite(java.lang.Boolean value)
Sets the value of the isComposite property. |
void |
setKeyField(java.lang.String value)
Sets the value of the keyField property. |
void |
setKeyFieldInRelationshipTable(java.lang.String value)
Sets the value of the keyFieldInRelationshipTable property. |
void |
setName(java.lang.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. |
void |
setRelationshipTableId(java.lang.Integer value)
Sets the value of the relationshipTableId property. |
void |
setRole(EsriRelRole value)
Sets the value of the role property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public RelateInfo(java.lang.String name, int relationshipID, int relatedTableID, EsriRelRole role, EsriRelCardinality cardinality, java.lang.String keyField, java.lang.Boolean isComposite, java.lang.Integer relationshipTableId, java.lang.String keyFieldInRelationshipTable)
public RelateInfo()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public int getRelationshipID()
public void setRelationshipID(int value)
public int getRelatedTableID()
public void setRelatedTableID(int value)
public EsriRelRole getRole()
EsriRelRole
public void setRole(EsriRelRole value)
value
- allowed object is
EsriRelRole
public EsriRelCardinality getCardinality()
EsriRelCardinality
public void setCardinality(EsriRelCardinality value)
value
- allowed object is
EsriRelCardinality
public java.lang.String getKeyField()
String
public void setKeyField(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getIsComposite()
Boolean
public java.lang.Boolean isIsComposite()
public void setIsComposite(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getRelationshipTableId()
Integer
public void setRelationshipTableId(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getKeyFieldInRelationshipTable()
String
public void setKeyFieldInRelationshipTable(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |