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.003.02}DateAndPlaceOfBirth"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.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()
DateAndPlaceOfBirth
public void setDtAndPlcOfBirth(DateAndPlaceOfBirth value)
value
- allowed object is
DateAndPlaceOfBirth
public GenericPersonIdentification1 getOthr()
GenericPersonIdentification1
public void setOthr(GenericPersonIdentification1 value)
value
- allowed object is
GenericPersonIdentification1
Copyright © 2018. All rights reserved.