Package org.hl7.v3

Class PRPAMT201310UV02Person

java.lang.Object
org.hl7.v3.PRPAMT201310UV02Person

public class PRPAMT201310UV02Person extends Object

Java class for PRPA_MT201310UV02.Person complex type.

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

 <complexType name="PRPA_MT201310UV02.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}PN" maxOccurs="unbounded"/>
         <element name="desc" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
         <element name="telecom" type="{urn:hl7-org:v3}TEL" 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="addr" type="{urn:hl7-org:v3}AD" maxOccurs="unbounded" 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="asPatientOfOtherProvider" type="{urn:hl7-org:v3}PRPA_MT201310UV02.PatientOfOtherProvider" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asEmployee" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Employee" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asCitizen" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Citizen" maxOccurs="unbounded" minOccurs="0"/>
         <element name="asStudent" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Student" 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"/>
         <element name="languageCommunication" type="{urn:hl7-org:v3}PRPA_MT201310UV02.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" type="{urn:hl7-org:v3}EntityClass" fixed="PSN" />
       <attribute name="determinerCode" type="{urn:hl7-org:v3}EntityDeterminer" fixed="INSTANCE" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PRPAMT201310UV02Person

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

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

    • 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

    • 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

    • 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

    • getAsEmployee

      public List<PRPAMT201310UV02Employee> getAsEmployee()
      Gets the value of the asEmployee 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 asEmployee property.

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

          getAsEmployee().add(newItem);
       

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

    • getAsCitizen

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

    • getAsStudent

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

    • 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

    • getLanguageCommunication

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

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

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

      public PRPAMT201310UV02Person withTypeId(II value)
    • withTemplateId

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

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

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

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

      public PRPAMT201310UV02Person withName(PN... values)
    • withName

      public PRPAMT201310UV02Person withName(Collection<PN> values)
    • withDesc

      public PRPAMT201310UV02Person withDesc(ED value)
    • withTelecom

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

      public PRPAMT201310UV02Person withTelecom(Collection<TEL> values)
    • withAdministrativeGenderCode

      public PRPAMT201310UV02Person withAdministrativeGenderCode(CE value)
    • withBirthTime

      public PRPAMT201310UV02Person withBirthTime(TS value)
    • withDeceasedInd

      public PRPAMT201310UV02Person withDeceasedInd(BL value)
    • withDeceasedTime

      public PRPAMT201310UV02Person withDeceasedTime(TS value)
    • withMultipleBirthInd

      public PRPAMT201310UV02Person withMultipleBirthInd(BL value)
    • withMultipleBirthOrderNumber

      public PRPAMT201310UV02Person withMultipleBirthOrderNumber(INT value)
    • withOrganDonorInd

      public PRPAMT201310UV02Person withOrganDonorInd(BL value)
    • withAddr

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

      public PRPAMT201310UV02Person withAddr(Collection<AD> values)
    • withMaritalStatusCode

      public PRPAMT201310UV02Person withMaritalStatusCode(CE value)
    • withEducationLevelCode

      public PRPAMT201310UV02Person withEducationLevelCode(CE value)
    • withDisabilityCode

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

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

      public PRPAMT201310UV02Person withLivingArrangementCode(CE value)
    • withReligiousAffiliationCode

      public PRPAMT201310UV02Person withReligiousAffiliationCode(CE value)
    • withRaceCode

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

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

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

      public PRPAMT201310UV02Person withEthnicGroupCode(Collection<CE> values)
    • withAsPatientOfOtherProvider

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

      public PRPAMT201310UV02Person withAsPatientOfOtherProvider(Collection<PRPAMT201310UV02PatientOfOtherProvider> values)
    • withAsEmployee

      public PRPAMT201310UV02Person withAsEmployee(PRPAMT201310UV02Employee... values)
    • withAsEmployee

    • withAsCitizen

      public PRPAMT201310UV02Person withAsCitizen(PRPAMT201310UV02Citizen... values)
    • withAsCitizen

    • withAsStudent

      public PRPAMT201310UV02Person withAsStudent(PRPAMT201310UV02Student... values)
    • withAsStudent

    • withAsMember

      public PRPAMT201310UV02Person withAsMember(PRPAMT201310UV02Member... values)
    • withAsMember

    • withAsOtherIDs

      public PRPAMT201310UV02Person withAsOtherIDs(PRPAMT201310UV02OtherIDs... values)
    • withAsOtherIDs

    • withContactParty

      public PRPAMT201310UV02Person withContactParty(PRPAMT201310UV02ContactParty... values)
    • withContactParty

    • withGuardian

      public PRPAMT201310UV02Person withGuardian(PRPAMT201310UV02Guardian... values)
    • withGuardian

    • withPersonalRelationship

      public PRPAMT201310UV02Person withPersonalRelationship(PRPAMT201310UV02PersonalRelationship... values)
    • withPersonalRelationship

      public PRPAMT201310UV02Person withPersonalRelationship(Collection<PRPAMT201310UV02PersonalRelationship> values)
    • withCareGiver

      public PRPAMT201310UV02Person withCareGiver(PRPAMT201310UV02CareGiver... values)
    • withCareGiver

    • withBirthPlace

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

      public PRPAMT201310UV02Person withGuarantorRole(COCTMT670000UV04GuarantorRole... values)
    • withGuarantorRole

    • withLanguageCommunication

      public PRPAMT201310UV02Person withLanguageCommunication(PRPAMT201310UV02LanguageCommunication... values)
    • withLanguageCommunication

      public PRPAMT201310UV02Person withLanguageCommunication(Collection<PRPAMT201310UV02LanguageCommunication> values)
    • withNullFlavor

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

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

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

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

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