|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.ActorType
public class ActorType
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 |
|---|
public ActorType()
| Method Detail |
|---|
public java.lang.String getActorObjectID()
Stringpublic void setActorObjectID(java.lang.String value)
value - allowed object is
Stringpublic ActorType.Person getPerson()
ActorType.Personpublic void setPerson(ActorType.Person value)
value - allowed object is
ActorType.Personpublic ActorType.Organization getOrganization()
ActorType.Organizationpublic void setOrganization(ActorType.Organization value)
value - allowed object is
ActorType.Organizationpublic ActorType.InformationSystem getInformationSystem()
ActorType.InformationSystempublic void setInformationSystem(ActorType.InformationSystem value)
value - allowed object is
ActorType.InformationSystempublic java.util.List<IDType> getIDs()
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
public java.util.List<CodedDescriptionType> getRelation()
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
public java.util.List<CodedDescriptionType> getSpecialty()
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
public java.util.List<ActorType.Address> getAddress()
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
public java.util.List<CommunicationType> getTelephone()
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
public java.util.List<CommunicationType> getEMail()
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
public java.util.List<CommunicationType> getURL()
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
public CodedDescriptionType getStatus()
CodedDescriptionTypepublic void setStatus(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.util.List<SourceType> getSource()
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
public java.util.List<InternalCCRLink> getInternalCCRLink()
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
public java.util.List<java.lang.String> getReferenceID()
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
public java.util.List<java.lang.String> getCommentID()
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
public java.util.List<CCRCodedDataObjectType.Signature> getSignature()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||