public class DirectDebitTransactionInformationSDD extends 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: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>
| Modifier and Type | Field and Description |
|---|---|
protected ChargeBearerTypeSDDCode |
chrgBr |
protected PartyIdentificationSDD3 |
dbtr |
protected CashAccountSDD2 |
dbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSDD1 |
dbtrAgt |
protected DirectDebitTransactionSDD |
drctDbtTx |
protected CurrencyAndAmountSDD |
instdAmt |
protected PaymentIdentification1 |
pmtId |
protected PurposeSDD |
purp |
protected RemittanceInformationSDDChoice |
rmtInf |
protected PartyIdentificationSDD1 |
ultmtCdtr |
protected PartyIdentificationSDD1 |
ultmtDbtr |
| Constructor and Description |
|---|
DirectDebitTransactionInformationSDD() |
| Modifier and Type | Method and Description |
|---|---|
ChargeBearerTypeSDDCode |
getChrgBr()
Gets the value of the chrgBr property.
|
PartyIdentificationSDD3 |
getDbtr()
Gets the value of the dbtr property.
|
CashAccountSDD2 |
getDbtrAcct()
Gets the value of the dbtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSDD1 |
getDbtrAgt()
Gets the value of the dbtrAgt property.
|
DirectDebitTransactionSDD |
getDrctDbtTx()
Gets the value of the drctDbtTx property.
|
CurrencyAndAmountSDD |
getInstdAmt()
Gets the value of the instdAmt property.
|
PaymentIdentification1 |
getPmtId()
Gets the value of the pmtId property.
|
PurposeSDD |
getPurp()
Gets the value of the purp property.
|
RemittanceInformationSDDChoice |
getRmtInf()
Gets the value of the rmtInf property.
|
PartyIdentificationSDD1 |
getUltmtCdtr()
Gets the value of the ultmtCdtr property.
|
PartyIdentificationSDD1 |
getUltmtDbtr()
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 |
setDbtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value)
Sets the value of the dbtrAgt property.
|
void |
setDrctDbtTx(DirectDebitTransactionSDD value)
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 |
setRmtInf(RemittanceInformationSDDChoice value)
Sets the value of the rmtInf property.
|
void |
setUltmtCdtr(PartyIdentificationSDD1 value)
Sets the value of the ultmtCdtr property.
|
void |
setUltmtDbtr(PartyIdentificationSDD1 value)
Sets the value of the ultmtDbtr property.
|
protected PaymentIdentification1 pmtId
protected CurrencyAndAmountSDD instdAmt
protected ChargeBearerTypeSDDCode chrgBr
protected DirectDebitTransactionSDD drctDbtTx
protected PartyIdentificationSDD1 ultmtCdtr
protected BranchAndFinancialInstitutionIdentificationSDD1 dbtrAgt
protected PartyIdentificationSDD3 dbtr
protected CashAccountSDD2 dbtrAcct
protected PartyIdentificationSDD1 ultmtDbtr
protected PurposeSDD purp
protected RemittanceInformationSDDChoice rmtInf
public DirectDebitTransactionInformationSDD()
public PaymentIdentification1 getPmtId()
PaymentIdentification1public void setPmtId(PaymentIdentification1 value)
value - allowed object is
PaymentIdentification1public CurrencyAndAmountSDD getInstdAmt()
CurrencyAndAmountSDDpublic void setInstdAmt(CurrencyAndAmountSDD value)
value - allowed object is
CurrencyAndAmountSDDpublic ChargeBearerTypeSDDCode getChrgBr()
ChargeBearerTypeSDDCodepublic void setChrgBr(ChargeBearerTypeSDDCode value)
value - allowed object is
ChargeBearerTypeSDDCodepublic DirectDebitTransactionSDD getDrctDbtTx()
DirectDebitTransactionSDDpublic void setDrctDbtTx(DirectDebitTransactionSDD value)
value - allowed object is
DirectDebitTransactionSDDpublic PartyIdentificationSDD1 getUltmtCdtr()
PartyIdentificationSDD1public void setUltmtCdtr(PartyIdentificationSDD1 value)
value - allowed object is
PartyIdentificationSDD1public BranchAndFinancialInstitutionIdentificationSDD1 getDbtrAgt()
BranchAndFinancialInstitutionIdentificationSDD1public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSDD1public PartyIdentificationSDD3 getDbtr()
PartyIdentificationSDD3public void setDbtr(PartyIdentificationSDD3 value)
value - allowed object is
PartyIdentificationSDD3public CashAccountSDD2 getDbtrAcct()
CashAccountSDD2public void setDbtrAcct(CashAccountSDD2 value)
value - allowed object is
CashAccountSDD2public PartyIdentificationSDD1 getUltmtDbtr()
PartyIdentificationSDD1public void setUltmtDbtr(PartyIdentificationSDD1 value)
value - allowed object is
PartyIdentificationSDD1public PurposeSDD getPurp()
PurposeSDDpublic void setPurp(PurposeSDD value)
value - allowed object is
PurposeSDDpublic RemittanceInformationSDDChoice getRmtInf()
RemittanceInformationSDDChoicepublic void setRmtInf(RemittanceInformationSDDChoice value)
value - allowed object is
RemittanceInformationSDDChoiceCopyright © 2020. All rights reserved.