Class CurrencyAndAmountSDD

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.CurrencyAndAmountSDD

public class CurrencyAndAmountSDD extends Object

Java class for CurrencyAndAmountSDD complex type.

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

 <complexType name="CurrencyAndAmountSDD">
   <simpleContent>
     <extension base="<urn:swift:xsd:$pain.008.002.01>CurrencyAndAmount_SimpleTypeSDD">
       <attribute name="Ccy" use="required" type="{urn:swift:xsd:$pain.008.002.01}CurrencyCodeSDD" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CurrencyAndAmountSDD

      public CurrencyAndAmountSDD()
  • 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 CurrencyCodeSDD getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is CurrencyCodeSDD
    • setCcy

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