Class BookingConfirmation1
java.lang.Object
org.coderic.iso20022.messages.camt.BookingConfirmation1
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>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAcct()
Gets the value of the acct property.getAmt()
Gets the value of the amt property.Gets the value of the bookgDt property.Gets the value of the cdtDbtInd property.getChrgs()
Gets the value of the chrgs property.getRefs()
Gets the value of the refs property.getRsn()
Gets the value of the rsn property.getValDt()
Gets the value of the valDt property.Gets the value of the xchgRate property.void
setAcct
(CashAccount40 value) Sets the value of the acct property.void
Sets the value of the amt property.void
setBookgDt
(DateAndDateTime2Choice value) Sets the value of the bookgDt property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.void
Sets the value of the chrgs property.void
setRefs
(TransactionReferences6 value) Sets the value of the refs property.void
Sets the value of the rsn property.void
setValDt
(DateAndDateTime2Choice value) Sets the value of the valDt property.void
setXchgRate
(BigDecimal value) Sets the value of the xchgRate property.
-
Constructor Details
-
BookingConfirmation1
public BookingConfirmation1()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value
- allowed object isCreditDebitCode
-
getXchgRate
Gets the value of the xchgRate property.- Returns:
- possible object is
BigDecimal
-
setXchgRate
Sets the value of the xchgRate property.- Parameters:
value
- allowed object isBigDecimal
-
getAcct
Gets the value of the acct property.- Returns:
- possible object is
CashAccount40
-
setAcct
Sets the value of the acct property.- Parameters:
value
- allowed object isCashAccount40
-
getBookgDt
Gets the value of the bookgDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setBookgDt
Sets the value of the bookgDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getValDt
Gets the value of the valDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setValDt
Sets the value of the valDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getRefs
Gets the value of the refs property.- Returns:
- possible object is
TransactionReferences6
-
setRefs
Sets the value of the refs property.- Parameters:
value
- allowed object isTransactionReferences6
-
getChrgs
Gets the value of the chrgs property.- Returns:
- possible object is
Charges6
-
setChrgs
Sets the value of the chrgs property.- Parameters:
value
- allowed object isCharges6
-
getRsn
Gets the value of the rsn property.- Returns:
- possible object is
String
-
setRsn
Sets the value of the rsn property.- Parameters:
value
- allowed object isString
-