Class CurrencyAndAmountSEPA


  • public class CurrencyAndAmountSEPA
    extends Object

    Java class for CurrencyAndAmountSEPA complex type.

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

     <complexType name="CurrencyAndAmountSEPA">
       <simpleContent>
         <extension base="<urn:swift:xsd:$pain.002.002.02>CurrencyAndAmount_SimpleTypeSEPA">
           <attribute name="Ccy" use="required" type="{urn:swift:xsd:$pain.002.002.02}CurrencyCodeEUR" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • CurrencyAndAmountSEPA

        public CurrencyAndAmountSEPA()
    • Method Detail

      • 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