Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class POCDMT000040RelatedSubject

java.lang.Object
  extended by org.hl7.v3.POCDMT000040RelatedSubject

public class POCDMT000040RelatedSubject
extends java.lang.Object

Java class for POCD_MT000040.RelatedSubject complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="POCD_MT000040.RelatedSubject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typeId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.typeId" minOccurs="0"/>
         <element name="templateId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="addr" type="{urn:hl7-org:v3}AD" maxOccurs="unbounded" minOccurs="0"/>
         <element name="telecom" type="{urn:hl7-org:v3}TEL" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subject" type="{urn:hl7-org:v3}POCD_MT000040.SubjectPerson" minOccurs="0"/>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" type="{urn:hl7-org:v3}x_DocumentSubject" default="PRS" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<AD> addr
           
protected  XDocumentSubject classCode
           
protected  CE code
           
protected  java.util.List<java.lang.String> nullFlavor
           
protected  java.util.List<CS> realmCode
           
protected  POCDMT000040SubjectPerson subject
           
protected  java.util.List<TEL> telecom
           
protected  java.util.List<II> templateId
           
protected  POCDMT000040InfrastructureRootTypeId typeId
           
 
Constructor Summary
POCDMT000040RelatedSubject()
           
 
Method Summary
 java.util.List<AD> getAddr()
          Gets the value of the addr property.
 XDocumentSubject getClassCode()
          Gets the value of the classCode property.
 CE getCode()
          Gets the value of the code property.
 java.util.List<java.lang.String> getNullFlavor()
          Gets the value of the nullFlavor property.
 java.util.List<CS> getRealmCode()
          Gets the value of the realmCode property.
 POCDMT000040SubjectPerson getSubject()
          Gets the value of the subject property.
 java.util.List<TEL> getTelecom()
          Gets the value of the telecom property.
 java.util.List<II> getTemplateId()
          Gets the value of the templateId property.
 POCDMT000040InfrastructureRootTypeId getTypeId()
          Gets the value of the typeId property.
 void setClassCode(XDocumentSubject value)
          Sets the value of the classCode property.
 void setCode(CE value)
          Sets the value of the code property.
 void setSubject(POCDMT000040SubjectPerson value)
          Sets the value of the subject property.
 void setTypeId(POCDMT000040InfrastructureRootTypeId value)
          Sets the value of the typeId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realmCode

protected java.util.List<CS> realmCode

typeId

protected POCDMT000040InfrastructureRootTypeId typeId

templateId

protected java.util.List<II> templateId

code

protected CE code

addr

protected java.util.List<AD> addr

telecom

protected java.util.List<TEL> telecom

subject

protected POCDMT000040SubjectPerson subject

nullFlavor

protected java.util.List<java.lang.String> nullFlavor

classCode

protected XDocumentSubject classCode
Constructor Detail

POCDMT000040RelatedSubject

public POCDMT000040RelatedSubject()
Method Detail

getRealmCode

public java.util.List<CS> getRealmCode()
Gets the value of the realmCode 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 realmCode property.

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

 getRealmCode().add(newItem);
 

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


getTypeId

public POCDMT000040InfrastructureRootTypeId getTypeId()
Gets the value of the typeId property.

Returns:
possible object is POCDMT000040InfrastructureRootTypeId

setTypeId

public void setTypeId(POCDMT000040InfrastructureRootTypeId value)
Sets the value of the typeId property.

Parameters:
value - allowed object is POCDMT000040InfrastructureRootTypeId

getTemplateId

public java.util.List<II> getTemplateId()
Gets the value of the templateId 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 templateId property.

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

 getTemplateId().add(newItem);
 

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


getCode

public CE getCode()
Gets the value of the code property.

Returns:
possible object is CE

setCode

public void setCode(CE value)
Sets the value of the code property.

Parameters:
value - allowed object is CE

getAddr

public java.util.List<AD> getAddr()
Gets the value of the addr 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 addr property.

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

 getAddr().add(newItem);
 

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


getTelecom

public java.util.List<TEL> getTelecom()
Gets the value of the telecom 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 telecom property.

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

 getTelecom().add(newItem);
 

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


getSubject

public POCDMT000040SubjectPerson getSubject()
Gets the value of the subject property.

Returns:
possible object is POCDMT000040SubjectPerson

setSubject

public void setSubject(POCDMT000040SubjectPerson value)
Sets the value of the subject property.

Parameters:
value - allowed object is POCDMT000040SubjectPerson

getNullFlavor

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

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

 getNullFlavor().add(newItem);
 

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


getClassCode

public XDocumentSubject getClassCode()
Gets the value of the classCode property.

Returns:
possible object is XDocumentSubject

setClassCode

public void setClassCode(XDocumentSubject value)
Sets the value of the classCode property.

Parameters:
value - allowed object is XDocumentSubject

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013