Class PRPAMT201310UV02BirthPlace
Java class for PRPA_MT201310UV02.BirthPlace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRPA_MT201310UV02.BirthPlace">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="addr" type="{urn:hl7-org:v3}AD" minOccurs="0"/>
<element name="birthplace" type="{urn:hl7-org:v3}COCT_MT710007UV.Place" minOccurs="0"/>
<element name="subjectOf" type="{urn:hl7-org:v3}PRPA_MT201310UV02.Subject2" 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}RoleClass" fixed="BIRTHPL" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ADprotected jakarta.xml.bind.JAXBElement<COCTMT710007UVPlace>protected jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Subject2>protected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAddr()Gets the value of the addr property.jakarta.xml.bind.JAXBElement<COCTMT710007UVPlace>Gets the value of the birthplace property.Gets the value of the classCode property.Gets the value of the nullFlavor property.Gets the value of the realmCode property.jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Subject2>Gets the value of the subjectOf property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidSets the value of the addr property.voidsetBirthplace(jakarta.xml.bind.JAXBElement<COCTMT710007UVPlace> value) Sets the value of the birthplace property.voidsetSubjectOf(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Subject2> value) Sets the value of the subjectOf property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withBirthplace(jakarta.xml.bind.JAXBElement<COCTMT710007UVPlace> value) withClassCode(String... values) withClassCode(Collection<String> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withSubjectOf(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Subject2> value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
addr
-
birthplace
-
subjectOf
-
nullFlavor
-
classCode
-
-
Constructor Details
-
PRPAMT201310UV02BirthPlace
public PRPAMT201310UV02BirthPlace()
-
-
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 -
getAddr
Gets the value of the addr property.- Returns:
- possible object is
AD
-
setAddr
Sets the value of the addr property.- Parameters:
value- allowed object isAD
-
getBirthplace
Gets the value of the birthplace property.- Returns:
- possible object is
JAXBElement<COCTMT710007UVPlace>
-
setBirthplace
Sets the value of the birthplace property.- Parameters:
value- allowed object isJAXBElement<COCTMT710007UVPlace>
-
getSubjectOf
Gets the value of the subjectOf property.- Returns:
- possible object is
JAXBElement<PRPAMT201310UV02Subject2>
-
setSubjectOf
Sets the value of the subjectOf property.- Parameters:
value- allowed object isJAXBElement<PRPAMT201310UV02Subject2>
-
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
-
withAddr
-
withBirthplace
public PRPAMT201310UV02BirthPlace withBirthplace(jakarta.xml.bind.JAXBElement<COCTMT710007UVPlace> value) -
withSubjectOf
public PRPAMT201310UV02BirthPlace withSubjectOf(jakarta.xml.bind.JAXBElement<PRPAMT201310UV02Subject2> value) -
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
-