Class PRPAMT201310UV02Patient
Java class for PRPA_MT201310UV02.Patient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRPA_MT201310UV02.Patient">
<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"/>
<element name="addr" type="{urn:hl7-org:v3}AD" maxOccurs="unbounded" minOccurs="0"/>
<element name="telecom" type="{urn:hl7-org:v3}TEL" maxOccurs="unbounded" minOccurs="0"/>
<element name="statusCode" type="{urn:hl7-org:v3}CS"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="confidentialityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
<element name="veryImportantPersonCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<choice>
<element name="patientPerson" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Person"/>
<element name="patientNonPersonLivingSubject" type="{urn:hl7-org:v3}PRPA_MT201310UV02.NonPersonLivingSubject"/>
</choice>
<element name="providerOrganization" type="{urn:hl7-org:v3}COCT_MT150003UV03.Organization" minOccurs="0"/>
<element name="subjectOf1" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Subject" maxOccurs="unbounded"/>
<element name="subjectOf2" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Subject4" maxOccurs="unbounded" minOccurs="0"/>
<element name="coveredPartyOf" type="{urn:hl7-org:v3}PRPA_MT201310UV02.CoveredParty" 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}RoleClass" fixed="PAT" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<PRPAMT201310UV02CoveredParty>protected IVLTSprotected jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject>protected jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Person>protected jakarta.xml.bind.JAXBElement<COCTMT150003UV03Organization>protected CSprotected List<PRPAMT201310UV02Subject>protected List<PRPAMT201310UV02Subject4>protected IIprotected CE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAddr()Gets the value of the addr property.Gets the value of the classCode property.Gets the value of the confidentialityCode property.Gets the value of the coveredPartyOf property.Gets the value of the effectiveTime property.getId()Gets the value of the id property.Gets the value of the nullFlavor property.jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject>Gets the value of the patientNonPersonLivingSubject property.jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Person>Gets the value of the patientPerson property.jakarta.xml.bind.JAXBElement<COCTMT150003UV03Organization>Gets the value of the providerOrganization property.Gets the value of the realmCode property.Gets the value of the statusCode property.Gets the value of the subjectOf1 property.Gets the value of the subjectOf2 property.Gets the value of the telecom property.Gets the value of the templateId property.Gets the value of the typeId property.Gets the value of the veryImportantPersonCode property.inthashCode()voidsetEffectiveTime(IVLTS value) Sets the value of the effectiveTime property.voidsetPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject> value) Sets the value of the patientNonPersonLivingSubject property.voidsetPatientPerson(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Person> value) Sets the value of the patientPerson property.voidsetProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150003UV03Organization> value) Sets the value of the providerOrganization property.voidsetStatusCode(CS value) Sets the value of the statusCode property.voidSets the value of the typeId property.voidsetVeryImportantPersonCode(CE value) Sets the value of the veryImportantPersonCode property.toString()Generates a String representation of the contents of this type.withAddr(Collection<AD> values) withClassCode(String... values) withClassCode(Collection<String> values) withConfidentialityCode(Collection<CE> values) withConfidentialityCode(CE... values) withCoveredPartyOf(PRPAMT201310UV02CoveredParty... values) withEffectiveTime(IVLTS value) withId(Collection<II> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject> value) withPatientPerson(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Person> value) withProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150003UV03Organization> value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withStatusCode(CS value) withSubjectOf1(PRPAMT201310UV02Subject... values) withSubjectOf2(PRPAMT201310UV02Subject4... values) withTelecom(Collection<TEL> values) withTelecom(TEL... values) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value) withVeryImportantPersonCode(CE value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
addr
-
telecom
-
statusCode
-
effectiveTime
-
confidentialityCode
-
veryImportantPersonCode
-
patientPerson
-
patientNonPersonLivingSubject
protected jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject> patientNonPersonLivingSubject -
providerOrganization
-
subjectOf1
-
subjectOf2
-
coveredPartyOf
-
nullFlavor
-
classCode
-
-
Constructor Details
-
PRPAMT201310UV02Patient
public PRPAMT201310UV02Patient()
-
-
Method Details
-
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
setmethod 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
Gets the value of the typeId property.- Returns:
- possible object is
II
-
setTypeId
Sets the value of the typeId property.- Parameters:
value- allowed object isII
-
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
setmethod 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
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
setmethod 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 -
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
setmethod 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 -
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
setmethod 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 -
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
CS
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value- allowed object isCS
-
getEffectiveTime
Gets the value of the effectiveTime property.- Returns:
- possible object is
IVLTS
-
setEffectiveTime
Sets the value of the effectiveTime property.- Parameters:
value- allowed object isIVLTS
-
getConfidentialityCode
Gets the value of the confidentialityCode 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
setmethod for the confidentialityCode property.For example, to add a new item, do as follows:
getConfidentialityCode().add(newItem);Objects of the following type(s) are allowed in the list
CE -
getVeryImportantPersonCode
Gets the value of the veryImportantPersonCode property.- Returns:
- possible object is
CE
-
setVeryImportantPersonCode
Sets the value of the veryImportantPersonCode property.- Parameters:
value- allowed object isCE
-
getPatientPerson
Gets the value of the patientPerson property.- Returns:
- possible object is
JAXBElement<PRPAMT201310UV02Person>
-
setPatientPerson
Sets the value of the patientPerson property.- Parameters:
value- allowed object isJAXBElement<PRPAMT201310UV02Person>
-
getPatientNonPersonLivingSubject
public jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject> getPatientNonPersonLivingSubject()Gets the value of the patientNonPersonLivingSubject property.- Returns:
- possible object is
JAXBElement<PRPAMT201310UV02NonPersonLivingSubject>
-
setPatientNonPersonLivingSubject
public void setPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject> value) Sets the value of the patientNonPersonLivingSubject property.- Parameters:
value- allowed object isJAXBElement<PRPAMT201310UV02NonPersonLivingSubject>
-
getProviderOrganization
Gets the value of the providerOrganization property.- Returns:
- possible object is
JAXBElement<COCTMT150003UV03Organization>
-
setProviderOrganization
public void setProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150003UV03Organization> value) Sets the value of the providerOrganization property.- Parameters:
value- allowed object isJAXBElement<COCTMT150003UV03Organization>
-
getSubjectOf1
Gets the value of the subjectOf1 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
setmethod for the subjectOf1 property.For example, to add a new item, do as follows:
getSubjectOf1().add(newItem);Objects of the following type(s) are allowed in the list
PRPAMT201310UV02Subject -
getSubjectOf2
Gets the value of the subjectOf2 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
setmethod for the subjectOf2 property.For example, to add a new item, do as follows:
getSubjectOf2().add(newItem);Objects of the following type(s) are allowed in the list
PRPAMT201310UV02Subject4 -
getCoveredPartyOf
Gets the value of the coveredPartyOf 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
setmethod for the coveredPartyOf property.For example, to add a new item, do as follows:
getCoveredPartyOf().add(newItem);Objects of the following type(s) are allowed in the list
PRPAMT201310UV02CoveredParty -
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
setmethod 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
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
setmethod 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 -
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withId
-
withId
-
withAddr
-
withAddr
-
withTelecom
-
withTelecom
-
withStatusCode
-
withEffectiveTime
-
withConfidentialityCode
-
withConfidentialityCode
-
withVeryImportantPersonCode
-
withPatientPerson
public PRPAMT201310UV02Patient withPatientPerson(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Person> value) -
withPatientNonPersonLivingSubject
public PRPAMT201310UV02Patient withPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02NonPersonLivingSubject> value) -
withProviderOrganization
public PRPAMT201310UV02Patient withProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150003UV03Organization> value) -
withSubjectOf1
-
withSubjectOf1
-
withSubjectOf2
-
withSubjectOf2
-
withCoveredPartyOf
-
withCoveredPartyOf
-
withNullFlavor
-
withNullFlavor
-
withClassCode
-
withClassCode
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-