public class ChargesRecord2 extends Object
Java-Klasse für ChargesRecord2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.054.001.06}ActiveOrHistoricCurrencyAndAmount"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}CreditDebitCode" minOccurs="0"/>
<element name="ChrgInclInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ChargeIncludedIndicator" minOccurs="0"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ChargeType3Choice" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}PercentageRate" minOccurs="0"/>
<element name="Br" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}ChargeBearerType1Code" minOccurs="0"/>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
<element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}TaxCharges2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BranchAndFinancialInstitutionIdentification5 |
agt |
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected ChargeBearerType1Code |
br |
protected CreditDebitCode |
cdtDbtInd |
protected Boolean |
chrgInclInd |
protected BigDecimal |
rate |
protected TaxCharges2 |
tax |
protected ChargeType3Choice |
tp |
| Constructor and Description |
|---|
ChargesRecord2() |
| Modifier and Type | Method and Description |
|---|---|
BranchAndFinancialInstitutionIdentification5 |
getAgt()
Ruft den Wert der agt-Eigenschaft ab.
|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Ruft den Wert der amt-Eigenschaft ab.
|
ChargeBearerType1Code |
getBr()
Ruft den Wert der br-Eigenschaft ab.
|
CreditDebitCode |
getCdtDbtInd()
Ruft den Wert der cdtDbtInd-Eigenschaft ab.
|
BigDecimal |
getRate()
Ruft den Wert der rate-Eigenschaft ab.
|
TaxCharges2 |
getTax()
Ruft den Wert der tax-Eigenschaft ab.
|
ChargeType3Choice |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
Boolean |
isChrgInclInd()
Ruft den Wert der chrgInclInd-Eigenschaft ab.
|
void |
setAgt(BranchAndFinancialInstitutionIdentification5 value)
Legt den Wert der agt-Eigenschaft fest.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Legt den Wert der amt-Eigenschaft fest.
|
void |
setBr(ChargeBearerType1Code value)
Legt den Wert der br-Eigenschaft fest.
|
void |
setCdtDbtInd(CreditDebitCode value)
Legt den Wert der cdtDbtInd-Eigenschaft fest.
|
void |
setChrgInclInd(Boolean value)
Legt den Wert der chrgInclInd-Eigenschaft fest.
|
void |
setRate(BigDecimal value)
Legt den Wert der rate-Eigenschaft fest.
|
void |
setTax(TaxCharges2 value)
Legt den Wert der tax-Eigenschaft fest.
|
void |
setTp(ChargeType3Choice value)
Legt den Wert der tp-Eigenschaft fest.
|
protected ActiveOrHistoricCurrencyAndAmount amt
protected CreditDebitCode cdtDbtInd
protected Boolean chrgInclInd
protected ChargeType3Choice tp
protected BigDecimal rate
protected ChargeBearerType1Code br
protected BranchAndFinancialInstitutionIdentification5 agt
protected TaxCharges2 tax
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic Boolean isChrgInclInd()
Booleanpublic void setChrgInclInd(Boolean value)
value - allowed object is
Booleanpublic ChargeType3Choice getTp()
ChargeType3Choicepublic void setTp(ChargeType3Choice value)
value - allowed object is
ChargeType3Choicepublic BigDecimal getRate()
BigDecimalpublic void setRate(BigDecimal value)
value - allowed object is
BigDecimalpublic ChargeBearerType1Code getBr()
ChargeBearerType1Codepublic void setBr(ChargeBearerType1Code value)
value - allowed object is
ChargeBearerType1Codepublic BranchAndFinancialInstitutionIdentification5 getAgt()
BranchAndFinancialInstitutionIdentification5public void setAgt(BranchAndFinancialInstitutionIdentification5 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification5public TaxCharges2 getTax()
TaxCharges2public void setTax(TaxCharges2 value)
value - allowed object is
TaxCharges2Copyright © 2017. All rights reserved.