Package org.hl7.v3

Class COCTMT030007UVPerson

java.lang.Object
org.hl7.v3.COCTMT030007UVPerson

public class COCTMT030007UVPerson extends Object

Java class for COCT_MT030007UV.Person complex type.

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

 <complexType name="COCT_MT030007UV.Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:hl7-org:v3}EN" maxOccurs="unbounded" minOccurs="0"/>
         <element name="desc" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
         <element name="statusCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="administrativeGenderCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="birthTime" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
         <element name="deceasedInd" type="{urn:hl7-org:v3}BL" minOccurs="0"/>
         <element name="deceasedTime" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
         <element name="multipleBirthInd" type="{urn:hl7-org:v3}BL" minOccurs="0"/>
         <element name="multipleBirthOrderNumber" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
         <element name="organDonorInd" type="{urn:hl7-org:v3}BL" minOccurs="0"/>
         <element name="maritalStatusCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="educationLevelCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="disabilityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="livingArrangementCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="religiousAffiliationCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="raceCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ethnicGroupCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asEmployment" type="{urn:hl7-org:v3}COCT_MT030007UV.Employment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asCitizen" type="{urn:hl7-org:v3}COCT_MT030007UV.Citizen" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asStudent" type="{urn:hl7-org:v3}COCT_MT030007UV.Student" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asMember" type="{urn:hl7-org:v3}COCT_MT030007UV.Member" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asOtherIDs" type="{urn:hl7-org:v3}COCT_MT030007UV.OtherIDs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contactParty" type="{urn:hl7-org:v3}COCT_MT030007UV.ContactParty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="guardian" type="{urn:hl7-org:v3}COCT_MT030007UV.Guardian" maxOccurs="unbounded" minOccurs="0"/>
         <element name="guarantor" type="{urn:hl7-org:v3}COCT_MT030007UV.Guarantor" maxOccurs="unbounded" minOccurs="0"/>
         <element name="birthPlace" type="{urn:hl7-org:v3}COCT_MT030007UV.BirthPlace" minOccurs="0"/>
         <element name="languageCommunication" type="{urn:hl7-org:v3}COCT_MT030007UV.LanguageCommunication" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}EntityClass" fixed="PSN" />
       <attribute name="determinerCode" use="required" type="{urn:hl7-org:v3}x_DeterminerInstanceKind" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • COCTMT030007UVPerson

      public COCTMT030007UVPerson()
  • Method Details

    • getRealmCode

      public 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 Jakarta XML Binding 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 II getTypeId()
      Gets the value of the typeId property.
      Returns:
      possible object is II
    • setTypeId

      public void setTypeId(II value)
      Sets the value of the typeId property.
      Parameters:
      value - allowed object is II
    • getTemplateId

      public 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 Jakarta XML Binding 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

    • getId

      public List<II> getId()
      Gets the value of the id 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 Jakarta XML Binding object. This is why there is not a set method for the id property.

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

          getId().add(newItem);
       

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

    • getName

      public List<EN> getName()
      Gets the value of the name 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 Jakarta XML Binding object. This is why there is not a set method for the name property.

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

          getName().add(newItem);
       

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

    • getDesc

      public ED getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is ED
    • setDesc

      public void setDesc(ED value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is ED
    • getStatusCode

      public CS getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is CS
    • setStatusCode

      public void setStatusCode(CS value)
      Sets the value of the statusCode property.
      Parameters:
      value - allowed object is CS
    • getAdministrativeGenderCode

      public CE getAdministrativeGenderCode()
      Gets the value of the administrativeGenderCode property.
      Returns:
      possible object is CE
    • setAdministrativeGenderCode

      public void setAdministrativeGenderCode(CE value)
      Sets the value of the administrativeGenderCode property.
      Parameters:
      value - allowed object is CE
    • getBirthTime

      public TS getBirthTime()
      Gets the value of the birthTime property.
      Returns:
      possible object is TS
    • setBirthTime

      public void setBirthTime(TS value)
      Sets the value of the birthTime property.
      Parameters:
      value - allowed object is TS
    • getDeceasedInd

      public BL getDeceasedInd()
      Gets the value of the deceasedInd property.
      Returns:
      possible object is BL
    • setDeceasedInd

      public void setDeceasedInd(BL value)
      Sets the value of the deceasedInd property.
      Parameters:
      value - allowed object is BL
    • getDeceasedTime

      public TS getDeceasedTime()
      Gets the value of the deceasedTime property.
      Returns:
      possible object is TS
    • setDeceasedTime

      public void setDeceasedTime(TS value)
      Sets the value of the deceasedTime property.
      Parameters:
      value - allowed object is TS
    • getMultipleBirthInd

      public BL getMultipleBirthInd()
      Gets the value of the multipleBirthInd property.
      Returns:
      possible object is BL
    • setMultipleBirthInd

      public void setMultipleBirthInd(BL value)
      Sets the value of the multipleBirthInd property.
      Parameters:
      value - allowed object is BL
    • getMultipleBirthOrderNumber

      public INT getMultipleBirthOrderNumber()
      Gets the value of the multipleBirthOrderNumber property.
      Returns:
      possible object is INT
    • setMultipleBirthOrderNumber

      public void setMultipleBirthOrderNumber(INT value)
      Sets the value of the multipleBirthOrderNumber property.
      Parameters:
      value - allowed object is INT
    • getOrganDonorInd

      public BL getOrganDonorInd()
      Gets the value of the organDonorInd property.
      Returns:
      possible object is BL
    • setOrganDonorInd

      public void setOrganDonorInd(BL value)
      Sets the value of the organDonorInd property.
      Parameters:
      value - allowed object is BL
    • getMaritalStatusCode

      public CE getMaritalStatusCode()
      Gets the value of the maritalStatusCode property.
      Returns:
      possible object is CE
    • setMaritalStatusCode

      public void setMaritalStatusCode(CE value)
      Sets the value of the maritalStatusCode property.
      Parameters:
      value - allowed object is CE
    • getEducationLevelCode

      public CE getEducationLevelCode()
      Gets the value of the educationLevelCode property.
      Returns:
      possible object is CE
    • setEducationLevelCode

      public void setEducationLevelCode(CE value)
      Sets the value of the educationLevelCode property.
      Parameters:
      value - allowed object is CE
    • getDisabilityCode

      public List<CE> getDisabilityCode()
      Gets the value of the disabilityCode 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 Jakarta XML Binding object. This is why there is not a set method for the disabilityCode property.

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

          getDisabilityCode().add(newItem);
       

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

    • getLivingArrangementCode

      public CE getLivingArrangementCode()
      Gets the value of the livingArrangementCode property.
      Returns:
      possible object is CE
    • setLivingArrangementCode

      public void setLivingArrangementCode(CE value)
      Sets the value of the livingArrangementCode property.
      Parameters:
      value - allowed object is CE
    • getReligiousAffiliationCode

      public CE getReligiousAffiliationCode()
      Gets the value of the religiousAffiliationCode property.
      Returns:
      possible object is CE
    • setReligiousAffiliationCode

      public void setReligiousAffiliationCode(CE value)
      Sets the value of the religiousAffiliationCode property.
      Parameters:
      value - allowed object is CE
    • getRaceCode

      public List<CE> getRaceCode()
      Gets the value of the raceCode 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 Jakarta XML Binding object. This is why there is not a set method for the raceCode property.

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

          getRaceCode().add(newItem);
       

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

    • getEthnicGroupCode

      public List<CE> getEthnicGroupCode()
      Gets the value of the ethnicGroupCode 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 Jakarta XML Binding object. This is why there is not a set method for the ethnicGroupCode property.

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

          getEthnicGroupCode().add(newItem);
       

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

    • getAsEmployment

      public List<COCTMT030007UVEmployment> getAsEmployment()
      Gets the value of the asEmployment 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 Jakarta XML Binding object. This is why there is not a set method for the asEmployment property.

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

          getAsEmployment().add(newItem);
       

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

    • getAsCitizen

      public List<COCTMT030007UVCitizen> getAsCitizen()
      Gets the value of the asCitizen 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 Jakarta XML Binding object. This is why there is not a set method for the asCitizen property.

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

          getAsCitizen().add(newItem);
       

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

    • getAsStudent

      public List<COCTMT030007UVStudent> getAsStudent()
      Gets the value of the asStudent 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 Jakarta XML Binding object. This is why there is not a set method for the asStudent property.

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

          getAsStudent().add(newItem);
       

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

    • getAsMember

      public List<COCTMT030007UVMember> getAsMember()
      Gets the value of the asMember 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 Jakarta XML Binding object. This is why there is not a set method for the asMember property.

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

          getAsMember().add(newItem);
       

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

    • getAsOtherIDs

      public List<COCTMT030007UVOtherIDs> getAsOtherIDs()
      Gets the value of the asOtherIDs 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 Jakarta XML Binding object. This is why there is not a set method for the asOtherIDs property.

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

          getAsOtherIDs().add(newItem);
       

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

    • getContactParty

      public List<COCTMT030007UVContactParty> getContactParty()
      Gets the value of the contactParty 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 Jakarta XML Binding object. This is why there is not a set method for the contactParty property.

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

          getContactParty().add(newItem);
       

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

    • getGuardian

      public List<COCTMT030007UVGuardian> getGuardian()
      Gets the value of the guardian 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 Jakarta XML Binding object. This is why there is not a set method for the guardian property.

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

          getGuardian().add(newItem);
       

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

    • getGuarantor

      public List<COCTMT030007UVGuarantor> getGuarantor()
      Gets the value of the guarantor 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 Jakarta XML Binding object. This is why there is not a set method for the guarantor property.

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

          getGuarantor().add(newItem);
       

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

    • getBirthPlace

      public jakarta.xml.bind.JAXBElement<COCTMT030007UVBirthPlace> getBirthPlace()
      Gets the value of the birthPlace property.
      Returns:
      possible object is JAXBElement<COCTMT030007UVBirthPlace>
    • setBirthPlace

      public void setBirthPlace(jakarta.xml.bind.JAXBElement<COCTMT030007UVBirthPlace> value)
      Sets the value of the birthPlace property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT030007UVBirthPlace>
    • getLanguageCommunication

      public List<COCTMT030007UVLanguageCommunication> getLanguageCommunication()
      Gets the value of the languageCommunication 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 Jakarta XML Binding object. This is why there is not a set method for the languageCommunication property.

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

          getLanguageCommunication().add(newItem);
       

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

    • getNullFlavor

      public List<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 Jakarta XML Binding 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 List<String> getClassCode()
      Gets the value of the classCode 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 Jakarta XML Binding object. This is why there is not a set method for the classCode property.

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

          getClassCode().add(newItem);
       

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

    • getDeterminerCode

      public XDeterminerInstanceKind getDeterminerCode()
      Gets the value of the determinerCode property.
      Returns:
      possible object is XDeterminerInstanceKind
    • setDeterminerCode

      public void setDeterminerCode(XDeterminerInstanceKind value)
      Sets the value of the determinerCode property.
      Parameters:
      value - allowed object is XDeterminerInstanceKind
    • withRealmCode

      public COCTMT030007UVPerson withRealmCode(CS... values)
    • withRealmCode

      public COCTMT030007UVPerson withRealmCode(Collection<CS> values)
    • withTypeId

      public COCTMT030007UVPerson withTypeId(II value)
    • withTemplateId

      public COCTMT030007UVPerson withTemplateId(II... values)
    • withTemplateId

      public COCTMT030007UVPerson withTemplateId(Collection<II> values)
    • withId

      public COCTMT030007UVPerson withId(II... values)
    • withId

      public COCTMT030007UVPerson withId(Collection<II> values)
    • withName

      public COCTMT030007UVPerson withName(EN... values)
    • withName

      public COCTMT030007UVPerson withName(Collection<EN> values)
    • withDesc

      public COCTMT030007UVPerson withDesc(ED value)
    • withStatusCode

      public COCTMT030007UVPerson withStatusCode(CS value)
    • withAdministrativeGenderCode

      public COCTMT030007UVPerson withAdministrativeGenderCode(CE value)
    • withBirthTime

      public COCTMT030007UVPerson withBirthTime(TS value)
    • withDeceasedInd

      public COCTMT030007UVPerson withDeceasedInd(BL value)
    • withDeceasedTime

      public COCTMT030007UVPerson withDeceasedTime(TS value)
    • withMultipleBirthInd

      public COCTMT030007UVPerson withMultipleBirthInd(BL value)
    • withMultipleBirthOrderNumber

      public COCTMT030007UVPerson withMultipleBirthOrderNumber(INT value)
    • withOrganDonorInd

      public COCTMT030007UVPerson withOrganDonorInd(BL value)
    • withMaritalStatusCode

      public COCTMT030007UVPerson withMaritalStatusCode(CE value)
    • withEducationLevelCode

      public COCTMT030007UVPerson withEducationLevelCode(CE value)
    • withDisabilityCode

      public COCTMT030007UVPerson withDisabilityCode(CE... values)
    • withDisabilityCode

      public COCTMT030007UVPerson withDisabilityCode(Collection<CE> values)
    • withLivingArrangementCode

      public COCTMT030007UVPerson withLivingArrangementCode(CE value)
    • withReligiousAffiliationCode

      public COCTMT030007UVPerson withReligiousAffiliationCode(CE value)
    • withRaceCode

      public COCTMT030007UVPerson withRaceCode(CE... values)
    • withRaceCode

      public COCTMT030007UVPerson withRaceCode(Collection<CE> values)
    • withEthnicGroupCode

      public COCTMT030007UVPerson withEthnicGroupCode(CE... values)
    • withEthnicGroupCode

      public COCTMT030007UVPerson withEthnicGroupCode(Collection<CE> values)
    • withAsEmployment

      public COCTMT030007UVPerson withAsEmployment(COCTMT030007UVEmployment... values)
    • withAsEmployment

      public COCTMT030007UVPerson withAsEmployment(Collection<COCTMT030007UVEmployment> values)
    • withAsCitizen

      public COCTMT030007UVPerson withAsCitizen(COCTMT030007UVCitizen... values)
    • withAsCitizen

      public COCTMT030007UVPerson withAsCitizen(Collection<COCTMT030007UVCitizen> values)
    • withAsStudent

      public COCTMT030007UVPerson withAsStudent(COCTMT030007UVStudent... values)
    • withAsStudent

      public COCTMT030007UVPerson withAsStudent(Collection<COCTMT030007UVStudent> values)
    • withAsMember

      public COCTMT030007UVPerson withAsMember(COCTMT030007UVMember... values)
    • withAsMember

      public COCTMT030007UVPerson withAsMember(Collection<COCTMT030007UVMember> values)
    • withAsOtherIDs

      public COCTMT030007UVPerson withAsOtherIDs(COCTMT030007UVOtherIDs... values)
    • withAsOtherIDs

      public COCTMT030007UVPerson withAsOtherIDs(Collection<COCTMT030007UVOtherIDs> values)
    • withContactParty

      public COCTMT030007UVPerson withContactParty(COCTMT030007UVContactParty... values)
    • withContactParty

      public COCTMT030007UVPerson withContactParty(Collection<COCTMT030007UVContactParty> values)
    • withGuardian

      public COCTMT030007UVPerson withGuardian(COCTMT030007UVGuardian... values)
    • withGuardian

    • withGuarantor

      public COCTMT030007UVPerson withGuarantor(COCTMT030007UVGuarantor... values)
    • withGuarantor

    • withBirthPlace

      public COCTMT030007UVPerson withBirthPlace(jakarta.xml.bind.JAXBElement<COCTMT030007UVBirthPlace> value)
    • withLanguageCommunication

      public COCTMT030007UVPerson withLanguageCommunication(COCTMT030007UVLanguageCommunication... values)
    • withLanguageCommunication

      public COCTMT030007UVPerson withLanguageCommunication(Collection<COCTMT030007UVLanguageCommunication> values)
    • withNullFlavor

      public COCTMT030007UVPerson withNullFlavor(String... values)
    • withNullFlavor

      public COCTMT030007UVPerson withNullFlavor(Collection<String> values)
    • withClassCode

      public COCTMT030007UVPerson withClassCode(String... values)
    • withClassCode

      public COCTMT030007UVPerson withClassCode(Collection<String> values)
    • withDeterminerCode

      public COCTMT030007UVPerson withDeterminerCode(XDeterminerInstanceKind value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object