public class PersonIdentificationSEPA1Choice extends Object
Java-Klasse für PersonIdentificationSEPA1Choice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.001.02}DateAndPlaceOfBirth"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}GenericPersonIdentification1"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateAndPlaceOfBirth |
dtAndPlcOfBirth |
protected GenericPersonIdentification1 |
othr |
| Constructor and Description |
|---|
PersonIdentificationSEPA1Choice() |
| Modifier and Type | Method and Description |
|---|---|
DateAndPlaceOfBirth |
getDtAndPlcOfBirth()
Ruft den Wert der dtAndPlcOfBirth-Eigenschaft ab.
|
GenericPersonIdentification1 |
getOthr()
Ruft den Wert der othr-Eigenschaft ab.
|
void |
setDtAndPlcOfBirth(DateAndPlaceOfBirth value)
Legt den Wert der dtAndPlcOfBirth-Eigenschaft fest.
|
void |
setOthr(GenericPersonIdentification1 value)
Legt den Wert der othr-Eigenschaft fest.
|
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 © 2017. All rights reserved.