Class ChargesInformation6
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.ChargesInformation6
-
public class ChargesInformation6 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActiveOrHistoricCurrencyAndAmountamtprotected ChargeBearerType1Codebrprotected CreditDebitCodecdtDbtIndprotected BranchAndFinancialInstitutionIdentification4ptyprotected java.math.BigDecimalrateprotected TaxCharges2taxprotected ChargeType2Choicetpprotected ActiveOrHistoricCurrencyAndAmountttlChrgsAndTaxAmt
-
Constructor Summary
Constructors Constructor Description ChargesInformation6()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveOrHistoricCurrencyAndAmountgetAmt()Gets the value of the amt property.ChargeBearerType1CodegetBr()Gets the value of the br property.CreditDebitCodegetCdtDbtInd()Gets the value of the cdtDbtInd property.BranchAndFinancialInstitutionIdentification4getPty()Gets the value of the pty property.java.math.BigDecimalgetRate()Gets the value of the rate property.TaxCharges2getTax()Gets the value of the tax property.ChargeType2ChoicegetTp()Gets the value of the tp property.ActiveOrHistoricCurrencyAndAmountgetTtlChrgsAndTaxAmt()Gets the value of the ttlChrgsAndTaxAmt property.voidsetAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the amt property.voidsetBr(ChargeBearerType1Code value)Sets the value of the br property.voidsetCdtDbtInd(CreditDebitCode value)Sets the value of the cdtDbtInd property.voidsetPty(BranchAndFinancialInstitutionIdentification4 value)Sets the value of the pty property.voidsetRate(java.math.BigDecimal value)Sets the value of the rate property.voidsetTax(TaxCharges2 value)Sets the value of the tax property.voidsetTp(ChargeType2Choice value)Sets the value of the tp property.voidsetTtlChrgsAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the ttlChrgsAndTaxAmt property.
-
-
-
Field Detail
-
ttlChrgsAndTaxAmt
protected ActiveOrHistoricCurrencyAndAmount ttlChrgsAndTaxAmt
-
amt
protected ActiveOrHistoricCurrencyAndAmount amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
tp
protected ChargeType2Choice tp
-
rate
protected java.math.BigDecimal rate
-
br
protected ChargeBearerType1Code br
-
pty
protected BranchAndFinancialInstitutionIdentification4 pty
-
tax
protected TaxCharges2 tax
-
-
Method Detail
-
getTtlChrgsAndTaxAmt
public ActiveOrHistoricCurrencyAndAmount getTtlChrgsAndTaxAmt()
Gets the value of the ttlChrgsAndTaxAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setTtlChrgsAndTaxAmt
public void setTtlChrgsAndTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the ttlChrgsAndTaxAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getAmt
public ActiveOrHistoricCurrencyAndAmount getAmt()
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
public CreditDebitCode getCdtDbtInd()
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
public void setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
getTp
public ChargeType2Choice getTp()
Gets the value of the tp property.- Returns:
- possible object is
ChargeType2Choice
-
setTp
public void setTp(ChargeType2Choice value)
Sets the value of the tp property.- Parameters:
value- allowed object isChargeType2Choice
-
getRate
public java.math.BigDecimal getRate()
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
public void setRate(java.math.BigDecimal value)
Sets the value of the rate property.- Parameters:
value- allowed object isBigDecimal
-
getBr
public ChargeBearerType1Code getBr()
Gets the value of the br property.- Returns:
- possible object is
ChargeBearerType1Code
-
setBr
public void setBr(ChargeBearerType1Code value)
Sets the value of the br property.- Parameters:
value- allowed object isChargeBearerType1Code
-
getPty
public BranchAndFinancialInstitutionIdentification4 getPty()
Gets the value of the pty property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification4
-
setPty
public void setPty(BranchAndFinancialInstitutionIdentification4 value)
Sets the value of the pty property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification4
-
getTax
public TaxCharges2 getTax()
Gets the value of the tax property.- Returns:
- possible object is
TaxCharges2
-
setTax
public void setTax(TaxCharges2 value)
Sets the value of the tax property.- Parameters:
value- allowed object isTaxCharges2
-
-