org.tolven.ccr
Class InternalCCRLink

java.lang.Object
  extended by org.tolven.ccr.InternalCCRLink

public class InternalCCRLink
extends java.lang.Object

Java class for InternalCCRLink element declaration.


Nested Class Summary
static class InternalCCRLink.Source
          Java class for anonymous complex type.
 
Constructor Summary
InternalCCRLink()
           
 
Method Summary
 java.lang.String getLinkID()
          Gets the value of the linkID property.
 java.util.List<java.lang.String> getLinkRelationship()
          Gets the value of the linkRelationship property.
 InternalCCRLink.Source getSource()
          Gets the value of the source property.
 void setLinkID(java.lang.String value)
          Sets the value of the linkID property.
 void setSource(InternalCCRLink.Source value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalCCRLink

public InternalCCRLink()
Method Detail

getLinkID

public java.lang.String getLinkID()
Gets the value of the linkID property.

Returns:
possible object is String

setLinkID

public void setLinkID(java.lang.String value)
Sets the value of the linkID property.

Parameters:
value - allowed object is String

getLinkRelationship

public java.util.List<java.lang.String> getLinkRelationship()
Gets the value of the linkRelationship property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the linkRelationship property.

For example, to add a new item, do as follows:

    getLinkRelationship().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getSource

public InternalCCRLink.Source getSource()
Gets the value of the source property.

Returns:
possible object is InternalCCRLink.Source

setSource

public void setSource(InternalCCRLink.Source value)
Sets the value of the source property.

Parameters:
value - allowed object is InternalCCRLink.Source