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.054.001.06}NonNegativeDecimalNumber"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}CreditDebitCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amt |
protected CreditDebitCode |
cdtDbtInd |
| Constructor and Description |
|---|
AmountAndDirection35() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmt()
Gets the value of the amt property.
|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
void |
setAmt(BigDecimal value)
Sets the value of the amt property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
protected BigDecimal amt
protected CreditDebitCode cdtDbtInd
public BigDecimal getAmt()
BigDecimalpublic void setAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodeCopyright © 2018. All rights reserved.