Class PersonIdentificationSEPA1Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_003_03.PersonIdentificationSEPA1Choice
-
public class PersonIdentificationSEPA1Choice extends java.lang.ObjectJava 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.001.003.03}DateAndPlaceOfBirth"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}GenericPersonIdentification1"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DateAndPlaceOfBirthdtAndPlcOfBirthprotected GenericPersonIdentification1othr
-
Constructor Summary
Constructors Constructor Description PersonIdentificationSEPA1Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateAndPlaceOfBirthgetDtAndPlcOfBirth()Gets the value of the dtAndPlcOfBirth property.GenericPersonIdentification1getOthr()Gets the value of the othr property.voidsetDtAndPlcOfBirth(DateAndPlaceOfBirth value)Sets the value of the dtAndPlcOfBirth property.voidsetOthr(GenericPersonIdentification1 value)Sets the value of the othr property.
-
-
-
Field Detail
-
dtAndPlcOfBirth
protected DateAndPlaceOfBirth dtAndPlcOfBirth
-
othr
protected GenericPersonIdentification1 othr
-
-
Method Detail
-
getDtAndPlcOfBirth
public DateAndPlaceOfBirth getDtAndPlcOfBirth()
Gets the value of the dtAndPlcOfBirth property.- Returns:
- possible object is
DateAndPlaceOfBirth
-
setDtAndPlcOfBirth
public void setDtAndPlcOfBirth(DateAndPlaceOfBirth value)
Sets the value of the dtAndPlcOfBirth property.- Parameters:
value- allowed object isDateAndPlaceOfBirth
-
getOthr
public GenericPersonIdentification1 getOthr()
Gets the value of the othr property.- Returns:
- possible object is
GenericPersonIdentification1
-
setOthr
public void setOthr(GenericPersonIdentification1 value)
Sets the value of the othr property.- Parameters:
value- allowed object isGenericPersonIdentification1
-
-