Class ChargesInformation3
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.ChargesInformation3
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CurrencyAndAmount
protected ChargeBearerType1Code
protected BigDecimal
protected TaxCharges1
protected ChargeTypeChoice
protected CurrencyAndAmount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getBr()
Gets the value of the br property.getPty()
Gets the value of the pty property.getRate()
Gets the value of the rate property.getTax()
Gets the value of the tax property.getTp()
Gets the value of the tp property.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
Sets the value of the pty property.void
setRate
(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
Sets the value of the ttlChrgsAndTaxAmt property.
-
Field Details
-
ttlChrgsAndTaxAmt
-
amt
-
tp
-
rate
-
br
-
pty
-
tax
-
-
Constructor Details
-
ChargesInformation3
public ChargesInformation3()
-
-
Method Details
-
getTtlChrgsAndTaxAmt
Gets the value of the ttlChrgsAndTaxAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setTtlChrgsAndTaxAmt
Sets the value of the ttlChrgsAndTaxAmt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
CurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
ChargeTypeChoice
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isChargeTypeChoice
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value
- allowed object isBigDecimal
-
getBr
Gets the value of the br property.- Returns:
- possible object is
ChargeBearerType1Code
-
setBr
Sets the value of the br property.- Parameters:
value
- allowed object isChargeBearerType1Code
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification3
-
setPty
Sets the value of the pty property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification3
-
getTax
Gets the value of the tax property.- Returns:
- possible object is
TaxCharges1
-
setTax
Sets the value of the tax property.- Parameters:
value
- allowed object isTaxCharges1
-