Class PersonIdentificationSEPA1Choice

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_003_02.PersonIdentificationSEPA1Choice

public class PersonIdentificationSEPA1Choice extends 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>