Class PersonIdentificationSEPA1Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_03.PersonIdentificationSEPA1Choice
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.002.001.03}DateAndPlaceOfBirth"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}GenericPersonIdentification1"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateAndPlaceOfBirthprotected GenericPersonIdentification1 -
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.voidSets the value of the othr property.
-
Field Details
-
dtAndPlcOfBirth
-
othr
-
-
Constructor Details
-
PersonIdentificationSEPA1Choice
public PersonIdentificationSEPA1Choice()
-
-
Method Details
-
getDtAndPlcOfBirth
Gets the value of the dtAndPlcOfBirth property.- Returns:
- possible object is
DateAndPlaceOfBirth
-
setDtAndPlcOfBirth
Sets the value of the dtAndPlcOfBirth property.- Parameters:
value- allowed object isDateAndPlaceOfBirth
-
getOthr
Gets the value of the othr property.- Returns:
- possible object is
GenericPersonIdentification1
-
setOthr
Sets the value of the othr property.- Parameters:
value- allowed object isGenericPersonIdentification1
-