Class AmountAndDirection35
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.AmountAndDirection35
-
public class AmountAndDirection35 extends Object
Java class for AmountAndDirection35 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection35"> <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.07}NonNegativeDecimalNumber"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditDebitCode"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimalamtprotected CreditDebitCodecdtDbtInd
-
Constructor Summary
Constructors Constructor Description AmountAndDirection35()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmt()Gets the value of the amt property.CreditDebitCodegetCdtDbtInd()Gets the value of the cdtDbtInd property.voidsetAmt(BigDecimal value)Sets the value of the amt property.voidsetCdtDbtInd(CreditDebitCode value)Sets the value of the cdtDbtInd property.
-
-
-
Field Detail
-
amt
protected BigDecimal amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
-
Method Detail
-
getAmt
public BigDecimal getAmt()
Gets the value of the amt property.- Returns:
- possible object is
BigDecimal
-
setAmt
public void setAmt(BigDecimal value)
Sets the value of the amt property.- Parameters:
value- allowed object isBigDecimal
-
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
-
-