Class ActiveOrHistoricCurrencyAndAmountSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_02.ActiveOrHistoricCurrencyAndAmountSEPA
-
public class ActiveOrHistoricCurrencyAndAmountSEPA extends java.lang.Object
Java class for ActiveOrHistoricCurrencyAndAmountSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveOrHistoricCurrencyAndAmountSEPA"> <simpleContent> <extension base="<urn:iso:std:iso:20022:tech:xsd:pain.008.001.02>ActiveOrHistoricCurrencyAndAmount_SimpleTypeSEPA"> <attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}ActiveOrHistoricCurrencyCodeEUR" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyCodeEUR
ccy
protected java.math.BigDecimal
value
-
Constructor Summary
Constructors Constructor Description ActiveOrHistoricCurrencyAndAmountSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyCodeEUR
getCcy()
Gets the value of the ccy property.java.math.BigDecimal
getValue()
Gets the value of the value property.void
setCcy(ActiveOrHistoricCurrencyCodeEUR value)
Sets the value of the ccy property.void
setValue(java.math.BigDecimal value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.math.BigDecimal value
-
ccy
protected ActiveOrHistoricCurrencyCodeEUR 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 ActiveOrHistoricCurrencyCodeEUR getCcy()
Gets the value of the ccy property.- Returns:
- possible object is
ActiveOrHistoricCurrencyCodeEUR
-
setCcy
public void setCcy(ActiveOrHistoricCurrencyCodeEUR value)
Sets the value of the ccy property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyCodeEUR
-
-