Class ChargesRecord3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.ChargesRecord3
-
public class ChargesRecord3 extends Object
Java class for ChargesRecord3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargesRecord3"> <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.08}ActiveOrHistoricCurrencyAndAmount"/> <element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}CreditDebitCode" minOccurs="0"/> <element name="ChrgInclInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ChargeIncludedIndicator" minOccurs="0"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ChargeType3Choice" minOccurs="0"/> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}PercentageRate" minOccurs="0"/> <element name="Br" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}ChargeBearerType1Code" minOccurs="0"/> <element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/> <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}TaxCharges2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BranchAndFinancialInstitutionIdentification6agtprotected ActiveOrHistoricCurrencyAndAmountamtprotected ChargeBearerType1Codebrprotected CreditDebitCodecdtDbtIndprotected BooleanchrgInclIndprotected BigDecimalrateprotected TaxCharges2taxprotected ChargeType3Choicetp
-
Constructor Summary
Constructors Constructor Description ChargesRecord3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BranchAndFinancialInstitutionIdentification6getAgt()Gets the value of the agt property.ActiveOrHistoricCurrencyAndAmountgetAmt()Gets the value of the amt property.ChargeBearerType1CodegetBr()Gets the value of the br property.CreditDebitCodegetCdtDbtInd()Gets the value of the cdtDbtInd property.BigDecimalgetRate()Gets the value of the rate property.TaxCharges2getTax()Gets the value of the tax property.ChargeType3ChoicegetTp()Gets the value of the tp property.BooleanisChrgInclInd()Gets the value of the chrgInclInd property.voidsetAgt(BranchAndFinancialInstitutionIdentification6 value)Sets the value of the agt 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.voidsetChrgInclInd(Boolean value)Sets the value of the chrgInclInd property.voidsetRate(BigDecimal value)Sets the value of the rate property.voidsetTax(TaxCharges2 value)Sets the value of the tax property.voidsetTp(ChargeType3Choice value)Sets the value of the tp property.
-
-
-
Field Detail
-
amt
protected ActiveOrHistoricCurrencyAndAmount amt
-
cdtDbtInd
protected CreditDebitCode cdtDbtInd
-
chrgInclInd
protected Boolean chrgInclInd
-
tp
protected ChargeType3Choice tp
-
rate
protected BigDecimal rate
-
br
protected ChargeBearerType1Code br
-
agt
protected BranchAndFinancialInstitutionIdentification6 agt
-
tax
protected TaxCharges2 tax
-
-
Method Detail
-
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
-
isChrgInclInd
public Boolean isChrgInclInd()
Gets the value of the chrgInclInd property.- Returns:
- possible object is
Boolean
-
setChrgInclInd
public void setChrgInclInd(Boolean value)
Sets the value of the chrgInclInd property.- Parameters:
value- allowed object isBoolean
-
getTp
public ChargeType3Choice getTp()
Gets the value of the tp property.- Returns:
- possible object is
ChargeType3Choice
-
setTp
public void setTp(ChargeType3Choice value)
Sets the value of the tp property.- Parameters:
value- allowed object isChargeType3Choice
-
getRate
public BigDecimal getRate()
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
public void setRate(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
-
getAgt
public BranchAndFinancialInstitutionIdentification6 getAgt()
Gets the value of the agt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setAgt
public void setAgt(BranchAndFinancialInstitutionIdentification6 value)
Sets the value of the agt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification6
-
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
-
-