Class MandateAdjustment1

java.lang.Object
org.coderic.iso20022.messages.pain.MandateAdjustment1

public class MandateAdjustment1 extends Object

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 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

      public Frequency37Choice getCtgy()
      Gets the value of the ctgy property.
      Returns:
      possible object is Frequency37Choice
    • setCtgy

      public void setCtgy(Frequency37Choice value)
      Sets the value of the ctgy property.
      Parameters:
      value - allowed object is Frequency37Choice
    • getAmt

      public ActiveCurrencyAndAmount getAmt()
      Gets the value of the amt property.
      Returns:
      possible object is ActiveCurrencyAndAmount
    • setAmt

      public void setAmt(ActiveCurrencyAndAmount value)
      Sets the value of the amt property.
      Parameters:
      value - allowed object is ActiveCurrencyAndAmount
    • getRate

      public BigDecimal getRate()
      Gets the value of the rate property.
      Returns:
      possible object is BigDecimal
    • setRate

      public void setRate(BigDecimal value)
      Sets the value of the rate property.
      Parameters:
      value - allowed object is BigDecimal