Class UnderlyingData2Choice

java.lang.Object
org.coderic.iso20022.messages.camt.UnderlyingData2Choice

public class UnderlyingData2Choice extends Object

Java class for UnderlyingData2Choice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UnderlyingData2Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Initn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingPaymentInstruction8"/>
         <element name="IntrBk" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingPaymentTransaction7"/>
         <element name="StmtNtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingStatementEntry5"/>
         <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40"/>
         <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}GenericIdentification1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>