Class AdjustmentCompensation1
java.lang.Object
org.coderic.iso20022.messages.camt.AdjustmentCompensation1
Java class for AdjustmentCompensation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustmentCompensation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InitlAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="DueChrgs" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="AmtDue" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveCurrencyAndAmount"/> <element name="CompstnAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="CompstnAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40" minOccurs="0"/> <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DatePeriod5" minOccurs="0"/> <element name="IntrstRate" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PercentageRate" 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 TypeMethodDescriptionGets the value of the amtDue property.Gets the value of the compstnAcct property.Gets the value of the compstnAgt property.Gets the value of the dueChrgs property.Gets the value of the initlAmt property.Gets the value of the intrstRate property.getPrd()
Gets the value of the prd property.getRsn()
Gets the value of the rsn property.void
setAmtDue
(ActiveCurrencyAndAmount value) Sets the value of the amtDue property.void
setCompstnAcct
(CashAccount40 value) Sets the value of the compstnAcct property.void
Sets the value of the compstnAgt property.void
Sets the value of the dueChrgs property.void
Sets the value of the initlAmt property.void
setIntrstRate
(BigDecimal value) Sets the value of the intrstRate property.void
setPrd
(DatePeriod5 value) Sets the value of the prd property.void
Sets the value of the rsn property.
-
Constructor Details
-
AdjustmentCompensation1
public AdjustmentCompensation1()
-
-
Method Details
-
getInitlAmt
Gets the value of the initlAmt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setInitlAmt
Sets the value of the initlAmt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getDueChrgs
Gets the value of the dueChrgs property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setDueChrgs
Sets the value of the dueChrgs property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getAmtDue
Gets the value of the amtDue property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmtDue
Sets the value of the amtDue property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getCompstnAgt
Gets the value of the compstnAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setCompstnAgt
Sets the value of the compstnAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6
-
getCompstnAcct
Gets the value of the compstnAcct property.- Returns:
- possible object is
CashAccount40
-
setCompstnAcct
Sets the value of the compstnAcct property.- Parameters:
value
- allowed object isCashAccount40
-
getPrd
Gets the value of the prd property.- Returns:
- possible object is
DatePeriod5
-
setPrd
Sets the value of the prd property.- Parameters:
value
- allowed object isDatePeriod5
-
getIntrstRate
Gets the value of the intrstRate property.- Returns:
- possible object is
BigDecimal
-
setIntrstRate
Sets the value of the intrstRate property.- Parameters:
value
- allowed object isBigDecimal
-
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
-