Class MandateAdjustment1
java.lang.Object
org.coderic.iso20022.messages.pain.MandateAdjustment1
Java class for MandateAdjustment1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateAdjustment1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DtAdjstmntRuleInd" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}TrueFalseIndicator"/> <element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Frequency37Choice" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}ActiveCurrencyAndAmount" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}PercentageRate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getCtgy()
Gets the value of the ctgy property.getRate()
Gets the value of the rate property.boolean
Gets the value of the dtAdjstmntRuleInd property.void
setAmt
(ActiveCurrencyAndAmount value) Sets the value of the amt property.void
setCtgy
(Frequency37Choice value) Sets the value of the ctgy property.void
setDtAdjstmntRuleInd
(boolean value) Sets the value of the dtAdjstmntRuleInd property.void
setRate
(BigDecimal value) Sets the value of the rate property.
-
Constructor Details
-
MandateAdjustment1
public MandateAdjustment1()
-
-
Method Details
-
isDtAdjstmntRuleInd
public boolean isDtAdjstmntRuleInd()Gets the value of the dtAdjstmntRuleInd property. -
setDtAdjstmntRuleInd
public void setDtAdjstmntRuleInd(boolean value) Sets the value of the dtAdjstmntRuleInd property. -
getCtgy
Gets the value of the ctgy property.- Returns:
- possible object is
Frequency37Choice
-
setCtgy
Sets the value of the ctgy property.- Parameters:
value
- allowed object isFrequency37Choice
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isActiveCurrencyAndAmount
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value
- allowed object isBigDecimal
-