public class DirectDebitTransactionInformation2
extends java.lang.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 | 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 | Description |
---|---|
DirectDebitTransactionInformation2() |
Modifier and Type | Method | 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()
PaymentIdentification1
public void setPmtId(PaymentIdentification1 value)
value
- allowed object is
PaymentIdentification1
public EuroMax9Amount getInstdAmt()
EuroMax9Amount
public void setInstdAmt(EuroMax9Amount value)
value
- allowed object is
EuroMax9Amount
public DirectDebitTransaction4 getDrctDbtTx()
DirectDebitTransaction4
public void setDrctDbtTx(DirectDebitTransaction4 value)
value
- allowed object is
DirectDebitTransaction4
public FinancialInstitution2 getDbtrAgt()
FinancialInstitution2
public void setDbtrAgt(FinancialInstitution2 value)
value
- allowed object is
FinancialInstitution2
public PartyIdentification23 getDbtr()
PartyIdentification23
public void setDbtr(PartyIdentification23 value)
value
- allowed object is
PartyIdentification23
public CashAccount8 getDbtrAcct()
CashAccount8
public void setDbtrAcct(CashAccount8 value)
value
- allowed object is
CashAccount8
public PartyIdentification12 getUltmtDbtr()
PartyIdentification12
public void setUltmtDbtr(PartyIdentification12 value)
value
- allowed object is
PartyIdentification12
public RemittanceInformation3 getRmtInf()
RemittanceInformation3
public void setRmtInf(RemittanceInformation3 value)
value
- allowed object is
RemittanceInformation3
Copyright © 2018. All rights reserved.