Class CurrencyAndAmountSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_002_02.CurrencyAndAmountSEPA
-
public class CurrencyAndAmountSEPA extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CurrencyCodeEURccyprotected java.math.BigDecimalvalue
-
Constructor Summary
Constructors Constructor Description CurrencyAndAmountSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyCodeEURgetCcy()Gets the value of the ccy property.java.math.BigDecimalgetValue()Gets the value of the value property.voidsetCcy(CurrencyCodeEUR value)Sets the value of the ccy property.voidsetValue(java.math.BigDecimal value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.math.BigDecimal value
-
ccy
protected CurrencyCodeEUR ccy
-
-
Method Detail
-
getValue
public java.math.BigDecimal getValue()
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
public void setValue(java.math.BigDecimal value)
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-
getCcy
public CurrencyCodeEUR getCcy()
Gets the value of the ccy property.- Returns:
- possible object is
CurrencyCodeEUR
-
setCcy
public void setCcy(CurrencyCodeEUR value)
Sets the value of the ccy property.- Parameters:
value- allowed object isCurrencyCodeEUR
-
-