Package org.hl7.v3

Class COCTMT030000UV04NonPersonLivingSubject

java.lang.Object
org.hl7.v3.COCTMT030000UV04NonPersonLivingSubject

public class COCTMT030000UV04NonPersonLivingSubject extends Object

Java class for COCT_MT030000UV04.NonPersonLivingSubject complex type.

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

 <complexType name="COCT_MT030000UV04.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="quantity" type="{urn:hl7-org:v3}INT" 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="existenceTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
         <element name="riskCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="handlingCode" type="{urn:hl7-org:v3}CE" 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="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="asMember" type="{urn:hl7-org:v3}COCT_MT030000UV04.Member" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asOtherIDs" type="{urn:hl7-org:v3}COCT_MT030000UV04.OtherIDs" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asCoveredParty" type="{urn:hl7-org:v3}COCT_MT500000UV04.CoveredParty" minOccurs="0"/>
         <element name="contactParty" type="{urn:hl7-org:v3}COCT_MT030000UV04.ContactParty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="guardian" type="{urn:hl7-org:v3}COCT_MT030000UV04.Guardian" maxOccurs="unbounded" minOccurs="0"/>
         <element name="guarantor" type="{urn:hl7-org:v3}COCT_MT030000UV04.Guarantor" maxOccurs="unbounded" minOccurs="0"/>
         <element name="birthPlace" type="{urn:hl7-org:v3}COCT_MT030000UV04.BirthPlace" 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" use="required" type="{urn:hl7-org:v3}x_DeterminerInstanceKind" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • COCTMT030000UV04NonPersonLivingSubject

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

    • getQuantity

      public INT getQuantity()
      Gets the value of the quantity property.
      Returns:
      possible object is INT
    • setQuantity

      public void setQuantity(INT value)
      Sets the value of the quantity property.
      Parameters:
      value - allowed object is INT
    • 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
    • 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
    • getRiskCode

      public CE getRiskCode()
      Gets the value of the riskCode property.
      Returns:
      possible object is CE
    • setRiskCode

      public void setRiskCode(CE value)
      Sets the value of the riskCode property.
      Parameters:
      value - allowed object is CE
    • getHandlingCode

      public CE getHandlingCode()
      Gets the value of the handlingCode property.
      Returns:
      possible object is CE
    • setHandlingCode

      public void setHandlingCode(CE value)
      Sets the value of the handlingCode property.
      Parameters:
      value - allowed object is 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
    • 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
    • getAsMember

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

    • getAsOtherIDs

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

    • getAsCoveredParty

      public jakarta.xml.bind.JAXBElement<COCTMT500000UV04CoveredParty> getAsCoveredParty()
      Gets the value of the asCoveredParty property.
      Returns:
      possible object is JAXBElement<COCTMT500000UV04CoveredParty>
    • setAsCoveredParty

      public void setAsCoveredParty(jakarta.xml.bind.JAXBElement<COCTMT500000UV04CoveredParty> value)
      Sets the value of the asCoveredParty property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT500000UV04CoveredParty>
    • getContactParty

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

    • getGuardian

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

    • getGuarantor

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

    • getBirthPlace

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

      public void setBirthPlace(jakarta.xml.bind.JAXBElement<COCTMT030000UV04BirthPlace> value)
      Sets the value of the birthPlace property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT030000UV04BirthPlace>
    • 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 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 COCTMT030000UV04NonPersonLivingSubject withRealmCode(CS... values)
    • withRealmCode

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

      public COCTMT030000UV04NonPersonLivingSubject withTypeId(II value)
    • withTemplateId

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

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

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

    • withQuantity

      public COCTMT030000UV04NonPersonLivingSubject withQuantity(INT value)
    • withName

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

    • withDesc

      public COCTMT030000UV04NonPersonLivingSubject withDesc(ED value)
    • withStatusCode

      public COCTMT030000UV04NonPersonLivingSubject withStatusCode(CS value)
    • withExistenceTime

      public COCTMT030000UV04NonPersonLivingSubject withExistenceTime(IVLTS value)
    • withRiskCode

      public COCTMT030000UV04NonPersonLivingSubject withRiskCode(CE value)
    • withHandlingCode

      public COCTMT030000UV04NonPersonLivingSubject withHandlingCode(CE value)
    • withAdministrativeGenderCode

      public COCTMT030000UV04NonPersonLivingSubject withAdministrativeGenderCode(CE value)
    • withBirthTime

      public COCTMT030000UV04NonPersonLivingSubject withBirthTime(TS value)
    • withDeceasedInd

      public COCTMT030000UV04NonPersonLivingSubject withDeceasedInd(BL value)
    • withMultipleBirthInd

      public COCTMT030000UV04NonPersonLivingSubject withMultipleBirthInd(BL value)
    • withMultipleBirthOrderNumber

      public COCTMT030000UV04NonPersonLivingSubject withMultipleBirthOrderNumber(INT value)
    • withOrganDonorInd

      public COCTMT030000UV04NonPersonLivingSubject withOrganDonorInd(BL value)
    • withStrainText

      public COCTMT030000UV04NonPersonLivingSubject withStrainText(ED value)
    • withGenderStatusCode

      public COCTMT030000UV04NonPersonLivingSubject withGenderStatusCode(CE value)
    • withAsMember

    • withAsMember

    • withAsOtherIDs

    • withAsOtherIDs

    • withAsCoveredParty

      public COCTMT030000UV04NonPersonLivingSubject withAsCoveredParty(jakarta.xml.bind.JAXBElement<COCTMT500000UV04CoveredParty> value)
    • withContactParty

    • withContactParty

    • withGuardian

    • withGuardian

    • withGuarantor

    • withGuarantor

    • withBirthPlace

      public COCTMT030000UV04NonPersonLivingSubject withBirthPlace(jakarta.xml.bind.JAXBElement<COCTMT030000UV04BirthPlace> value)
    • withNullFlavor

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

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

    • withDeterminerCode

    • 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