org.tolven.ccr
Class ActorType

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

public class ActorType
extends java.lang.Object

Java class for ActorType complex type.


Nested Class Summary
static class ActorType.Address
          Java class for anonymous complex type.
static class ActorType.InformationSystem
          Java class for anonymous complex type.
static class ActorType.Organization
          Java class for anonymous complex type.
static class ActorType.Person
          Java class for anonymous complex type.
 
Constructor Summary
ActorType()
           
 
Method Summary
 java.lang.String getActorObjectID()
          Gets the value of the actorObjectID property.
 java.util.List<ActorType.Address> getAddress()
          Gets the value of the address property.
 java.util.List<java.lang.String> getCommentID()
          Gets the value of the commentID property.
 java.util.List<CommunicationType> getEMail()
          Gets the value of the eMail property.
 java.util.List<IDType> getIDs()
          Gets the value of the iDs property.
 ActorType.InformationSystem getInformationSystem()
          Gets the value of the informationSystem property.
 java.util.List<InternalCCRLink> getInternalCCRLink()
          Gets the value of the internalCCRLink property.
 ActorType.Organization getOrganization()
          Gets the value of the organization property.
 ActorType.Person getPerson()
          Gets the value of the person property.
 java.util.List<java.lang.String> getReferenceID()
          Gets the value of the referenceID property.
 java.util.List<CodedDescriptionType> getRelation()
          Gets the value of the relation property.
 java.util.List<CCRCodedDataObjectType.Signature> getSignature()
          Gets the value of the signature property.
 java.util.List<SourceType> getSource()
          Gets the value of the source property.
 java.util.List<CodedDescriptionType> getSpecialty()
          Gets the value of the specialty property.
 CodedDescriptionType getStatus()
          Gets the value of the status property.
 java.util.List<CommunicationType> getTelephone()
          Gets the value of the telephone property.
 java.util.List<CommunicationType> getURL()
          Gets the value of the url property.
 void setActorObjectID(java.lang.String value)
          Sets the value of the actorObjectID property.
 void setInformationSystem(ActorType.InformationSystem value)
          Sets the value of the informationSystem property.
 void setOrganization(ActorType.Organization value)
          Sets the value of the organization property.
 void setPerson(ActorType.Person value)
          Sets the value of the person property.
 void setStatus(CodedDescriptionType value)
          Sets the value of the status property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorType

public ActorType()
Method Detail

getActorObjectID

public java.lang.String getActorObjectID()
Gets the value of the actorObjectID property.

Returns:
possible object is String

setActorObjectID

public void setActorObjectID(java.lang.String value)
Sets the value of the actorObjectID property.

Parameters:
value - allowed object is String

getPerson

public ActorType.Person getPerson()
Gets the value of the person property.

Returns:
possible object is ActorType.Person

setPerson

public void setPerson(ActorType.Person value)
Sets the value of the person property.

Parameters:
value - allowed object is ActorType.Person

getOrganization

public ActorType.Organization getOrganization()
Gets the value of the organization property.

Returns:
possible object is ActorType.Organization

setOrganization

public void setOrganization(ActorType.Organization value)
Sets the value of the organization property.

Parameters:
value - allowed object is ActorType.Organization

getInformationSystem

public ActorType.InformationSystem getInformationSystem()
Gets the value of the informationSystem property.

Returns:
possible object is ActorType.InformationSystem

setInformationSystem

public void setInformationSystem(ActorType.InformationSystem value)
Sets the value of the informationSystem property.

Parameters:
value - allowed object is ActorType.InformationSystem

getIDs

public java.util.List<IDType> getIDs()
Gets the value of the iDs 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 iDs property.

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

    getIDs().add(newItem);
 

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


getRelation

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

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

    getRelation().add(newItem);
 

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


getSpecialty

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

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

    getSpecialty().add(newItem);
 

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


getAddress

public java.util.List<ActorType.Address> getAddress()
Gets the value of the address 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 address property.

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

    getAddress().add(newItem);
 

Objects of the following type(s) are allowed in the list ActorType.Address


getTelephone

public java.util.List<CommunicationType> getTelephone()
Gets the value of the telephone 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 telephone property.

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

    getTelephone().add(newItem);
 

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


getEMail

public java.util.List<CommunicationType> getEMail()
Gets the value of the eMail 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 eMail property.

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

    getEMail().add(newItem);
 

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


getURL

public java.util.List<CommunicationType> getURL()
Gets the value of the url 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 url property.

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

    getURL().add(newItem);
 

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


getStatus

public CodedDescriptionType getStatus()
Gets the value of the status property.

Returns:
possible object is CodedDescriptionType

setStatus

public void setStatus(CodedDescriptionType value)
Sets the value of the status property.

Parameters:
value - allowed object is CodedDescriptionType

getSource

public java.util.List<SourceType> getSource()
Gets the value of the source 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 source property.

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

    getSource().add(newItem);
 

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


getInternalCCRLink

public java.util.List<InternalCCRLink> getInternalCCRLink()
Gets the value of the internalCCRLink 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 internalCCRLink property.

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

    getInternalCCRLink().add(newItem);
 

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


getReferenceID

public java.util.List<java.lang.String> getReferenceID()
Gets the value of the referenceID 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 referenceID property.

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

    getReferenceID().add(newItem);
 

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


getCommentID

public java.util.List<java.lang.String> getCommentID()
Gets the value of the commentID 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 commentID property.

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

    getCommentID().add(newItem);
 

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


getSignature

public java.util.List<CCRCodedDataObjectType.Signature> getSignature()
Gets the value of the signature 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 signature property.

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

    getSignature().add(newItem);
 

Objects of the following type(s) are allowed in the list CCRCodedDataObjectType.Signature