Class PersonIdentification13
java.lang.Object
org.coderic.iso20022.messages.head.PersonIdentification13
Java class for PersonIdentification13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonIdentification13">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DtAndPlcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}DateAndPlaceOfBirth1" minOccurs="0"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:head.001.001.03}GenericPersonIdentification1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dtAndPlcOfBirth property.getOthr()Gets the value of the othr property.voidSets the value of the dtAndPlcOfBirth property.
-
Constructor Details
-
PersonIdentification13
public PersonIdentification13()
-
-
Method Details
-
getDtAndPlcOfBirth
Gets the value of the dtAndPlcOfBirth property.- Returns:
- possible object is
DateAndPlaceOfBirth1
-
setDtAndPlcOfBirth
Sets the value of the dtAndPlcOfBirth property.- Parameters:
value- allowed object isDateAndPlaceOfBirth1
-
getOthr
Gets the value of the othr 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 othr property.For example, to add a new item, do as follows:
getOthr().add(newItem);Objects of the following type(s) are allowed in the list
GenericPersonIdentification1
-