Class ChargesRecord2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_07.ChargesRecord2
Java class for ChargesRecord2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargesRecord2">
<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.07}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditDebitCode" minOccurs="0"/>
<element name="ChrgInclInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ChargeIncludedIndicator" minOccurs="0"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ChargeType3Choice" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}PercentageRate" minOccurs="0"/>
<element name="Br" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ChargeBearerType1Code" minOccurs="0"/>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
<element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxCharges2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActiveOrHistoricCurrencyAndAmountprotected ChargeBearerType1Codeprotected CreditDebitCodeprotected Booleanprotected BigDecimalprotected TaxCharges2protected ChargeType3Choice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgt()Gets the value of the agt property.getAmt()Gets the value of the amt property.getBr()Gets the value of the br property.Gets the value of the cdtDbtInd 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 chrgInclInd property.voidSets the value of the agt property.voidSets 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 Details
-
amt
-
cdtDbtInd
-
chrgInclInd
-
tp
-
rate
-
br
-
agt
-
tax
-
-
Constructor Details
-
ChargesRecord2
public ChargesRecord2()
-
-
Method Details
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getCdtDbtInd
Gets the value of the cdtDbtInd property.- Returns:
- possible object is
CreditDebitCode
-
setCdtDbtInd
Sets the value of the cdtDbtInd property.- Parameters:
value- allowed object isCreditDebitCode
-
isChrgInclInd
Gets the value of the chrgInclInd property.- Returns:
- possible object is
Boolean
-
setChrgInclInd
Sets the value of the chrgInclInd property.- Parameters:
value- allowed object isBoolean
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
ChargeType3Choice
-
setTp
Sets the value of the tp property.- Parameters:
value- allowed object isChargeType3Choice
-
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
-
getAgt
Gets the value of the agt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification5
-
setAgt
Sets the value of the agt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification5
-
getTax
Gets the value of the tax property.- Returns:
- possible object is
TaxCharges2
-
setTax
Sets the value of the tax property.- Parameters:
value- allowed object isTaxCharges2
-