Class CurrencyAndAmountRange2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_04.CurrencyAndAmountRange2
Java class for CurrencyAndAmountRange2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyAndAmountRange2"> <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.04}ImpliedCurrencyAmountRangeChoice"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}CreditDebitCode" minOccurs="0"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveOrHistoricCurrencyCode"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ImpliedCurrencyAmountRangeChoice
protected String
protected CreditDebitCode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getCcy()
Gets the value of the ccy property.Gets the value of the cdtDbtInd property.void
Sets the value of the amt property.void
Sets the value of the ccy property.void
setCdtDbtInd
(CreditDebitCode value) Sets the value of the cdtDbtInd property.
-
Field Details
-
amt
-
cdtDbtInd
-
ccy
-
-
Constructor Details
-
CurrencyAndAmountRange2
public CurrencyAndAmountRange2()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ImpliedCurrencyAmountRangeChoice
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isImpliedCurrencyAmountRangeChoice
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value
- allowed object isCreditDebitCode
-
getCcy
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value
- allowed object isString
-