Class CurrencyAndAmount
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_02.CurrencyAndAmount
-
public class CurrencyAndAmount extends Object
Java class for CurrencyAndAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyAndAmount"> <simpleContent> <extension base="<urn:sepade:xsd:pain.001.001.02>CurrencyAndAmount_SimpleType"> <attribute name="Ccy" use="required" type="{urn:sepade:xsd:pain.001.001.02}CurrencyCode" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringccyprotected BigDecimalvalue
-
Constructor Summary
Constructors Constructor Description CurrencyAndAmount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCcy()Gets the value of the ccy property.BigDecimalgetValue()Gets the value of the value property.voidsetCcy(String value)Sets the value of the ccy property.voidsetValue(BigDecimal value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected BigDecimal value
-
ccy
protected String ccy
-
-
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 isBigDecimal
-
getCcy
public String getCcy()
Gets the value of the ccy property.- Returns:
- possible object is
String
-
-