public class PaymentInstructionInformation4 extends Object
Java class for PaymentInstructionInformation4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentInstructionInformation4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PmtInfId" type="{urn:sepade:xsd:pain.001.001.02}Max35Text" minOccurs="0"/>
<element name="PmtMtd" type="{urn:sepade:xsd:pain.001.001.02}PaymentMethod5Code"/>
<element name="PmtTpInf" type="{urn:sepade:xsd:pain.001.001.02}PaymentTypeInformation7"/>
<element name="ReqdExctnDt" type="{urn:sepade:xsd:pain.001.001.02}ISODate"/>
<element name="Dbtr" type="{urn:sepade:xsd:pain.001.001.02}PartyIdentification23"/>
<element name="DbtrAcct" type="{urn:sepade:xsd:pain.001.001.02}CashAccount8"/>
<element name="DbtrAgt" type="{urn:sepade:xsd:pain.001.001.02}FinancialInstitution2"/>
<element name="ChrgBr" type="{urn:sepade:xsd:pain.001.001.02}ChargeBearerType2Code"/>
<element name="CdtTrfTxInf" type="{urn:sepade:xsd:pain.001.001.02}CreditTransferTransactionInformation2" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CreditTransferTransactionInformation2> |
cdtTrfTxInf |
protected ChargeBearerType2Code |
chrgBr |
protected PartyIdentification23 |
dbtr |
protected CashAccount8 |
dbtrAcct |
protected FinancialInstitution2 |
dbtrAgt |
protected String |
pmtInfId |
protected PaymentMethod5Code |
pmtMtd |
protected PaymentTypeInformation7 |
pmtTpInf |
protected XMLGregorianCalendar |
reqdExctnDt |
| Constructor and Description |
|---|
PaymentInstructionInformation4() |
| Modifier and Type | Method and Description |
|---|---|
List<CreditTransferTransactionInformation2> |
getCdtTrfTxInf()
Gets the value of the cdtTrfTxInf property.
|
ChargeBearerType2Code |
getChrgBr()
Gets the value of the chrgBr property.
|
PartyIdentification23 |
getDbtr()
Gets the value of the dbtr property.
|
CashAccount8 |
getDbtrAcct()
Gets the value of the dbtrAcct property.
|
FinancialInstitution2 |
getDbtrAgt()
Gets the value of the dbtrAgt property.
|
String |
getPmtInfId()
Gets the value of the pmtInfId property.
|
PaymentMethod5Code |
getPmtMtd()
Gets the value of the pmtMtd property.
|
PaymentTypeInformation7 |
getPmtTpInf()
Gets the value of the pmtTpInf property.
|
XMLGregorianCalendar |
getReqdExctnDt()
Gets the value of the reqdExctnDt property.
|
void |
setChrgBr(ChargeBearerType2Code value)
Sets the value of the chrgBr property.
|
void |
setDbtr(PartyIdentification23 value)
Sets the value of the dbtr property.
|
void |
setDbtrAcct(CashAccount8 value)
Sets the value of the dbtrAcct property.
|
void |
setDbtrAgt(FinancialInstitution2 value)
Sets the value of the dbtrAgt property.
|
void |
setPmtInfId(String value)
Sets the value of the pmtInfId property.
|
void |
setPmtMtd(PaymentMethod5Code value)
Sets the value of the pmtMtd property.
|
void |
setPmtTpInf(PaymentTypeInformation7 value)
Sets the value of the pmtTpInf property.
|
void |
setReqdExctnDt(XMLGregorianCalendar value)
Sets the value of the reqdExctnDt property.
|
protected String pmtInfId
protected PaymentMethod5Code pmtMtd
protected PaymentTypeInformation7 pmtTpInf
protected XMLGregorianCalendar reqdExctnDt
protected PartyIdentification23 dbtr
protected CashAccount8 dbtrAcct
protected FinancialInstitution2 dbtrAgt
protected ChargeBearerType2Code chrgBr
protected List<CreditTransferTransactionInformation2> cdtTrfTxInf
public String getPmtInfId()
Stringpublic void setPmtInfId(String value)
value - allowed object is
Stringpublic PaymentMethod5Code getPmtMtd()
PaymentMethod5Codepublic void setPmtMtd(PaymentMethod5Code value)
value - allowed object is
PaymentMethod5Codepublic PaymentTypeInformation7 getPmtTpInf()
PaymentTypeInformation7public void setPmtTpInf(PaymentTypeInformation7 value)
value - allowed object is
PaymentTypeInformation7public XMLGregorianCalendar getReqdExctnDt()
XMLGregorianCalendarpublic void setReqdExctnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PartyIdentification23 getDbtr()
PartyIdentification23public void setDbtr(PartyIdentification23 value)
value - allowed object is
PartyIdentification23public CashAccount8 getDbtrAcct()
CashAccount8public void setDbtrAcct(CashAccount8 value)
value - allowed object is
CashAccount8public FinancialInstitution2 getDbtrAgt()
FinancialInstitution2public void setDbtrAgt(FinancialInstitution2 value)
value - allowed object is
FinancialInstitution2public ChargeBearerType2Code getChrgBr()
ChargeBearerType2Codepublic void setChrgBr(ChargeBearerType2Code value)
value - allowed object is
ChargeBearerType2Codepublic List<CreditTransferTransactionInformation2> getCdtTrfTxInf()
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 cdtTrfTxInf property.
For example, to add a new item, do as follows:
getCdtTrfTxInf().add(newItem);
Objects of the following type(s) are allowed in the list
CreditTransferTransactionInformation2
Copyright © 2018. All rights reserved.