Package org.hl7.v3

Class PRPAMT201310UV02NonPersonLivingSubject

java.lang.Object
org.hl7.v3.PRPAMT201310UV02NonPersonLivingSubject

public class PRPAMT201310UV02NonPersonLivingSubject extends Object

Java class for PRPA_MT201310UV02.NonPersonLivingSubject complex type.

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

 <complexType name="PRPA_MT201310UV02.NonPersonLivingSubject">
   <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="code" type="{urn:hl7-org:v3}CE" 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="existenceTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
         <element name="telecom" type="{urn:hl7-org:v3}TEL" maxOccurs="unbounded" minOccurs="0"/>
         <element name="riskCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="handlingCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" 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="strainText" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
         <element name="genderStatusCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="asPatientOfOtherProvider" type="{urn:hl7-org:v3}PRPA_MT201310UV02.PatientOfOtherProvider" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asMember" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Member" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asOtherIDs" type="{urn:hl7-org:v3}PRPA_MT201310UV02.OtherIDs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contactParty" type="{urn:hl7-org:v3}PRPA_MT201310UV02.ContactParty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="guardian" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Guardian" maxOccurs="unbounded" minOccurs="0"/>
         <element name="personalRelationship" type="{urn:hl7-org:v3}PRPA_MT201310UV02.PersonalRelationship" maxOccurs="unbounded" minOccurs="0"/>
         <element name="careGiver" type="{urn:hl7-org:v3}PRPA_MT201310UV02.CareGiver" maxOccurs="unbounded" minOccurs="0"/>
         <element name="birthPlace" type="{urn:hl7-org:v3}PRPA_MT201310UV02.BirthPlace" minOccurs="0"/>
         <element name="guarantorRole" type="{urn:hl7-org:v3}COCT_MT670000UV04.GuarantorRole" 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}EntityClassNonPersonLivingSubject" />
       <attribute name="determinerCode" type="{urn:hl7-org:v3}EntityDeterminer" fixed="INSTANCE" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PRPAMT201310UV02NonPersonLivingSubject

      public PRPAMT201310UV02NonPersonLivingSubject()
  • 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

    • 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
    • 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
    • getExistenceTime

      public IVLTS getExistenceTime()
      Gets the value of the existenceTime property.
      Returns:
      possible object is IVLTS
    • setExistenceTime

      public void setExistenceTime(IVLTS value)
      Sets the value of the existenceTime property.
      Parameters:
      value - allowed object is IVLTS
    • getTelecom

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

    • getRiskCode

      public List<CE> getRiskCode()
      Gets the value of the riskCode 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 riskCode property.

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

          getRiskCode().add(newItem);
       

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

    • getHandlingCode

      public List<CE> getHandlingCode()
      Gets the value of the handlingCode 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 handlingCode property.

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

          getHandlingCode().add(newItem);
       

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

    • 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
    • getStrainText

      public ED getStrainText()
      Gets the value of the strainText property.
      Returns:
      possible object is ED
    • setStrainText

      public void setStrainText(ED value)
      Sets the value of the strainText property.
      Parameters:
      value - allowed object is ED
    • getGenderStatusCode

      public CE getGenderStatusCode()
      Gets the value of the genderStatusCode property.
      Returns:
      possible object is CE
    • setGenderStatusCode

      public void setGenderStatusCode(CE value)
      Sets the value of the genderStatusCode property.
      Parameters:
      value - allowed object is CE
    • getAsPatientOfOtherProvider

      public List<PRPAMT201310UV02PatientOfOtherProvider> getAsPatientOfOtherProvider()
      Gets the value of the asPatientOfOtherProvider 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 asPatientOfOtherProvider property.

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

          getAsPatientOfOtherProvider().add(newItem);
       

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

    • getAsMember

      public List<PRPAMT201310UV02Member> 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 PRPAMT201310UV02Member

    • getAsOtherIDs

      public List<PRPAMT201310UV02OtherIDs> 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 PRPAMT201310UV02OtherIDs

    • getContactParty

      public List<PRPAMT201310UV02ContactParty> 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 PRPAMT201310UV02ContactParty

    • getGuardian

      public List<PRPAMT201310UV02Guardian> 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 PRPAMT201310UV02Guardian

    • getPersonalRelationship

      public List<PRPAMT201310UV02PersonalRelationship> getPersonalRelationship()
      Gets the value of the personalRelationship 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 personalRelationship property.

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

          getPersonalRelationship().add(newItem);
       

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

    • getCareGiver

      public List<PRPAMT201310UV02CareGiver> getCareGiver()
      Gets the value of the careGiver 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 careGiver property.

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

          getCareGiver().add(newItem);
       

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

    • getBirthPlace

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

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

      public List<COCTMT670000UV04GuarantorRole> getGuarantorRole()
      Gets the value of the guarantorRole 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 guarantorRole property.

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

          getGuarantorRole().add(newItem);
       

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

    • 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 EntityClassNonPersonLivingSubject getClassCode()
      Gets the value of the classCode property.
      Returns:
      possible object is EntityClassNonPersonLivingSubject
    • setClassCode

      public void setClassCode(EntityClassNonPersonLivingSubject value)
      Sets the value of the classCode property.
      Parameters:
      value - allowed object is EntityClassNonPersonLivingSubject
    • getDeterminerCode

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

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

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

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

      public PRPAMT201310UV02NonPersonLivingSubject withTypeId(II value)
    • withTemplateId

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

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

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

    • withCode

      public PRPAMT201310UV02NonPersonLivingSubject withCode(CE value)
    • withName

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

    • withDesc

      public PRPAMT201310UV02NonPersonLivingSubject withDesc(ED value)
    • withExistenceTime

      public PRPAMT201310UV02NonPersonLivingSubject withExistenceTime(IVLTS value)
    • withTelecom

      public PRPAMT201310UV02NonPersonLivingSubject withTelecom(TEL... values)
    • withTelecom

    • withRiskCode

      public PRPAMT201310UV02NonPersonLivingSubject withRiskCode(CE... values)
    • withRiskCode

      public PRPAMT201310UV02NonPersonLivingSubject withRiskCode(Collection<CE> values)
    • withHandlingCode

      public PRPAMT201310UV02NonPersonLivingSubject withHandlingCode(CE... values)
    • withHandlingCode

      public PRPAMT201310UV02NonPersonLivingSubject withHandlingCode(Collection<CE> values)
    • withAdministrativeGenderCode

      public PRPAMT201310UV02NonPersonLivingSubject withAdministrativeGenderCode(CE value)
    • withBirthTime

      public PRPAMT201310UV02NonPersonLivingSubject withBirthTime(TS value)
    • withDeceasedInd

      public PRPAMT201310UV02NonPersonLivingSubject withDeceasedInd(BL value)
    • withDeceasedTime

      public PRPAMT201310UV02NonPersonLivingSubject withDeceasedTime(TS value)
    • withMultipleBirthInd

      public PRPAMT201310UV02NonPersonLivingSubject withMultipleBirthInd(BL value)
    • withMultipleBirthOrderNumber

      public PRPAMT201310UV02NonPersonLivingSubject withMultipleBirthOrderNumber(INT value)
    • withOrganDonorInd

      public PRPAMT201310UV02NonPersonLivingSubject withOrganDonorInd(BL value)
    • withStrainText

      public PRPAMT201310UV02NonPersonLivingSubject withStrainText(ED value)
    • withGenderStatusCode

      public PRPAMT201310UV02NonPersonLivingSubject withGenderStatusCode(CE value)
    • withAsPatientOfOtherProvider

      public PRPAMT201310UV02NonPersonLivingSubject withAsPatientOfOtherProvider(PRPAMT201310UV02PatientOfOtherProvider... values)
    • withAsPatientOfOtherProvider

    • withAsMember

    • withAsMember

    • withAsOtherIDs

    • withAsOtherIDs

    • withContactParty

    • withContactParty

    • withGuardian

    • withGuardian

    • withPersonalRelationship

    • withPersonalRelationship

    • withCareGiver

    • withCareGiver

    • withBirthPlace

      public PRPAMT201310UV02NonPersonLivingSubject withBirthPlace(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02BirthPlace> value)
    • withGuarantorRole

    • withGuarantorRole

    • withNullFlavor

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

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

    • withDeterminerCode

      public PRPAMT201310UV02NonPersonLivingSubject withDeterminerCode(String 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