public class CreditTransferTransactionInformation2
extends java.lang.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 | Description |
---|---|---|
protected AmountType3 |
amt |
|
protected PartyIdentification21 |
cdtr |
|
protected CashAccount8 |
cdtrAcct |
|
protected FinancialInstitution2 |
cdtrAgt |
|
protected PaymentIdentification1 |
pmtId |
|
protected RemittanceInformation3 |
rmtInf |
Constructor | Description |
---|---|
CreditTransferTransactionInformation2() |
Modifier and Type | Method | 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()
PaymentIdentification1
public void setPmtId(PaymentIdentification1 value)
value
- allowed object is
PaymentIdentification1
public AmountType3 getAmt()
AmountType3
public void setAmt(AmountType3 value)
value
- allowed object is
AmountType3
public FinancialInstitution2 getCdtrAgt()
FinancialInstitution2
public void setCdtrAgt(FinancialInstitution2 value)
value
- allowed object is
FinancialInstitution2
public PartyIdentification21 getCdtr()
PartyIdentification21
public void setCdtr(PartyIdentification21 value)
value
- allowed object is
PartyIdentification21
public CashAccount8 getCdtrAcct()
CashAccount8
public void setCdtrAcct(CashAccount8 value)
value
- allowed object is
CashAccount8
public RemittanceInformation3 getRmtInf()
RemittanceInformation3
public void setRmtInf(RemittanceInformation3 value)
value
- allowed object is
RemittanceInformation3
Copyright © 2018. All rights reserved.