Class BookingConfirmation1

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

public class BookingConfirmation1 extends Object

Java class for BookingConfirmation1 complex type.

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

 <complexType name="BookingConfirmation1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount"/>
         <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CreditDebitCode"/>
         <element name="XchgRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BaseOneRate" minOccurs="0"/>
         <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40"/>
         <element name="BookgDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DateAndDateTime2Choice" minOccurs="0"/>
         <element name="ValDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DateAndDateTime2Choice"/>
         <element name="Refs" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TransactionReferences6"/>
         <element name="Chrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Charges6" minOccurs="0"/>
         <element name="Rsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>