public class CreditTransferTransactionInformation2 extends Object
Java class for CreditTransferTransactionInformation2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditTransferTransactionInformation2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PmtId" type="{urn:sepade:xsd:pain.001.001.02}PaymentIdentification1"/>
<element name="Amt" type="{urn:sepade:xsd:pain.001.001.02}AmountType3"/>
<element name="CdtrAgt" type="{urn:sepade:xsd:pain.001.001.02}FinancialInstitution2"/>
<element name="Cdtr" type="{urn:sepade:xsd:pain.001.001.02}PartyIdentification21"/>
<element name="CdtrAcct" type="{urn:sepade:xsd:pain.001.001.02}CashAccount8"/>
<element name="RmtInf" type="{urn:sepade:xsd:pain.001.001.02}RemittanceInformation3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountType3 |
amt |
protected PartyIdentification21 |
cdtr |
protected CashAccount8 |
cdtrAcct |
protected FinancialInstitution2 |
cdtrAgt |
protected PaymentIdentification1 |
pmtId |
protected RemittanceInformation3 |
rmtInf |
| Constructor and Description |
|---|
CreditTransferTransactionInformation2() |
| Modifier and Type | Method and Description |
|---|---|
AmountType3 |
getAmt()
Gets the value of the amt property.
|
PartyIdentification21 |
getCdtr()
Gets the value of the cdtr property.
|
CashAccount8 |
getCdtrAcct()
Gets the value of the cdtrAcct property.
|
FinancialInstitution2 |
getCdtrAgt()
Gets the value of the cdtrAgt property.
|
PaymentIdentification1 |
getPmtId()
Gets the value of the pmtId property.
|
RemittanceInformation3 |
getRmtInf()
Gets the value of the rmtInf property.
|
void |
setAmt(AmountType3 value)
Sets the value of the amt property.
|
void |
setCdtr(PartyIdentification21 value)
Sets the value of the cdtr property.
|
void |
setCdtrAcct(CashAccount8 value)
Sets the value of the cdtrAcct property.
|
void |
setCdtrAgt(FinancialInstitution2 value)
Sets the value of the cdtrAgt property.
|
void |
setPmtId(PaymentIdentification1 value)
Sets the value of the pmtId property.
|
void |
setRmtInf(RemittanceInformation3 value)
Sets the value of the rmtInf property.
|
protected PaymentIdentification1 pmtId
protected AmountType3 amt
protected FinancialInstitution2 cdtrAgt
protected PartyIdentification21 cdtr
protected CashAccount8 cdtrAcct
protected RemittanceInformation3 rmtInf
public CreditTransferTransactionInformation2()
public PaymentIdentification1 getPmtId()
PaymentIdentification1public void setPmtId(PaymentIdentification1 value)
value - allowed object is
PaymentIdentification1public AmountType3 getAmt()
AmountType3public void setAmt(AmountType3 value)
value - allowed object is
AmountType3public FinancialInstitution2 getCdtrAgt()
FinancialInstitution2public void setCdtrAgt(FinancialInstitution2 value)
value - allowed object is
FinancialInstitution2public PartyIdentification21 getCdtr()
PartyIdentification21public void setCdtr(PartyIdentification21 value)
value - allowed object is
PartyIdentification21public CashAccount8 getCdtrAcct()
CashAccount8public void setCdtrAcct(CashAccount8 value)
value - allowed object is
CashAccount8public RemittanceInformation3 getRmtInf()
RemittanceInformation3public void setRmtInf(RemittanceInformation3 value)
value - allowed object is
RemittanceInformation3Copyright © 2020. All rights reserved.