Class CurrencyAndAmountRange
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_01.CurrencyAndAmountRange
-
public class CurrencyAndAmountRange extends java.lang.Object
Java class for CurrencyAndAmountRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyAndAmountRange"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ImpliedCurrencyAmountRangeChoice"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CreditDebitCode" minOccurs="0"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyCode"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ImpliedCurrencyAmountRangeChoice
amt
protected java.lang.String
ccy
protected CreditDebitCode
cdtDbtInd
-
Constructor Summary
Constructors Constructor Description CurrencyAndAmountRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImpliedCurrencyAmountRangeChoice
getAmt()
Gets the value of the amt property.java.lang.String
getCcy()
Gets the value of the ccy property.CreditDebitCode
getCdtDbtInd()
Gets the value of the cdtDbtInd property.void
setAmt(ImpliedCurrencyAmountRangeChoice value)
Sets the value of the amt property.void
setCcy(java.lang.String value)
Sets the value of the ccy property.void
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
-
-
-
Field Detail
-
amt
protected ImpliedCurrencyAmountRangeChoice amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
ccy
protected java.lang.String ccy
-
-
Method Detail
-
getAmt
public ImpliedCurrencyAmountRangeChoice getAmt()
Gets the value of the amt property.- Returns:
- possible object is
ImpliedCurrencyAmountRangeChoice
-
setAmt
public void setAmt(ImpliedCurrencyAmountRangeChoice value)
Sets the value of the amt property.- Parameters:
value
- allowed object isImpliedCurrencyAmountRangeChoice
-
getCdtDbtInd
public CreditDebitCode getCdtDbtInd()
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
public void setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.- Parameters:
value
- allowed object isCreditDebitCode
-
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
-
-