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:swift:xsd:$pain.008.002.01}PaymentIdentification1"/>
<element name="InstdAmt" type="{urn:swift:xsd:$pain.008.002.01}CurrencyAndAmountSDD"/>
<element name="ChrgBr" type="{urn:swift:xsd:$pain.008.002.01}ChargeBearerTypeSDDCode" minOccurs="0"/>
<element name="DrctDbtTx" type="{urn:swift:xsd:$pain.008.002.01}DirectDebitTransactionSDD"/>
<element name="UltmtCdtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD1" minOccurs="0"/>
<element name="DbtrAgt" type="{urn:swift:xsd:$pain.008.002.01}BranchAndFinancialInstitutionIdentificationSDD1"/>
<element name="Dbtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD3"/>
<element name="DbtrAcct" type="{urn:swift:xsd:$pain.008.002.01}CashAccountSDD2"/>
<element name="UltmtDbtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD1" minOccurs="0"/>
<element name="Purp" type="{urn:swift:xsd:$pain.008.002.01}PurposeSDD" minOccurs="0"/>
<element name="RmtInf" type="{urn:swift:xsd:$pain.008.002.01}RemittanceInformationSDDChoice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChargeBearerTypeSDDCode |
chrgBr |
protected PartyIdentificationSDD3 |
dbtr |
protected CashAccountSDD2 |
dbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSDD1 |
dbtrAgt |
protected DirectDebitTransactionSDD |
drctDbtTx |
protected CurrencyAndAmountSDD |
instdAmt |
protected PaymentIdentification1 |
pmtId |
protected PurposeSDD |
purp |
protected RemittanceInformationSDDChoice |
rmtInf |
protected PartyIdentificationSDD1 |
ultmtCdtr |
protected PartyIdentificationSDD1 |
ultmtDbtr |
| Constructor and Description |
|---|
DirectDebitTransactionInformationSDD() |
| Modifier and Type | Method and Description |
|---|---|
ChargeBearerTypeSDDCode |
getChrgBr()
Ruft den Wert der chrgBr-Eigenschaft ab.
|
PartyIdentificationSDD3 |
getDbtr()
Ruft den Wert der dbtr-Eigenschaft ab.
|
CashAccountSDD2 |
getDbtrAcct()
Ruft den Wert der dbtrAcct-Eigenschaft ab.
|
BranchAndFinancialInstitutionIdentificationSDD1 |
getDbtrAgt()
Ruft den Wert der dbtrAgt-Eigenschaft ab.
|
DirectDebitTransactionSDD |
getDrctDbtTx()
Ruft den Wert der drctDbtTx-Eigenschaft ab.
|
CurrencyAndAmountSDD |
getInstdAmt()
Ruft den Wert der instdAmt-Eigenschaft ab.
|
PaymentIdentification1 |
getPmtId()
Ruft den Wert der pmtId-Eigenschaft ab.
|
PurposeSDD |
getPurp()
Ruft den Wert der purp-Eigenschaft ab.
|
RemittanceInformationSDDChoice |
getRmtInf()
Ruft den Wert der rmtInf-Eigenschaft ab.
|
PartyIdentificationSDD1 |
getUltmtCdtr()
Ruft den Wert der ultmtCdtr-Eigenschaft ab.
|
PartyIdentificationSDD1 |
getUltmtDbtr()
Ruft den Wert der ultmtDbtr-Eigenschaft ab.
|
void |
setChrgBr(ChargeBearerTypeSDDCode value)
Legt den Wert der chrgBr-Eigenschaft fest.
|
void |
setDbtr(PartyIdentificationSDD3 value)
Legt den Wert der dbtr-Eigenschaft fest.
|
void |
setDbtrAcct(CashAccountSDD2 value)
Legt den Wert der dbtrAcct-Eigenschaft fest.
|
void |
setDbtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value)
Legt den Wert der dbtrAgt-Eigenschaft fest.
|
void |
setDrctDbtTx(DirectDebitTransactionSDD value)
Legt den Wert der drctDbtTx-Eigenschaft fest.
|
void |
setInstdAmt(CurrencyAndAmountSDD value)
Legt den Wert der instdAmt-Eigenschaft fest.
|
void |
setPmtId(PaymentIdentification1 value)
Legt den Wert der pmtId-Eigenschaft fest.
|
void |
setPurp(PurposeSDD value)
Legt den Wert der purp-Eigenschaft fest.
|
void |
setRmtInf(RemittanceInformationSDDChoice value)
Legt den Wert der rmtInf-Eigenschaft fest.
|
void |
setUltmtCdtr(PartyIdentificationSDD1 value)
Legt den Wert der ultmtCdtr-Eigenschaft fest.
|
void |
setUltmtDbtr(PartyIdentificationSDD1 value)
Legt den Wert der ultmtDbtr-Eigenschaft fest.
|
protected PaymentIdentification1 pmtId
protected CurrencyAndAmountSDD instdAmt
protected ChargeBearerTypeSDDCode chrgBr
protected DirectDebitTransactionSDD drctDbtTx
protected PartyIdentificationSDD1 ultmtCdtr
protected BranchAndFinancialInstitutionIdentificationSDD1 dbtrAgt
protected PartyIdentificationSDD3 dbtr
protected CashAccountSDD2 dbtrAcct
protected PartyIdentificationSDD1 ultmtDbtr
protected PurposeSDD purp
protected RemittanceInformationSDDChoice rmtInf
public DirectDebitTransactionInformationSDD()
public PaymentIdentification1 getPmtId()
PaymentIdentification1public void setPmtId(PaymentIdentification1 value)
value - allowed object is
PaymentIdentification1public CurrencyAndAmountSDD getInstdAmt()
CurrencyAndAmountSDDpublic void setInstdAmt(CurrencyAndAmountSDD value)
value - allowed object is
CurrencyAndAmountSDDpublic ChargeBearerTypeSDDCode getChrgBr()
ChargeBearerTypeSDDCodepublic void setChrgBr(ChargeBearerTypeSDDCode value)
value - allowed object is
ChargeBearerTypeSDDCodepublic DirectDebitTransactionSDD getDrctDbtTx()
DirectDebitTransactionSDDpublic void setDrctDbtTx(DirectDebitTransactionSDD value)
value - allowed object is
DirectDebitTransactionSDDpublic PartyIdentificationSDD1 getUltmtCdtr()
PartyIdentificationSDD1public void setUltmtCdtr(PartyIdentificationSDD1 value)
value - allowed object is
PartyIdentificationSDD1public BranchAndFinancialInstitutionIdentificationSDD1 getDbtrAgt()
BranchAndFinancialInstitutionIdentificationSDD1public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSDD1public PartyIdentificationSDD3 getDbtr()
PartyIdentificationSDD3public void setDbtr(PartyIdentificationSDD3 value)
value - allowed object is
PartyIdentificationSDD3public CashAccountSDD2 getDbtrAcct()
CashAccountSDD2public void setDbtrAcct(CashAccountSDD2 value)
value - allowed object is
CashAccountSDD2public PartyIdentificationSDD1 getUltmtDbtr()
PartyIdentificationSDD1public void setUltmtDbtr(PartyIdentificationSDD1 value)
value - allowed object is
PartyIdentificationSDD1public PurposeSDD getPurp()
PurposeSDDpublic void setPurp(PurposeSDD value)
value - allowed object is
PurposeSDDpublic RemittanceInformationSDDChoice getRmtInf()
RemittanceInformationSDDChoicepublic void setRmtInf(RemittanceInformationSDDChoice value)
value - allowed object is
RemittanceInformationSDDChoiceCopyright © 2018. All rights reserved.