public class ChargesRecord2 extends Object
Java class for ChargesRecord2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargesRecord2">
<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.05}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}CreditDebitCode" minOccurs="0"/>
<element name="ChrgInclInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ChargeIncludedIndicator" minOccurs="0"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ChargeType3Choice" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}PercentageRate" minOccurs="0"/>
<element name="Br" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ChargeBearerType1Code" minOccurs="0"/>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
<element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TaxCharges2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BranchAndFinancialInstitutionIdentification5 |
agt |
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected ChargeBearerType1Code |
br |
protected CreditDebitCode |
cdtDbtInd |
protected Boolean |
chrgInclInd |
protected BigDecimal |
rate |
protected TaxCharges2 |
tax |
protected ChargeType3Choice |
tp |
| Constructor and Description |
|---|
ChargesRecord2() |
| Modifier and Type | Method and Description |
|---|---|
BranchAndFinancialInstitutionIdentification5 |
getAgt()
Gets the value of the agt property.
|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
ChargeBearerType1Code |
getBr()
Gets the value of the br property.
|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
BigDecimal |
getRate()
Gets the value of the rate property.
|
TaxCharges2 |
getTax()
Gets the value of the tax property.
|
ChargeType3Choice |
getTp()
Gets the value of the tp property.
|
Boolean |
isChrgInclInd()
Gets the value of the chrgInclInd property.
|
void |
setAgt(BranchAndFinancialInstitutionIdentification5 value)
Sets the value of the agt property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setBr(ChargeBearerType1Code value)
Sets the value of the br property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
void |
setChrgInclInd(Boolean value)
Sets the value of the chrgInclInd property.
|
void |
setRate(BigDecimal value)
Sets the value of the rate property.
|
void |
setTax(TaxCharges2 value)
Sets the value of the tax property.
|
void |
setTp(ChargeType3Choice value)
Sets the value of the tp property.
|
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected Boolean chrgInclInd
protected ChargeType3Choice tp
protected BigDecimal rate
protected ChargeBearerType1Code br
protected BranchAndFinancialInstitutionIdentification5 agt
protected TaxCharges2 tax
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic Boolean isChrgInclInd()
Booleanpublic void setChrgInclInd(Boolean value)
value - allowed object is
Booleanpublic ChargeType3Choice getTp()
ChargeType3Choicepublic void setTp(ChargeType3Choice value)
value - allowed object is
ChargeType3Choicepublic BigDecimal getRate()
BigDecimalpublic void setRate(BigDecimal value)
value - allowed object is
BigDecimalpublic ChargeBearerType1Code getBr()
ChargeBearerType1Codepublic void setBr(ChargeBearerType1Code value)
value - allowed object is
ChargeBearerType1Codepublic BranchAndFinancialInstitutionIdentification5 getAgt()
BranchAndFinancialInstitutionIdentification5public void setAgt(BranchAndFinancialInstitutionIdentification5 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification5public TaxCharges2 getTax()
TaxCharges2public void setTax(TaxCharges2 value)
value - allowed object is
TaxCharges2Copyright © 2020. All rights reserved.