public class ChargesRecord1
extends java.lang.Object
Java class for ChargesRecord1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargesRecord1"> <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.03}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}CreditDebitCode" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ChargeType3Choice" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}PercentageRate" minOccurs="0"/> <element name="Br" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}ChargeBearerType1Code" minOccurs="0"/> <element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/> <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TaxCharges2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected BranchAndFinancialInstitutionIdentification5 |
agt |
|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected ChargeBearerType1Code |
br |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected java.math.BigDecimal |
rate |
|
protected TaxCharges2 |
tax |
|
protected ChargeType3Choice |
tp |
Constructor | Description |
---|---|
ChargesRecord1() |
Modifier and Type | Method | 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.
|
java.math.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.
|
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 |
setRate(java.math.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 ChargeType3Choice tp
protected java.math.BigDecimal rate
protected ChargeBearerType1Code br
protected BranchAndFinancialInstitutionIdentification5 agt
protected TaxCharges2 tax
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmount
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public CreditDebitCode getCdtDbtInd()
CreditDebitCode
public void setCdtDbtInd(CreditDebitCode value)
value
- allowed object is
CreditDebitCode
public ChargeType3Choice getTp()
ChargeType3Choice
public void setTp(ChargeType3Choice value)
value
- allowed object is
ChargeType3Choice
public java.math.BigDecimal getRate()
BigDecimal
public void setRate(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public ChargeBearerType1Code getBr()
ChargeBearerType1Code
public void setBr(ChargeBearerType1Code value)
value
- allowed object is
ChargeBearerType1Code
public BranchAndFinancialInstitutionIdentification5 getAgt()
BranchAndFinancialInstitutionIdentification5
public void setAgt(BranchAndFinancialInstitutionIdentification5 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentification5
public TaxCharges2 getTax()
TaxCharges2
public void setTax(TaxCharges2 value)
value
- allowed object is
TaxCharges2
Copyright © 2018. All rights reserved.