public class PaymentInstructionInformationSDD
extends java.lang.Object
Java class for PaymentInstructionInformationSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<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 | Description |
---|---|---|
protected PartyIdentificationSDD2 |
cdtr |
|
protected CashAccountSDD1 |
cdtrAcct |
|
protected BranchAndFinancialInstitutionIdentificationSDD1 |
cdtrAgt |
|
protected ChargeBearerTypeSDDCode |
chrgBr |
|
protected java.util.List<DirectDebitTransactionInformationSDD> |
drctDbtTxInf |
|
protected java.lang.String |
pmtInfId |
|
protected PaymentMethod2Code |
pmtMtd |
|
protected PaymentTypeInformationSDD |
pmtTpInf |
|
protected javax.xml.datatype.XMLGregorianCalendar |
reqdColltnDt |
|
protected PartyIdentificationSDD1 |
ultmtCdtr |
Constructor | Description |
---|---|
PaymentInstructionInformationSDD() |
Modifier and Type | Method | Description |
---|---|---|
PartyIdentificationSDD2 |
getCdtr() |
Gets the value of the cdtr property.
|
CashAccountSDD1 |
getCdtrAcct() |
Gets the value of the cdtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSDD1 |
getCdtrAgt() |
Gets the value of the cdtrAgt property.
|
ChargeBearerTypeSDDCode |
getChrgBr() |
Gets the value of the chrgBr property.
|
java.util.List<DirectDebitTransactionInformationSDD> |
getDrctDbtTxInf() |
Gets the value of the drctDbtTxInf property.
|
java.lang.String |
getPmtInfId() |
Gets the value of the pmtInfId property.
|
PaymentMethod2Code |
getPmtMtd() |
Gets the value of the pmtMtd property.
|
PaymentTypeInformationSDD |
getPmtTpInf() |
Gets the value of the pmtTpInf property.
|
javax.xml.datatype.XMLGregorianCalendar |
getReqdColltnDt() |
Gets the value of the reqdColltnDt property.
|
PartyIdentificationSDD1 |
getUltmtCdtr() |
Gets the value of the ultmtCdtr property.
|
void |
setCdtr(PartyIdentificationSDD2 value) |
Sets the value of the cdtr property.
|
void |
setCdtrAcct(CashAccountSDD1 value) |
Sets the value of the cdtrAcct property.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value) |
Sets the value of the cdtrAgt property.
|
void |
setChrgBr(ChargeBearerTypeSDDCode value) |
Sets the value of the chrgBr property.
|
void |
setPmtInfId(java.lang.String value) |
Sets the value of the pmtInfId property.
|
void |
setPmtMtd(PaymentMethod2Code value) |
Sets the value of the pmtMtd property.
|
void |
setPmtTpInf(PaymentTypeInformationSDD value) |
Sets the value of the pmtTpInf property.
|
void |
setReqdColltnDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the reqdColltnDt property.
|
void |
setUltmtCdtr(PartyIdentificationSDD1 value) |
Sets the value of the ultmtCdtr property.
|
protected java.lang.String pmtInfId
protected PaymentMethod2Code pmtMtd
protected PaymentTypeInformationSDD pmtTpInf
protected javax.xml.datatype.XMLGregorianCalendar reqdColltnDt
protected PartyIdentificationSDD2 cdtr
protected CashAccountSDD1 cdtrAcct
protected BranchAndFinancialInstitutionIdentificationSDD1 cdtrAgt
protected PartyIdentificationSDD1 ultmtCdtr
protected ChargeBearerTypeSDDCode chrgBr
protected java.util.List<DirectDebitTransactionInformationSDD> drctDbtTxInf
public java.lang.String getPmtInfId()
String
public void setPmtInfId(java.lang.String value)
value
- allowed object is
String
public PaymentMethod2Code getPmtMtd()
PaymentMethod2Code
public void setPmtMtd(PaymentMethod2Code value)
value
- allowed object is
PaymentMethod2Code
public PaymentTypeInformationSDD getPmtTpInf()
PaymentTypeInformationSDD
public void setPmtTpInf(PaymentTypeInformationSDD value)
value
- allowed object is
PaymentTypeInformationSDD
public javax.xml.datatype.XMLGregorianCalendar getReqdColltnDt()
XMLGregorianCalendar
public void setReqdColltnDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public PartyIdentificationSDD2 getCdtr()
PartyIdentificationSDD2
public void setCdtr(PartyIdentificationSDD2 value)
value
- allowed object is
PartyIdentificationSDD2
public CashAccountSDD1 getCdtrAcct()
CashAccountSDD1
public void setCdtrAcct(CashAccountSDD1 value)
value
- allowed object is
CashAccountSDD1
public BranchAndFinancialInstitutionIdentificationSDD1 getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSDD1
public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSDD1 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentificationSDD1
public PartyIdentificationSDD1 getUltmtCdtr()
PartyIdentificationSDD1
public void setUltmtCdtr(PartyIdentificationSDD1 value)
value
- allowed object is
PartyIdentificationSDD1
public ChargeBearerTypeSDDCode getChrgBr()
ChargeBearerTypeSDDCode
public void setChrgBr(ChargeBearerTypeSDDCode value)
value
- allowed object is
ChargeBearerTypeSDDCode
public java.util.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.