Class ActiveCurrencyAndAmount

java.lang.Object
org.coderic.iso20022.messages.tsin.ActiveCurrencyAndAmount

public class ActiveCurrencyAndAmount extends Object

Java class for ActiveCurrencyAndAmount complex type.

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

 <complexType name="ActiveCurrencyAndAmount">
   <simpleContent>
     <extension base="<urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01>ActiveCurrencyAndAmount_SimpleType">
       <attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ActiveCurrencyCode" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Constructor Details

    • ActiveCurrencyAndAmount

      public ActiveCurrencyAndAmount()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value 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