public class ChargesInformation3
extends java.lang.Object
Java class for ChargesInformation3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargesInformation3"> <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.01}CurrencyAndAmount" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyAndAmount"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ChargeTypeChoice" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PercentageRate" minOccurs="0"/> <element name="Br" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ChargeBearerType1Code" minOccurs="0"/> <element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BranchAndFinancialInstitutionIdentification3" minOccurs="0"/> <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}TaxCharges1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected CurrencyAndAmount |
amt |
|
protected ChargeBearerType1Code |
br |
|
protected BranchAndFinancialInstitutionIdentification3 |
pty |
|
protected java.math.BigDecimal |
rate |
|
protected TaxCharges1 |
tax |
|
protected ChargeTypeChoice |
tp |
|
protected CurrencyAndAmount |
ttlChrgsAndTaxAmt |
Constructor | Description |
---|---|
ChargesInformation3() |
Modifier and Type | Method | Description |
---|---|---|
CurrencyAndAmount |
getAmt() |
Gets the value of the amt property.
|
ChargeBearerType1Code |
getBr() |
Gets the value of the br property.
|
BranchAndFinancialInstitutionIdentification3 |
getPty() |
Gets the value of the pty property.
|
java.math.BigDecimal |
getRate() |
Gets the value of the rate property.
|
TaxCharges1 |
getTax() |
Gets the value of the tax property.
|
ChargeTypeChoice |
getTp() |
Gets the value of the tp property.
|
CurrencyAndAmount |
getTtlChrgsAndTaxAmt() |
Gets the value of the ttlChrgsAndTaxAmt property.
|
void |
setAmt(CurrencyAndAmount value) |
Sets the value of the amt property.
|
void |
setBr(ChargeBearerType1Code value) |
Sets the value of the br property.
|
void |
setPty(BranchAndFinancialInstitutionIdentification3 value) |
Sets the value of the pty property.
|
void |
setRate(java.math.BigDecimal value) |
Sets the value of the rate property.
|
void |
setTax(TaxCharges1 value) |
Sets the value of the tax property.
|
void |
setTp(ChargeTypeChoice value) |
Sets the value of the tp property.
|
void |
setTtlChrgsAndTaxAmt(CurrencyAndAmount value) |
Sets the value of the ttlChrgsAndTaxAmt property.
|
protected CurrencyAndAmount ttlChrgsAndTaxAmt
protected CurrencyAndAmount amt
protected ChargeTypeChoice tp
protected java.math.BigDecimal rate
protected ChargeBearerType1Code br
protected BranchAndFinancialInstitutionIdentification3 pty
protected TaxCharges1 tax
public CurrencyAndAmount getTtlChrgsAndTaxAmt()
CurrencyAndAmount
public void setTtlChrgsAndTaxAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public CurrencyAndAmount getAmt()
CurrencyAndAmount
public void setAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public ChargeTypeChoice getTp()
ChargeTypeChoice
public void setTp(ChargeTypeChoice value)
value
- allowed object is
ChargeTypeChoice
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 BranchAndFinancialInstitutionIdentification3 getPty()
BranchAndFinancialInstitutionIdentification3
public void setPty(BranchAndFinancialInstitutionIdentification3 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentification3
public TaxCharges1 getTax()
TaxCharges1
public void setTax(TaxCharges1 value)
value
- allowed object is
TaxCharges1
Copyright © 2018. All rights reserved.