com.ibm.ram.internal.jaxb
Class RelationshipLink

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.Link
      extended by 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>
 


Field Summary
protected  RelatedAsset relationship
           
 
Fields inherited from class com.ibm.ram.internal.jaxb.Link
href, image, rel, title
 
Constructor Summary
RelationshipLink()
           
 
Method Summary
 RelatedAsset getRelationship()
          Gets the value of the relationship property.
 void setRelationship(RelatedAsset value)
          Sets the value of the relationship property.
 
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
 

Field Detail

relationship

protected RelatedAsset relationship
Constructor Detail

RelationshipLink

public RelationshipLink()
Method Detail

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