Class DirectDebitTransactionInformationSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_002_01.DirectDebitTransactionInformationSDD
Java class for DirectDebitTransactionInformationSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChargeBearerTypeSDDCode
protected PartyIdentificationSDD3
protected CashAccountSDD2
protected DirectDebitTransactionSDD
protected CurrencyAndAmountSDD
protected PaymentIdentification1
protected PurposeSDD
protected RemittanceInformationSDDChoice
protected PartyIdentificationSDD1
protected PartyIdentificationSDD1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the chrgBr property.getDbtr()
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.getPurp()
Gets the value of the purp property.Gets the value of the rmtInf property.Gets the value of the ultmtCdtr property.Gets the value of the ultmtDbtr property.void
setChrgBr
(ChargeBearerTypeSDDCode value) Sets the value of the chrgBr property.void
setDbtr
(PartyIdentificationSDD3 value) Sets the value of the dbtr property.void
setDbtrAcct
(CashAccountSDD2 value) Sets the value of the dbtrAcct property.void
Sets the value of the dbtrAgt property.void
Sets the value of the drctDbtTx property.void
setInstdAmt
(CurrencyAndAmountSDD value) Sets the value of the instdAmt property.void
setPmtId
(PaymentIdentification1 value) Sets the value of the pmtId property.void
setPurp
(PurposeSDD value) Sets the value of the purp property.void
Sets the value of the rmtInf property.void
Sets the value of the ultmtCdtr property.void
Sets the value of the ultmtDbtr property.
-
Field Details
-
pmtId
-
instdAmt
-
chrgBr
-
drctDbtTx
-
ultmtCdtr
-
dbtrAgt
-
dbtr
-
dbtrAcct
-
ultmtDbtr
-
purp
-
rmtInf
-
-
Constructor Details
-
DirectDebitTransactionInformationSDD
public DirectDebitTransactionInformationSDD()
-
-
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
CurrencyAndAmountSDD
-
setInstdAmt
Sets the value of the instdAmt property.- Parameters:
value
- allowed object isCurrencyAndAmountSDD
-
getChrgBr
Gets the value of the chrgBr property.- Returns:
- possible object is
ChargeBearerTypeSDDCode
-
setChrgBr
Sets the value of the chrgBr property.- Parameters:
value
- allowed object isChargeBearerTypeSDDCode
-
getDrctDbtTx
Gets the value of the drctDbtTx property.- Returns:
- possible object is
DirectDebitTransactionSDD
-
setDrctDbtTx
Sets the value of the drctDbtTx property.- Parameters:
value
- allowed object isDirectDebitTransactionSDD
-
getUltmtCdtr
Gets the value of the ultmtCdtr property.- Returns:
- possible object is
PartyIdentificationSDD1
-
setUltmtCdtr
Sets the value of the ultmtCdtr property.- Parameters:
value
- allowed object isPartyIdentificationSDD1
-
getDbtrAgt
Gets the value of the dbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSDD1
-
setDbtrAgt
Sets the value of the dbtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentificationSDD1
-
getDbtr
Gets the value of the dbtr property.- Returns:
- possible object is
PartyIdentificationSDD3
-
setDbtr
Sets the value of the dbtr property.- Parameters:
value
- allowed object isPartyIdentificationSDD3
-
getDbtrAcct
Gets the value of the dbtrAcct property.- Returns:
- possible object is
CashAccountSDD2
-
setDbtrAcct
Sets the value of the dbtrAcct property.- Parameters:
value
- allowed object isCashAccountSDD2
-
getUltmtDbtr
Gets the value of the ultmtDbtr property.- Returns:
- possible object is
PartyIdentificationSDD1
-
setUltmtDbtr
Sets the value of the ultmtDbtr property.- Parameters:
value
- allowed object isPartyIdentificationSDD1
-
getPurp
Gets the value of the purp property.- Returns:
- possible object is
PurposeSDD
-
setPurp
Sets the value of the purp property.- Parameters:
value
- allowed object isPurposeSDD
-
getRmtInf
Gets the value of the rmtInf property.- Returns:
- possible object is
RemittanceInformationSDDChoice
-
setRmtInf
Sets the value of the rmtInf property.- Parameters:
value
- allowed object isRemittanceInformationSDDChoice
-