Class DirectDebitTransactionInformationSDD
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_002_02.DirectDebitTransactionInformationSDD
-
public class DirectDebitTransactionInformationSDD extends java.lang.ObjectJava 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:iso:std:iso:20022:tech:xsd:pain.008.002.02}PaymentIdentificationSEPA"/> <element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}ActiveOrHistoricCurrencyAndAmountSEPA"/> <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}ChargeBearerTypeSEPACode" minOccurs="0"/> <element name="DrctDbtTx" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}DirectDebitTransactionSDD"/> <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}PartyIdentificationSEPA1" minOccurs="0"/> <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}BranchAndFinancialInstitutionIdentificationSEPA1"/> <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}PartyIdentificationSEPA2"/> <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}CashAccountSEPA2"/> <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}PartyIdentificationSEPA1" minOccurs="0"/> <element name="Purp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}PurposeSEPA" minOccurs="0"/> <element name="RmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}RemittanceInformationSEPA1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ChargeBearerTypeSEPACodechrgBrprotected PartyIdentificationSEPA2dbtrprotected CashAccountSEPA2dbtrAcctprotected BranchAndFinancialInstitutionIdentificationSEPA1dbtrAgtprotected DirectDebitTransactionSDDdrctDbtTxprotected ActiveOrHistoricCurrencyAndAmountSEPAinstdAmtprotected PaymentIdentificationSEPApmtIdprotected PurposeSEPApurpprotected RemittanceInformationSEPA1ChoicermtInfprotected PartyIdentificationSEPA1ultmtCdtrprotected PartyIdentificationSEPA1ultmtDbtr
-
Constructor Summary
Constructors Constructor Description DirectDebitTransactionInformationSDD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChargeBearerTypeSEPACodegetChrgBr()Gets the value of the chrgBr property.PartyIdentificationSEPA2getDbtr()Gets the value of the dbtr property.CashAccountSEPA2getDbtrAcct()Gets the value of the dbtrAcct property.BranchAndFinancialInstitutionIdentificationSEPA1getDbtrAgt()Gets the value of the dbtrAgt property.DirectDebitTransactionSDDgetDrctDbtTx()Gets the value of the drctDbtTx property.ActiveOrHistoricCurrencyAndAmountSEPAgetInstdAmt()Gets the value of the instdAmt property.PaymentIdentificationSEPAgetPmtId()Gets the value of the pmtId property.PurposeSEPAgetPurp()Gets the value of the purp property.RemittanceInformationSEPA1ChoicegetRmtInf()Gets the value of the rmtInf property.PartyIdentificationSEPA1getUltmtCdtr()Gets the value of the ultmtCdtr property.PartyIdentificationSEPA1getUltmtDbtr()Gets the value of the ultmtDbtr property.voidsetChrgBr(ChargeBearerTypeSEPACode value)Sets the value of the chrgBr property.voidsetDbtr(PartyIdentificationSEPA2 value)Sets the value of the dbtr property.voidsetDbtrAcct(CashAccountSEPA2 value)Sets the value of the dbtrAcct property.voidsetDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)Sets the value of the dbtrAgt property.voidsetDrctDbtTx(DirectDebitTransactionSDD value)Sets the value of the drctDbtTx property.voidsetInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)Sets the value of the instdAmt property.voidsetPmtId(PaymentIdentificationSEPA value)Sets the value of the pmtId property.voidsetPurp(PurposeSEPA value)Sets the value of the purp property.voidsetRmtInf(RemittanceInformationSEPA1Choice value)Sets the value of the rmtInf property.voidsetUltmtCdtr(PartyIdentificationSEPA1 value)Sets the value of the ultmtCdtr property.voidsetUltmtDbtr(PartyIdentificationSEPA1 value)Sets the value of the ultmtDbtr property.
-
-
-
Field Detail
-
pmtId
protected PaymentIdentificationSEPA pmtId
-
instdAmt
protected ActiveOrHistoricCurrencyAndAmountSEPA instdAmt
-
chrgBr
protected ChargeBearerTypeSEPACode chrgBr
-
drctDbtTx
protected DirectDebitTransactionSDD drctDbtTx
-
ultmtCdtr
protected PartyIdentificationSEPA1 ultmtCdtr
-
dbtrAgt
protected BranchAndFinancialInstitutionIdentificationSEPA1 dbtrAgt
-
dbtr
protected PartyIdentificationSEPA2 dbtr
-
dbtrAcct
protected CashAccountSEPA2 dbtrAcct
-
ultmtDbtr
protected PartyIdentificationSEPA1 ultmtDbtr
-
purp
protected PurposeSEPA purp
-
rmtInf
protected RemittanceInformationSEPA1Choice rmtInf
-
-
Method Detail
-
getPmtId
public PaymentIdentificationSEPA getPmtId()
Gets the value of the pmtId property.- Returns:
- possible object is
PaymentIdentificationSEPA
-
setPmtId
public void setPmtId(PaymentIdentificationSEPA value)
Sets the value of the pmtId property.- Parameters:
value- allowed object isPaymentIdentificationSEPA
-
getInstdAmt
public ActiveOrHistoricCurrencyAndAmountSEPA getInstdAmt()
Gets the value of the instdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmountSEPA
-
setInstdAmt
public void setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)
Sets the value of the instdAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmountSEPA
-
getChrgBr
public ChargeBearerTypeSEPACode getChrgBr()
Gets the value of the chrgBr property.- Returns:
- possible object is
ChargeBearerTypeSEPACode
-
setChrgBr
public void setChrgBr(ChargeBearerTypeSEPACode value)
Sets the value of the chrgBr property.- Parameters:
value- allowed object isChargeBearerTypeSEPACode
-
getDrctDbtTx
public DirectDebitTransactionSDD getDrctDbtTx()
Gets the value of the drctDbtTx property.- Returns:
- possible object is
DirectDebitTransactionSDD
-
setDrctDbtTx
public void setDrctDbtTx(DirectDebitTransactionSDD value)
Sets the value of the drctDbtTx property.- Parameters:
value- allowed object isDirectDebitTransactionSDD
-
getUltmtCdtr
public PartyIdentificationSEPA1 getUltmtCdtr()
Gets the value of the ultmtCdtr property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setUltmtCdtr
public void setUltmtCdtr(PartyIdentificationSEPA1 value)
Sets the value of the ultmtCdtr property.- Parameters:
value- allowed object isPartyIdentificationSEPA1
-
getDbtrAgt
public BranchAndFinancialInstitutionIdentificationSEPA1 getDbtrAgt()
Gets the value of the dbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSEPA1
-
setDbtrAgt
public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
Sets the value of the dbtrAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentificationSEPA1
-
getDbtr
public PartyIdentificationSEPA2 getDbtr()
Gets the value of the dbtr property.- Returns:
- possible object is
PartyIdentificationSEPA2
-
setDbtr
public void setDbtr(PartyIdentificationSEPA2 value)
Sets the value of the dbtr property.- Parameters:
value- allowed object isPartyIdentificationSEPA2
-
getDbtrAcct
public CashAccountSEPA2 getDbtrAcct()
Gets the value of the dbtrAcct property.- Returns:
- possible object is
CashAccountSEPA2
-
setDbtrAcct
public void setDbtrAcct(CashAccountSEPA2 value)
Sets the value of the dbtrAcct property.- Parameters:
value- allowed object isCashAccountSEPA2
-
getUltmtDbtr
public PartyIdentificationSEPA1 getUltmtDbtr()
Gets the value of the ultmtDbtr property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setUltmtDbtr
public void setUltmtDbtr(PartyIdentificationSEPA1 value)
Sets the value of the ultmtDbtr property.- Parameters:
value- allowed object isPartyIdentificationSEPA1
-
getPurp
public PurposeSEPA getPurp()
Gets the value of the purp property.- Returns:
- possible object is
PurposeSEPA
-
setPurp
public void setPurp(PurposeSEPA value)
Sets the value of the purp property.- Parameters:
value- allowed object isPurposeSEPA
-
getRmtInf
public RemittanceInformationSEPA1Choice getRmtInf()
Gets the value of the rmtInf property.- Returns:
- possible object is
RemittanceInformationSEPA1Choice
-
setRmtInf
public void setRmtInf(RemittanceInformationSEPA1Choice value)
Sets the value of the rmtInf property.- Parameters:
value- allowed object isRemittanceInformationSEPA1Choice
-
-