public class PersonIdentificationSEPA1Choice
extends java.lang.Object
Java class for PersonIdentificationSEPA1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonIdentificationSEPA1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="DtAndPlcOfBirth" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}DateAndPlaceOfBirth"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}GenericPersonIdentification1"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected DateAndPlaceOfBirth |
dtAndPlcOfBirth |
|
protected GenericPersonIdentification1 |
othr |
| Constructor | Description |
|---|---|
PersonIdentificationSEPA1Choice() |
| Modifier and Type | Method | Description |
|---|---|---|
DateAndPlaceOfBirth |
getDtAndPlcOfBirth() |
Gets the value of the dtAndPlcOfBirth property.
|
GenericPersonIdentification1 |
getOthr() |
Gets the value of the othr property.
|
void |
setDtAndPlcOfBirth(DateAndPlaceOfBirth value) |
Sets the value of the dtAndPlcOfBirth property.
|
void |
setOthr(GenericPersonIdentification1 value) |
Sets the value of the othr property.
|
protected DateAndPlaceOfBirth dtAndPlcOfBirth
protected GenericPersonIdentification1 othr
public DateAndPlaceOfBirth getDtAndPlcOfBirth()
DateAndPlaceOfBirthpublic void setDtAndPlcOfBirth(DateAndPlaceOfBirth value)
value - allowed object is
DateAndPlaceOfBirthpublic GenericPersonIdentification1 getOthr()
GenericPersonIdentification1public void setOthr(GenericPersonIdentification1 value)
value - allowed object is
GenericPersonIdentification1Copyright © 2018. All rights reserved.