Class DetailedAmount18

java.lang.Object
org.coderic.iso20022.messages.catp.DetailedAmount18

public class DetailedAmount18 extends Object

Java class for DetailedAmount18 complex type.

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

 <complexType name="DetailedAmount18">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ImpliedCurrencyAndAmount"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/>
         <element name="ChrgAcctTo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}TrueFalseIndicator" minOccurs="0"/>
         <element name="Labl" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max70Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DetailedAmount18

      public DetailedAmount18()
  • Method Details

    • getAmt

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

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

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • isChrgAcctTo

      public Boolean isChrgAcctTo()
      Gets the value of the chrgAcctTo property.
      Returns:
      possible object is Boolean
    • setChrgAcctTo

      public void setChrgAcctTo(Boolean value)
      Sets the value of the chrgAcctTo property.
      Parameters:
      value - allowed object is Boolean
    • getLabl

      public String getLabl()
      Gets the value of the labl property.
      Returns:
      possible object is String
    • setLabl

      public void setLabl(String value)
      Sets the value of the labl property.
      Parameters:
      value - allowed object is String