public class PaymentInstructionInformation4
extends java.lang.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 | Description |
---|---|---|
protected java.util.List<CreditTransferTransactionInformation2> |
cdtTrfTxInf |
|
protected ChargeBearerType2Code |
chrgBr |
|
protected PartyIdentification23 |
dbtr |
|
protected CashAccount8 |
dbtrAcct |
|
protected FinancialInstitution2 |
dbtrAgt |
|
protected java.lang.String |
pmtInfId |
|
protected PaymentMethod5Code |
pmtMtd |
|
protected PaymentTypeInformation7 |
pmtTpInf |
|
protected javax.xml.datatype.XMLGregorianCalendar |
reqdExctnDt |
Constructor | Description |
---|---|
PaymentInstructionInformation4() |
Modifier and Type | Method | Description |
---|---|---|
java.util.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.
|
java.lang.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.
|
javax.xml.datatype.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(java.lang.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(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the reqdExctnDt property.
|
protected java.lang.String pmtInfId
protected PaymentMethod5Code pmtMtd
protected PaymentTypeInformation7 pmtTpInf
protected javax.xml.datatype.XMLGregorianCalendar reqdExctnDt
protected PartyIdentification23 dbtr
protected CashAccount8 dbtrAcct
protected FinancialInstitution2 dbtrAgt
protected ChargeBearerType2Code chrgBr
protected java.util.List<CreditTransferTransactionInformation2> cdtTrfTxInf
public java.lang.String getPmtInfId()
String
public void setPmtInfId(java.lang.String value)
value
- allowed object is
String
public PaymentMethod5Code getPmtMtd()
PaymentMethod5Code
public void setPmtMtd(PaymentMethod5Code value)
value
- allowed object is
PaymentMethod5Code
public PaymentTypeInformation7 getPmtTpInf()
PaymentTypeInformation7
public void setPmtTpInf(PaymentTypeInformation7 value)
value
- allowed object is
PaymentTypeInformation7
public javax.xml.datatype.XMLGregorianCalendar getReqdExctnDt()
XMLGregorianCalendar
public void setReqdExctnDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public PartyIdentification23 getDbtr()
PartyIdentification23
public void setDbtr(PartyIdentification23 value)
value
- allowed object is
PartyIdentification23
public CashAccount8 getDbtrAcct()
CashAccount8
public void setDbtrAcct(CashAccount8 value)
value
- allowed object is
CashAccount8
public FinancialInstitution2 getDbtrAgt()
FinancialInstitution2
public void setDbtrAgt(FinancialInstitution2 value)
value
- allowed object is
FinancialInstitution2
public ChargeBearerType2Code getChrgBr()
ChargeBearerType2Code
public void setChrgBr(ChargeBearerType2Code value)
value
- allowed object is
ChargeBearerType2Code
public java.util.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.