public class RelationshipData extends Object implements Serializable
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://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}relationshipType" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}sourceId" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}targetId"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
relationshipType |
protected String |
sourceId |
protected String |
targetId |
| Constructor and Description |
|---|
RelationshipData() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String relationshipType
protected String sourceId
protected String targetId
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()
StringCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.