Class ActiveCurrencyAndAmount
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_04.ActiveCurrencyAndAmount
-
public class ActiveCurrencyAndAmount extends java.lang.ObjectJava class for ActiveCurrencyAndAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveCurrencyAndAmount"> <simpleContent> <extension base="<urn:iso:std:iso:20022:tech:xsd:camt.052.001.04>ActiveCurrencyAndAmount_SimpleType"> <attribute name="Ccy" use="required" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveCurrencyCode" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ActiveCurrencyAndAmount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCcy()Gets the value of the ccy property.java.math.BigDecimalgetValue()Gets the value of the value property.voidsetCcy(java.lang.String value)Sets the value of the ccy property.voidsetValue(java.math.BigDecimal value)Sets the value of the value property.
-
-
-
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 java.lang.String getCcy()
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
public void setCcy(java.lang.String value)
Sets the value of the ccy property.- Parameters:
value- allowed object isString
-
-