org.tolven.ccr
Class ActorReferenceType

java.lang.Object
  extended by org.tolven.ccr.ActorReferenceType
Direct Known Subclasses:
FamilyHistoryType.FamilyMember

public class ActorReferenceType
extends java.lang.Object

Java class for ActorReferenceType complex type.


Constructor Summary
ActorReferenceType()
           
 
Method Summary
 java.lang.String getActorID()
          Gets the value of the actorID property.
 java.util.List<CodedDescriptionType> getActorRole()
          Gets the value of the actorRole property.
 void setActorID(java.lang.String value)
          Sets the value of the actorID property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorReferenceType

public ActorReferenceType()
Method Detail

getActorID

public java.lang.String getActorID()
Gets the value of the actorID property.

Returns:
possible object is String

setActorID

public void setActorID(java.lang.String value)
Sets the value of the actorID property.

Parameters:
value - allowed object is String

getActorRole

public java.util.List<CodedDescriptionType> getActorRole()
Gets the value of the actorRole 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 actorRole property.

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

    getActorRole().add(newItem);
 

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