Class AmountRangeBoundary1


  • public class AmountRangeBoundary1
    extends java.lang.Object

    Java class for AmountRangeBoundary1 complex type.

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

     <complexType name="AmountRangeBoundary1">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="BdryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ImpliedCurrencyAndAmount"/>
             <element name="Incl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}YesNoIndicator"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigDecimal bdryAmt  
      protected boolean incl  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getBdryAmt()
      Gets the value of the bdryAmt property.
      boolean isIncl()
      Gets the value of the incl property.
      void setBdryAmt​(java.math.BigDecimal value)
      Sets the value of the bdryAmt property.
      void setIncl​(boolean value)
      Sets the value of the incl property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bdryAmt

        protected java.math.BigDecimal bdryAmt
      • incl

        protected boolean incl
    • Constructor Detail

      • AmountRangeBoundary1

        public AmountRangeBoundary1()
    • Method Detail

      • getBdryAmt

        public java.math.BigDecimal getBdryAmt()
        Gets the value of the bdryAmt property.
        Returns:
        possible object is BigDecimal
      • setBdryAmt

        public void setBdryAmt​(java.math.BigDecimal value)
        Sets the value of the bdryAmt property.
        Parameters:
        value - allowed object is BigDecimal
      • isIncl

        public boolean isIncl()
        Gets the value of the incl property.
      • setIncl

        public void setIncl​(boolean value)
        Sets the value of the incl property.