com.ibm.ram.internal.jaxb
Class RelationshipLink
java.lang.Object
com.ibm.ram.internal.jaxb.Link
com.ibm.ram.internal.jaxb.RelationshipLink
public class RelationshipLink
- extends Link
Java class for RelationshipLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationshipLink">
<complexContent>
<extension base="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link">
<sequence>
<element name="relationship" type="{http://www.omg.org/ras/v2.2}RelatedAsset"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class com.ibm.ram.internal.jaxb.Link |
equals, getHref, getImage, getRel, getTitle, getValue, hashCode, isValueSet, setHref, setImage, setRel, setTitle, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
relationship
protected RelatedAsset relationship
RelationshipLink
public RelationshipLink()
getRelationship
public RelatedAsset getRelationship()
- Gets the value of the relationship property.
- Returns:
- possible object is
RelatedAsset
setRelationship
public void setRelationship(RelatedAsset value)
- Sets the value of the relationship property.
- Parameters:
value - allowed object is
RelatedAsset