public class DirectDebitTransactionInformationSDD
extends java.lang.Object
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:iso:std:iso:20022:tech:xsd:pain.008.001.02}PaymentIdentificationSEPA"/> <element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}ActiveOrHistoricCurrencyAndAmountSEPA"/> <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}ChargeBearerTypeSEPACode" minOccurs="0"/> <element name="DrctDbtTx" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}DirectDebitTransactionSDD"/> <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA1" minOccurs="0"/> <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}BranchAndFinancialInstitutionIdentificationSEPA3"/> <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA2"/> <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}CashAccountSEPA2"/> <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA1" minOccurs="0"/> <element name="Purp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PurposeSEPA" minOccurs="0"/> <element name="RmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}RemittanceInformationSEPA1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected ChargeBearerTypeSEPACode |
chrgBr |
|
protected PartyIdentificationSEPA2 |
dbtr |
|
protected CashAccountSEPA2 |
dbtrAcct |
|
protected BranchAndFinancialInstitutionIdentificationSEPA3 |
dbtrAgt |
|
protected DirectDebitTransactionSDD |
drctDbtTx |
|
protected ActiveOrHistoricCurrencyAndAmountSEPA |
instdAmt |
|
protected PaymentIdentificationSEPA |
pmtId |
|
protected PurposeSEPA |
purp |
|
protected RemittanceInformationSEPA1Choice |
rmtInf |
|
protected PartyIdentificationSEPA1 |
ultmtCdtr |
|
protected PartyIdentificationSEPA1 |
ultmtDbtr |
Constructor | Description |
---|---|
DirectDebitTransactionInformationSDD() |
Modifier and Type | Method | Description |
---|---|---|
ChargeBearerTypeSEPACode |
getChrgBr() |
Gets the value of the chrgBr property.
|
PartyIdentificationSEPA2 |
getDbtr() |
Gets the value of the dbtr property.
|
CashAccountSEPA2 |
getDbtrAcct() |
Gets the value of the dbtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSEPA3 |
getDbtrAgt() |
Gets the value of the dbtrAgt property.
|
DirectDebitTransactionSDD |
getDrctDbtTx() |
Gets the value of the drctDbtTx property.
|
ActiveOrHistoricCurrencyAndAmountSEPA |
getInstdAmt() |
Gets the value of the instdAmt property.
|
PaymentIdentificationSEPA |
getPmtId() |
Gets the value of the pmtId property.
|
PurposeSEPA |
getPurp() |
Gets the value of the purp property.
|
RemittanceInformationSEPA1Choice |
getRmtInf() |
Gets the value of the rmtInf property.
|
PartyIdentificationSEPA1 |
getUltmtCdtr() |
Gets the value of the ultmtCdtr property.
|
PartyIdentificationSEPA1 |
getUltmtDbtr() |
Gets the value of the ultmtDbtr property.
|
void |
setChrgBr(ChargeBearerTypeSEPACode value) |
Sets the value of the chrgBr property.
|
void |
setDbtr(PartyIdentificationSEPA2 value) |
Sets the value of the dbtr property.
|
void |
setDbtrAcct(CashAccountSEPA2 value) |
Sets the value of the dbtrAcct property.
|
void |
setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA3 value) |
Sets the value of the dbtrAgt property.
|
void |
setDrctDbtTx(DirectDebitTransactionSDD value) |
Sets the value of the drctDbtTx property.
|
void |
setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value) |
Sets the value of the instdAmt property.
|
void |
setPmtId(PaymentIdentificationSEPA value) |
Sets the value of the pmtId property.
|
void |
setPurp(PurposeSEPA value) |
Sets the value of the purp property.
|
void |
setRmtInf(RemittanceInformationSEPA1Choice value) |
Sets the value of the rmtInf property.
|
void |
setUltmtCdtr(PartyIdentificationSEPA1 value) |
Sets the value of the ultmtCdtr property.
|
void |
setUltmtDbtr(PartyIdentificationSEPA1 value) |
Sets the value of the ultmtDbtr property.
|
protected PaymentIdentificationSEPA pmtId
protected ActiveOrHistoricCurrencyAndAmountSEPA instdAmt
protected ChargeBearerTypeSEPACode chrgBr
protected DirectDebitTransactionSDD drctDbtTx
protected PartyIdentificationSEPA1 ultmtCdtr
protected BranchAndFinancialInstitutionIdentificationSEPA3 dbtrAgt
protected PartyIdentificationSEPA2 dbtr
protected CashAccountSEPA2 dbtrAcct
protected PartyIdentificationSEPA1 ultmtDbtr
protected PurposeSEPA purp
protected RemittanceInformationSEPA1Choice rmtInf
public DirectDebitTransactionInformationSDD()
public PaymentIdentificationSEPA getPmtId()
PaymentIdentificationSEPA
public void setPmtId(PaymentIdentificationSEPA value)
value
- allowed object is
PaymentIdentificationSEPA
public ActiveOrHistoricCurrencyAndAmountSEPA getInstdAmt()
ActiveOrHistoricCurrencyAndAmountSEPA
public void setInstdAmt(ActiveOrHistoricCurrencyAndAmountSEPA value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmountSEPA
public ChargeBearerTypeSEPACode getChrgBr()
ChargeBearerTypeSEPACode
public void setChrgBr(ChargeBearerTypeSEPACode value)
value
- allowed object is
ChargeBearerTypeSEPACode
public DirectDebitTransactionSDD getDrctDbtTx()
DirectDebitTransactionSDD
public void setDrctDbtTx(DirectDebitTransactionSDD value)
value
- allowed object is
DirectDebitTransactionSDD
public PartyIdentificationSEPA1 getUltmtCdtr()
PartyIdentificationSEPA1
public void setUltmtCdtr(PartyIdentificationSEPA1 value)
value
- allowed object is
PartyIdentificationSEPA1
public BranchAndFinancialInstitutionIdentificationSEPA3 getDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA3
public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA3 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentificationSEPA3
public PartyIdentificationSEPA2 getDbtr()
PartyIdentificationSEPA2
public void setDbtr(PartyIdentificationSEPA2 value)
value
- allowed object is
PartyIdentificationSEPA2
public CashAccountSEPA2 getDbtrAcct()
CashAccountSEPA2
public void setDbtrAcct(CashAccountSEPA2 value)
value
- allowed object is
CashAccountSEPA2
public PartyIdentificationSEPA1 getUltmtDbtr()
PartyIdentificationSEPA1
public void setUltmtDbtr(PartyIdentificationSEPA1 value)
value
- allowed object is
PartyIdentificationSEPA1
public PurposeSEPA getPurp()
PurposeSEPA
public void setPurp(PurposeSEPA value)
value
- allowed object is
PurposeSEPA
public RemittanceInformationSEPA1Choice getRmtInf()
RemittanceInformationSEPA1Choice
public void setRmtInf(RemittanceInformationSEPA1Choice value)
value
- allowed object is
RemittanceInformationSEPA1Choice
Copyright © 2018. All rights reserved.