public class DirectDebitTransactionInformation2 extends Object
Java class for DirectDebitTransactionInformation2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectDebitTransactionInformation2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PmtId" type="{urn:sepade:xsd:pain.008.001.01}PaymentIdentification1"/>
<element name="InstdAmt" type="{urn:sepade:xsd:pain.008.001.01}EuroMax9Amount"/>
<element name="DrctDbtTx" type="{urn:sepade:xsd:pain.008.001.01}DirectDebitTransaction4"/>
<element name="DbtrAgt" type="{urn:sepade:xsd:pain.008.001.01}FinancialInstitution2"/>
<element name="Dbtr" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification23"/>
<element name="DbtrAcct" type="{urn:sepade:xsd:pain.008.001.01}CashAccount8"/>
<element name="UltmtDbtr" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification12" minOccurs="0"/>
<element name="RmtInf" type="{urn:sepade:xsd:pain.008.001.01}RemittanceInformation3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentification23 |
dbtr |
protected CashAccount8 |
dbtrAcct |
protected FinancialInstitution2 |
dbtrAgt |
protected DirectDebitTransaction4 |
drctDbtTx |
protected EuroMax9Amount |
instdAmt |
protected PaymentIdentification1 |
pmtId |
protected RemittanceInformation3 |
rmtInf |
protected PartyIdentification12 |
ultmtDbtr |
| Constructor and Description |
|---|
DirectDebitTransactionInformation2() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentification23 |
getDbtr()
Gets the value of the dbtr property.
|
CashAccount8 |
getDbtrAcct()
Gets the value of the dbtrAcct property.
|
FinancialInstitution2 |
getDbtrAgt()
Gets the value of the dbtrAgt property.
|
DirectDebitTransaction4 |
getDrctDbtTx()
Gets the value of the drctDbtTx property.
|
EuroMax9Amount |
getInstdAmt()
Gets the value of the instdAmt property.
|
PaymentIdentification1 |
getPmtId()
Gets the value of the pmtId property.
|
RemittanceInformation3 |
getRmtInf()
Gets the value of the rmtInf property.
|
PartyIdentification12 |
getUltmtDbtr()
Gets the value of the ultmtDbtr property.
|
void |
setDbtr(PartyIdentification23 value)
Sets the value of the dbtr property.
|
void |
setDbtrAcct(CashAccount8 value)
Sets the value of the dbtrAcct property.
|
void |
setDbtrAgt(FinancialInstitution2 value)
Sets the value of the dbtrAgt property.
|
void |
setDrctDbtTx(DirectDebitTransaction4 value)
Sets the value of the drctDbtTx property.
|
void |
setInstdAmt(EuroMax9Amount value)
Sets the value of the instdAmt property.
|
void |
setPmtId(PaymentIdentification1 value)
Sets the value of the pmtId property.
|
void |
setRmtInf(RemittanceInformation3 value)
Sets the value of the rmtInf property.
|
void |
setUltmtDbtr(PartyIdentification12 value)
Sets the value of the ultmtDbtr property.
|
protected PaymentIdentification1 pmtId
protected EuroMax9Amount instdAmt
protected DirectDebitTransaction4 drctDbtTx
protected FinancialInstitution2 dbtrAgt
protected PartyIdentification23 dbtr
protected CashAccount8 dbtrAcct
protected PartyIdentification12 ultmtDbtr
protected RemittanceInformation3 rmtInf
public PaymentIdentification1 getPmtId()
PaymentIdentification1public void setPmtId(PaymentIdentification1 value)
value - allowed object is
PaymentIdentification1public EuroMax9Amount getInstdAmt()
EuroMax9Amountpublic void setInstdAmt(EuroMax9Amount value)
value - allowed object is
EuroMax9Amountpublic DirectDebitTransaction4 getDrctDbtTx()
DirectDebitTransaction4public void setDrctDbtTx(DirectDebitTransaction4 value)
value - allowed object is
DirectDebitTransaction4public FinancialInstitution2 getDbtrAgt()
FinancialInstitution2public void setDbtrAgt(FinancialInstitution2 value)
value - allowed object is
FinancialInstitution2public PartyIdentification23 getDbtr()
PartyIdentification23public void setDbtr(PartyIdentification23 value)
value - allowed object is
PartyIdentification23public CashAccount8 getDbtrAcct()
CashAccount8public void setDbtrAcct(CashAccount8 value)
value - allowed object is
CashAccount8public PartyIdentification12 getUltmtDbtr()
PartyIdentification12public void setUltmtDbtr(PartyIdentification12 value)
value - allowed object is
PartyIdentification12public RemittanceInformation3 getRmtInf()
RemittanceInformation3public void setRmtInf(RemittanceInformation3 value)
value - allowed object is
RemittanceInformation3Copyright © 2019. All rights reserved.