public class DirectDebitTransactionInformationSDD extends Object
Java-Klasse für DirectDebitTransactionInformationSDD complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="DirectDebitTransactionInformationSDD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PmtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PaymentIdentificationSEPA"/>
<element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}ActiveOrHistoricCurrencyAndAmountSEPA"/>
<element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}ChargeBearerTypeSEPACode" minOccurs="0"/>
<element name="DrctDbtTx" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}DirectDebitTransactionSDD"/>
<element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA1" minOccurs="0"/>
<element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}BranchAndFinancialInstitutionIdentificationSEPA3"/>
<element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA2"/>
<element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}CashAccountSEPA2"/>
<element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA1" minOccurs="0"/>
<element name="Purp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PurposeSEPA" minOccurs="0"/>
<element name="RmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}RemittanceInformationSEPA1Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChargeBearerTypeSEPACode |
chrgBr |
protected PartyIdentificationSEPA2 |
dbtr |
protected CashAccountSEPA2 |
dbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSEPA3 |
dbtrAgt |
protected DirectDebitTransactionSDD |
drctDbtTx |
protected ActiveOrHistoricCurrencyAndAmountSEPA |
instdAmt |
protected PaymentIdentificationSEPA |
pmtId |
protected PurposeSEPA |
purp |
protected RemittanceInformationSEPA1Choice |
rmtInf |
protected PartyIdentificationSEPA1 |
ultmtCdtr |
protected PartyIdentificationSEPA1 |
ultmtDbtr |
| Constructor and Description |
|---|
DirectDebitTransactionInformationSDD() |
| Modifier and Type | Method and Description |
|---|---|
ChargeBearerTypeSEPACode |
getChrgBr()
Ruft den Wert der chrgBr-Eigenschaft ab.
|
PartyIdentificationSEPA2 |
getDbtr()
Ruft den Wert der dbtr-Eigenschaft ab.
|
CashAccountSEPA2 |
getDbtrAcct()
Ruft den Wert der dbtrAcct-Eigenschaft ab.
|
BranchAndFinancialInstitutionIdentificationSEPA3 |
getDbtrAgt()
Ruft den Wert der dbtrAgt-Eigenschaft ab.
|
DirectDebitTransactionSDD |
getDrctDbtTx()
Ruft den Wert der drctDbtTx-Eigenschaft ab.
|
ActiveOrHistoricCurrencyAndAmountSEPA |
getInstdAmt()
Ruft den Wert der instdAmt-Eigenschaft ab.
|
PaymentIdentificationSEPA |
getPmtId()
Ruft den Wert der pmtId-Eigenschaft ab.
|
PurposeSEPA |
getPurp()
Ruft den Wert der purp-Eigenschaft ab.
|
RemittanceInformationSEPA1Choice |
getRmtInf()
Ruft den Wert der rmtInf-Eigenschaft ab.
|
PartyIdentificationSEPA1 |
getUltmtCdtr()
Ruft den Wert der ultmtCdtr-Eigenschaft ab.
|
PartyIdentificationSEPA1 |
getUltmtDbtr()
Ruft den Wert der ultmtDbtr-Eigenschaft ab.
|
void |
setChrgBr(ChargeBearerTypeSEPACode value)
Legt den Wert der chrgBr-Eigenschaft fest.
|
void |
setDbtr(PartyIdentificationSEPA2 value)
Legt den Wert der dbtr-Eigenschaft fest.
|
void |
setDbtrAcct(CashAccountSEPA2 value)
Legt den Wert der dbtrAcct-Eigenschaft fest.
|
void |
setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA3 value)
Legt den Wert der dbtrAgt-Eigenschaft fest.
|
void |
setDrctDbtTx(DirectDebitTransactionSDD value)
Legt den Wert der drctDbtTx-Eigenschaft fest.
|
void |
setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)
Legt den Wert der instdAmt-Eigenschaft fest.
|
void |
setPmtId(PaymentIdentificationSEPA value)
Legt den Wert der pmtId-Eigenschaft fest.
|
void |
setPurp(PurposeSEPA value)
Legt den Wert der purp-Eigenschaft fest.
|
void |
setRmtInf(RemittanceInformationSEPA1Choice value)
Legt den Wert der rmtInf-Eigenschaft fest.
|
void |
setUltmtCdtr(PartyIdentificationSEPA1 value)
Legt den Wert der ultmtCdtr-Eigenschaft fest.
|
void |
setUltmtDbtr(PartyIdentificationSEPA1 value)
Legt den Wert der ultmtDbtr-Eigenschaft fest.
|
protected PaymentIdentificationSEPA pmtId
protected ActiveOrHistoricCurrencyAndAmountSEPA instdAmt
protected ChargeBearerTypeSEPACode chrgBr
protected DirectDebitTransactionSDD drctDbtTx
protected PartyIdentificationSEPA1 ultmtCdtr
protected BranchAndFinancialInstitutionIdentificationSEPA3 dbtrAgt
protected PartyIdentificationSEPA2 dbtr
protected CashAccountSEPA2 dbtrAcct
protected PartyIdentificationSEPA1 ultmtDbtr
protected PurposeSEPA purp
protected RemittanceInformationSEPA1Choice rmtInf
public DirectDebitTransactionInformationSDD()
public PaymentIdentificationSEPA getPmtId()
PaymentIdentificationSEPApublic void setPmtId(PaymentIdentificationSEPA value)
value - allowed object is
PaymentIdentificationSEPApublic ActiveOrHistoricCurrencyAndAmountSEPA getInstdAmt()
ActiveOrHistoricCurrencyAndAmountSEPApublic void setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountSEPApublic ChargeBearerTypeSEPACode getChrgBr()
ChargeBearerTypeSEPACodepublic void setChrgBr(ChargeBearerTypeSEPACode value)
value - allowed object is
ChargeBearerTypeSEPACodepublic DirectDebitTransactionSDD getDrctDbtTx()
DirectDebitTransactionSDDpublic void setDrctDbtTx(DirectDebitTransactionSDD value)
value - allowed object is
DirectDebitTransactionSDDpublic PartyIdentificationSEPA1 getUltmtCdtr()
PartyIdentificationSEPA1public void setUltmtCdtr(PartyIdentificationSEPA1 value)
value - allowed object is
PartyIdentificationSEPA1public BranchAndFinancialInstitutionIdentificationSEPA3 getDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA3public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA3 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSEPA3public PartyIdentificationSEPA2 getDbtr()
PartyIdentificationSEPA2public void setDbtr(PartyIdentificationSEPA2 value)
value - allowed object is
PartyIdentificationSEPA2public CashAccountSEPA2 getDbtrAcct()
CashAccountSEPA2public void setDbtrAcct(CashAccountSEPA2 value)
value - allowed object is
CashAccountSEPA2public PartyIdentificationSEPA1 getUltmtDbtr()
PartyIdentificationSEPA1public void setUltmtDbtr(PartyIdentificationSEPA1 value)
value - allowed object is
PartyIdentificationSEPA1public PurposeSEPA getPurp()
PurposeSEPApublic void setPurp(PurposeSEPA value)
value - allowed object is
PurposeSEPApublic RemittanceInformationSEPA1Choice getRmtInf()
RemittanceInformationSEPA1Choicepublic void setRmtInf(RemittanceInformationSEPA1Choice value)
value - allowed object is
RemittanceInformationSEPA1ChoiceCopyright © 2017. All rights reserved.