public class RelationshipTypeData 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
relationshipType |
| Constructor and Description |
|---|
RelationshipTypeData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelationshipType()
Gets the value of the relationshipType property.
|
void |
setRelationshipType(String value)
Sets the value of the relationshipType property.
|
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.