Package org.hl7.v3

Class COCTMT080000UVPerson

java.lang.Object
org.hl7.v3.COCTMT080000UVPerson

public class COCTMT080000UVPerson extends Object

Java class for COCT_MT080000UV.Person complex type.

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

 <complexType name="COCT_MT080000UV.Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="quantity" type="{urn:hl7-org:v3}PQ" 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="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" 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="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="addr" type="{urn:hl7-org:v3}AD" maxOccurs="unbounded" minOccurs="0"/>
         <element name="disabilityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" 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="asSpecimenAlternateIdentifier" type="{urn:hl7-org:v3}COCT_MT080000UV.SpecimenAlternateIdentifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asSpecimenStub" type="{urn:hl7-org:v3}COCT_MT080000UV.SpecimenStub" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asContent" type="{urn:hl7-org:v3}COCT_MT080000UV.Content1" minOccurs="0"/>
         <element name="additive" type="{urn:hl7-org:v3}COCT_MT080000UV.Additive" 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}EntityDeterminer" fixed="INSTANCE" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • realmCode

      protected List<CS> realmCode
    • typeId

      protected II typeId
    • templateId

      protected List<II> templateId
    • code

      protected CE code
    • quantity

      protected List<PQ> quantity
    • name

      protected List<EN> name
    • desc

      protected ED desc
    • statusCode

      protected CS statusCode
    • existenceTime

      protected IVLTS existenceTime
    • telecom

      protected List<TEL> telecom
    • riskCode

      protected CE riskCode
    • handlingCode

      protected CE handlingCode
    • administrativeGenderCode

      protected CE administrativeGenderCode
    • birthTime

      protected TS birthTime
    • deceasedInd

      protected BL deceasedInd
    • deceasedTime

      protected TS deceasedTime
    • multipleBirthInd

      protected BL multipleBirthInd
    • multipleBirthOrderNumber

      protected INT multipleBirthOrderNumber
    • organDonorInd

      protected BL organDonorInd
    • addr

      protected List<AD> addr
    • disabilityCode

      protected List<CE> disabilityCode
    • raceCode

      protected List<CE> raceCode
    • ethnicGroupCode

      protected List<CE> ethnicGroupCode
    • asSpecimenAlternateIdentifier

      protected List<COCTMT080000UVSpecimenAlternateIdentifier> asSpecimenAlternateIdentifier
    • asSpecimenStub

      protected List<COCTMT080000UVSpecimenStub> asSpecimenStub
    • asContent

      protected jakarta.xml.bind.JAXBElement<COCTMT080000UVContent1> asContent
    • additive

      protected List<COCTMT080000UVAdditive> additive
    • nullFlavor

      protected List<String> nullFlavor
    • classCode

      protected List<String> classCode
    • determinerCode

      protected String determinerCode
  • Constructor Details

    • COCTMT080000UVPerson

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

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

      public List<PQ> getQuantity()
      Gets the value of the quantity 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 quantity property.

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

          getQuantity().add(newItem);
       

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

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

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

    • 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

    • 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

    • getAsSpecimenAlternateIdentifier

      public List<COCTMT080000UVSpecimenAlternateIdentifier> getAsSpecimenAlternateIdentifier()
      Gets the value of the asSpecimenAlternateIdentifier 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 asSpecimenAlternateIdentifier property.

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

          getAsSpecimenAlternateIdentifier().add(newItem);
       

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

    • getAsSpecimenStub

      public List<COCTMT080000UVSpecimenStub> getAsSpecimenStub()
      Gets the value of the asSpecimenStub 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 asSpecimenStub property.

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

          getAsSpecimenStub().add(newItem);
       

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

    • getAsContent

      public jakarta.xml.bind.JAXBElement<COCTMT080000UVContent1> getAsContent()
      Gets the value of the asContent property.
      Returns:
      possible object is JAXBElement<COCTMT080000UVContent1>
    • setAsContent

      public void setAsContent(jakarta.xml.bind.JAXBElement<COCTMT080000UVContent1> value)
      Sets the value of the asContent property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT080000UVContent1>
    • getAdditive

      public List<COCTMT080000UVAdditive> getAdditive()
      Gets the value of the additive 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 additive property.

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

          getAdditive().add(newItem);
       

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

    • 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 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 COCTMT080000UVPerson withRealmCode(CS... values)
    • withRealmCode

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

      public COCTMT080000UVPerson withTypeId(II value)
    • withTemplateId

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

      public COCTMT080000UVPerson withTemplateId(Collection<II> values)
    • withCode

      public COCTMT080000UVPerson withCode(CE value)
    • withQuantity

      public COCTMT080000UVPerson withQuantity(PQ... values)
    • withQuantity

      public COCTMT080000UVPerson withQuantity(Collection<PQ> values)
    • withName

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

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

      public COCTMT080000UVPerson withDesc(ED value)
    • withStatusCode

      public COCTMT080000UVPerson withStatusCode(CS value)
    • withExistenceTime

      public COCTMT080000UVPerson withExistenceTime(IVLTS value)
    • withTelecom

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

      public COCTMT080000UVPerson withTelecom(Collection<TEL> values)
    • withRiskCode

      public COCTMT080000UVPerson withRiskCode(CE value)
    • withHandlingCode

      public COCTMT080000UVPerson withHandlingCode(CE value)
    • withAdministrativeGenderCode

      public COCTMT080000UVPerson withAdministrativeGenderCode(CE value)
    • withBirthTime

      public COCTMT080000UVPerson withBirthTime(TS value)
    • withDeceasedInd

      public COCTMT080000UVPerson withDeceasedInd(BL value)
    • withDeceasedTime

      public COCTMT080000UVPerson withDeceasedTime(TS value)
    • withMultipleBirthInd

      public COCTMT080000UVPerson withMultipleBirthInd(BL value)
    • withMultipleBirthOrderNumber

      public COCTMT080000UVPerson withMultipleBirthOrderNumber(INT value)
    • withOrganDonorInd

      public COCTMT080000UVPerson withOrganDonorInd(BL value)
    • withAddr

      public COCTMT080000UVPerson withAddr(AD... values)
    • withAddr

      public COCTMT080000UVPerson withAddr(Collection<AD> values)
    • withDisabilityCode

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

      public COCTMT080000UVPerson withDisabilityCode(Collection<CE> values)
    • withRaceCode

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

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

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

      public COCTMT080000UVPerson withEthnicGroupCode(Collection<CE> values)
    • withAsSpecimenAlternateIdentifier

      public COCTMT080000UVPerson withAsSpecimenAlternateIdentifier(COCTMT080000UVSpecimenAlternateIdentifier... values)
    • withAsSpecimenAlternateIdentifier

      public COCTMT080000UVPerson withAsSpecimenAlternateIdentifier(Collection<COCTMT080000UVSpecimenAlternateIdentifier> values)
    • withAsSpecimenStub

      public COCTMT080000UVPerson withAsSpecimenStub(COCTMT080000UVSpecimenStub... values)
    • withAsSpecimenStub

      public COCTMT080000UVPerson withAsSpecimenStub(Collection<COCTMT080000UVSpecimenStub> values)
    • withAsContent

      public COCTMT080000UVPerson withAsContent(jakarta.xml.bind.JAXBElement<COCTMT080000UVContent1> value)
    • withAdditive

      public COCTMT080000UVPerson withAdditive(COCTMT080000UVAdditive... values)
    • withAdditive

    • withNullFlavor

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

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

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

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

      public COCTMT080000UVPerson 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