public class ChargesInformation6
extends java.lang.Object
Java class for ChargesInformation6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargesInformation6"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TtlChrgsAndTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}CreditDebitCode" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ChargeType2Choice" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}PercentageRate" minOccurs="0"/> <element name="Br" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ChargeBearerType1Code" minOccurs="0"/> <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}BranchAndFinancialInstitutionIdentification4" minOccurs="0"/> <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TaxCharges2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected ChargeBearerType1Code |
br |
|
protected CreditDebitCode |
cdtDbtInd |
|
protected BranchAndFinancialInstitutionIdentification4 |
pty |
|
protected java.math.BigDecimal |
rate |
|
protected TaxCharges2 |
tax |
|
protected ChargeType2Choice |
tp |
|
protected ActiveOrHistoricCurrencyAndAmount |
ttlChrgsAndTaxAmt |
Constructor | Description |
---|---|
ChargesInformation6() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
BranchAndFinancialInstitutionIdentification4 |
getPty() |
Gets the value of the pty property.
|
java.math.BigDecimal |
getRate() |
Gets the value of the rate property.
|
TaxCharges2 |
getTax() |
Gets the value of the tax property.
|
ChargeType2Choice |
getTp() |
Gets the value of the tp property.
|
ActiveOrHistoricCurrencyAndAmount |
getTtlChrgsAndTaxAmt() |
Gets the value of the ttlChrgsAndTaxAmt 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 |
setPty(BranchAndFinancialInstitutionIdentification4 value) |
Sets the value of the pty 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(ChargeType2Choice value) |
Sets the value of the tp property.
|
void |
setTtlChrgsAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the ttlChrgsAndTaxAmt property.
|
protected ActiveOrHistoricCurrencyAndAmount ttlChrgsAndTaxAmt
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected ChargeType2Choice tp
protected java.math.BigDecimal rate
protected ChargeBearerType1Code br
protected BranchAndFinancialInstitutionIdentification4 pty
protected TaxCharges2 tax
public ActiveOrHistoricCurrencyAndAmount getTtlChrgsAndTaxAmt()
ActiveOrHistoricCurrencyAndAmount
public void setTtlChrgsAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
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 ChargeType2Choice getTp()
ChargeType2Choice
public void setTp(ChargeType2Choice value)
value
- allowed object is
ChargeType2Choice
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 BranchAndFinancialInstitutionIdentification4 getPty()
BranchAndFinancialInstitutionIdentification4
public void setPty(BranchAndFinancialInstitutionIdentification4 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentification4
public TaxCharges2 getTax()
TaxCharges2
public void setTax(TaxCharges2 value)
value
- allowed object is
TaxCharges2
Copyright © 2018. All rights reserved.