Class ActiveOrHistoricCurrencyAndAmountSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_002_02.ActiveOrHistoricCurrencyAndAmountSEPA
-
public class ActiveOrHistoricCurrencyAndAmountSEPA extends java.lang.ObjectJava 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.002.02>ActiveOrHistoricCurrencyAndAmount_SimpleTypeSEPA"> <attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}ActiveOrHistoricCurrencyCodeEUR" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyCodeEURccyprotected java.math.BigDecimalvalue
-
Constructor Summary
Constructors Constructor Description ActiveOrHistoricCurrencyAndAmountSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyCodeEURgetCcy()Gets the value of the ccy property.java.math.BigDecimalgetValue()Gets the value of the value property.voidsetCcy(ActiveOrHistoricCurrencyCodeEUR 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 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
-
-