|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.s_ramp.xmlns._2010.s_ramp.RelationshipData
public class RelationshipData
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://s-ramp.org/xmlns/2010/s-ramp}relationshipType" minOccurs="0"/>
<element ref="{http://s-ramp.org/xmlns/2010/s-ramp}sourceId" minOccurs="0"/>
<element ref="{http://s-ramp.org/xmlns/2010/s-ramp}targetId"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
relationshipType
|
protected String |
sourceId
|
protected String |
targetId
|
| Constructor Summary | |
|---|---|
RelationshipData()
|
|
| Method Summary | |
|---|---|
String |
getRelationshipType()
Gets the value of the relationshipType property. |
String |
getSourceId()
Gets the value of the sourceId property. |
String |
getTargetId()
Gets the value of the targetId property. |
void |
setRelationshipType(String value)
Sets the value of the relationshipType property. |
void |
setSourceId(String value)
Sets the value of the sourceId property. |
void |
setTargetId(String value)
Sets the value of the targetId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String relationshipType
protected String sourceId
protected String targetId
| Constructor Detail |
|---|
public RelationshipData()
| Method Detail |
|---|
public String getRelationshipType()
Stringpublic void setRelationshipType(String value)
value - allowed object is
Stringpublic String getSourceId()
Stringpublic void setSourceId(String value)
value - allowed object is
Stringpublic String getTargetId()
Stringpublic void setTargetId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||