public class PaymentInstructionInformationSDD extends Object
Java-Klasse für PaymentInstructionInformationSDD complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PaymentInstructionInformationSDD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PmtInfId" type="{urn:swift:xsd:$pain.008.002.01}RestrictedIdentification1" minOccurs="0"/>
<element name="PmtMtd" type="{urn:swift:xsd:$pain.008.002.01}PaymentMethod2Code"/>
<element name="PmtTpInf" type="{urn:swift:xsd:$pain.008.002.01}PaymentTypeInformationSDD"/>
<element name="ReqdColltnDt" type="{urn:swift:xsd:$pain.008.002.01}ISODate"/>
<element name="Cdtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD2"/>
<element name="CdtrAcct" type="{urn:swift:xsd:$pain.008.002.01}CashAccountSDD1"/>
<element name="CdtrAgt" type="{urn:swift:xsd:$pain.008.002.01}BranchAndFinancialInstitutionIdentificationSDD1"/>
<element name="UltmtCdtr" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD1" minOccurs="0"/>
<element name="ChrgBr" type="{urn:swift:xsd:$pain.008.002.01}ChargeBearerTypeSDDCode" minOccurs="0"/>
<element name="DrctDbtTxInf" type="{urn:swift:xsd:$pain.008.002.01}DirectDebitTransactionInformationSDD" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentificationSDD2 |
cdtr |
protected CashAccountSDD1 |
cdtrAcct |
protected BranchAndFinancialInstitutionIdentificationSDD1 |
cdtrAgt |
protected ChargeBearerTypeSDDCode |
chrgBr |
protected List<DirectDebitTransactionInformationSDD> |
drctDbtTxInf |
protected String |
pmtInfId |
protected PaymentMethod2Code |
pmtMtd |
protected PaymentTypeInformationSDD |
pmtTpInf |
protected XMLGregorianCalendar |
reqdColltnDt |
protected PartyIdentificationSDD1 |
ultmtCdtr |
| Constructor and Description |
|---|
PaymentInstructionInformationSDD() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSDD2 |
getCdtr()
Ruft den Wert der cdtr-Eigenschaft ab.
|
CashAccountSDD1 |
getCdtrAcct()
Ruft den Wert der cdtrAcct-Eigenschaft ab.
|
BranchAndFinancialInstitutionIdentificationSDD1 |
getCdtrAgt()
Ruft den Wert der cdtrAgt-Eigenschaft ab.
|
ChargeBearerTypeSDDCode |
getChrgBr()
Ruft den Wert der chrgBr-Eigenschaft ab.
|
List<DirectDebitTransactionInformationSDD> |
getDrctDbtTxInf()
Gets the value of the drctDbtTxInf property.
|
String |
getPmtInfId()
Ruft den Wert der pmtInfId-Eigenschaft ab.
|
PaymentMethod2Code |
getPmtMtd()
Ruft den Wert der pmtMtd-Eigenschaft ab.
|
PaymentTypeInformationSDD |
getPmtTpInf()
Ruft den Wert der pmtTpInf-Eigenschaft ab.
|
XMLGregorianCalendar |
getReqdColltnDt()
Ruft den Wert der reqdColltnDt-Eigenschaft ab.
|
PartyIdentificationSDD1 |
getUltmtCdtr()
Ruft den Wert der ultmtCdtr-Eigenschaft ab.
|
void |
setCdtr(PartyIdentificationSDD2 value)
Legt den Wert der cdtr-Eigenschaft fest.
|
void |
setCdtrAcct(CashAccountSDD1 value)
Legt den Wert der cdtrAcct-Eigenschaft fest.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value)
Legt den Wert der cdtrAgt-Eigenschaft fest.
|
void |
setChrgBr(ChargeBearerTypeSDDCode value)
Legt den Wert der chrgBr-Eigenschaft fest.
|
void |
setPmtInfId(String value)
Legt den Wert der pmtInfId-Eigenschaft fest.
|
void |
setPmtMtd(PaymentMethod2Code value)
Legt den Wert der pmtMtd-Eigenschaft fest.
|
void |
setPmtTpInf(PaymentTypeInformationSDD value)
Legt den Wert der pmtTpInf-Eigenschaft fest.
|
void |
setReqdColltnDt(XMLGregorianCalendar value)
Legt den Wert der reqdColltnDt-Eigenschaft fest.
|
void |
setUltmtCdtr(PartyIdentificationSDD1 value)
Legt den Wert der ultmtCdtr-Eigenschaft fest.
|
protected String pmtInfId
protected PaymentMethod2Code pmtMtd
protected PaymentTypeInformationSDD pmtTpInf
protected XMLGregorianCalendar reqdColltnDt
protected PartyIdentificationSDD2 cdtr
protected CashAccountSDD1 cdtrAcct
protected BranchAndFinancialInstitutionIdentificationSDD1 cdtrAgt
protected PartyIdentificationSDD1 ultmtCdtr
protected ChargeBearerTypeSDDCode chrgBr
protected List<DirectDebitTransactionInformationSDD> drctDbtTxInf
public String getPmtInfId()
Stringpublic void setPmtInfId(String value)
value - allowed object is
Stringpublic PaymentMethod2Code getPmtMtd()
PaymentMethod2Codepublic void setPmtMtd(PaymentMethod2Code value)
value - allowed object is
PaymentMethod2Codepublic PaymentTypeInformationSDD getPmtTpInf()
PaymentTypeInformationSDDpublic void setPmtTpInf(PaymentTypeInformationSDD value)
value - allowed object is
PaymentTypeInformationSDDpublic XMLGregorianCalendar getReqdColltnDt()
XMLGregorianCalendarpublic void setReqdColltnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PartyIdentificationSDD2 getCdtr()
PartyIdentificationSDD2public void setCdtr(PartyIdentificationSDD2 value)
value - allowed object is
PartyIdentificationSDD2public CashAccountSDD1 getCdtrAcct()
CashAccountSDD1public void setCdtrAcct(CashAccountSDD1 value)
value - allowed object is
CashAccountSDD1public BranchAndFinancialInstitutionIdentificationSDD1 getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSDD1public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSDD1public PartyIdentificationSDD1 getUltmtCdtr()
PartyIdentificationSDD1public void setUltmtCdtr(PartyIdentificationSDD1 value)
value - allowed object is
PartyIdentificationSDD1public ChargeBearerTypeSDDCode getChrgBr()
ChargeBearerTypeSDDCodepublic void setChrgBr(ChargeBearerTypeSDDCode value)
value - allowed object is
ChargeBearerTypeSDDCodepublic List<DirectDebitTransactionInformationSDD> getDrctDbtTxInf()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the drctDbtTxInf property.
For example, to add a new item, do as follows:
getDrctDbtTxInf().add(newItem);
Objects of the following type(s) are allowed in the list
DirectDebitTransactionInformationSDD
Copyright © 2018. All rights reserved.