Class DirectDebitTransactionInformation2
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_01.DirectDebitTransactionInformation2
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentification23
protected CashAccount8
protected FinancialInstitution2
protected DirectDebitTransaction4
protected EuroMax9Amount
protected PaymentIdentification1
protected RemittanceInformation3
protected PartyIdentification12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDbtr()
Gets the value of the dbtr property.Gets the value of the dbtrAcct property.Gets the value of the dbtrAgt property.Gets the value of the drctDbtTx property.Gets the value of the instdAmt property.getPmtId()
Gets the value of the pmtId property.Gets the value of the rmtInf property.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
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
Sets the value of the ultmtDbtr property.
-
Field Details
-
pmtId
-
instdAmt
-
drctDbtTx
-
dbtrAgt
-
dbtr
-
dbtrAcct
-
ultmtDbtr
-
rmtInf
-
-
Constructor Details
-
DirectDebitTransactionInformation2
public DirectDebitTransactionInformation2()
-
-
Method Details
-
getPmtId
Gets the value of the pmtId property.- Returns:
- possible object is
PaymentIdentification1
-
setPmtId
Sets the value of the pmtId property.- Parameters:
value
- allowed object isPaymentIdentification1
-
getInstdAmt
Gets the value of the instdAmt property.- Returns:
- possible object is
EuroMax9Amount
-
setInstdAmt
Sets the value of the instdAmt property.- Parameters:
value
- allowed object isEuroMax9Amount
-
getDrctDbtTx
Gets the value of the drctDbtTx property.- Returns:
- possible object is
DirectDebitTransaction4
-
setDrctDbtTx
Sets the value of the drctDbtTx property.- Parameters:
value
- allowed object isDirectDebitTransaction4
-
getDbtrAgt
Gets the value of the dbtrAgt property.- Returns:
- possible object is
FinancialInstitution2
-
setDbtrAgt
Sets the value of the dbtrAgt property.- Parameters:
value
- allowed object isFinancialInstitution2
-
getDbtr
Gets the value of the dbtr property.- Returns:
- possible object is
PartyIdentification23
-
setDbtr
Sets the value of the dbtr property.- Parameters:
value
- allowed object isPartyIdentification23
-
getDbtrAcct
Gets the value of the dbtrAcct property.- Returns:
- possible object is
CashAccount8
-
setDbtrAcct
Sets the value of the dbtrAcct property.- Parameters:
value
- allowed object isCashAccount8
-
getUltmtDbtr
Gets the value of the ultmtDbtr property.- Returns:
- possible object is
PartyIdentification12
-
setUltmtDbtr
Sets the value of the ultmtDbtr property.- Parameters:
value
- allowed object isPartyIdentification12
-
getRmtInf
Gets the value of the rmtInf property.- Returns:
- possible object is
RemittanceInformation3
-
setRmtInf
Sets the value of the rmtInf property.- Parameters:
value
- allowed object isRemittanceInformation3
-