Class CreditTransferTransactionInformation2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_02.CreditTransferTransactionInformation2
-
public class CreditTransferTransactionInformation2 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AmountType3amtprotected PartyIdentification21cdtrprotected CashAccount8cdtrAcctprotected FinancialInstitution2cdtrAgtprotected PaymentIdentification1pmtIdprotected RemittanceInformation3rmtInf
-
Constructor Summary
Constructors Constructor Description CreditTransferTransactionInformation2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountType3getAmt()Gets the value of the amt property.PartyIdentification21getCdtr()Gets the value of the cdtr property.CashAccount8getCdtrAcct()Gets the value of the cdtrAcct property.FinancialInstitution2getCdtrAgt()Gets the value of the cdtrAgt property.PaymentIdentification1getPmtId()Gets the value of the pmtId property.RemittanceInformation3getRmtInf()Gets the value of the rmtInf property.voidsetAmt(AmountType3 value)Sets the value of the amt property.voidsetCdtr(PartyIdentification21 value)Sets the value of the cdtr property.voidsetCdtrAcct(CashAccount8 value)Sets the value of the cdtrAcct property.voidsetCdtrAgt(FinancialInstitution2 value)Sets the value of the cdtrAgt property.voidsetPmtId(PaymentIdentification1 value)Sets the value of the pmtId property.voidsetRmtInf(RemittanceInformation3 value)Sets the value of the rmtInf property.
-
-
-
Field Detail
-
pmtId
protected PaymentIdentification1 pmtId
-
amt
protected AmountType3 amt
-
cdtrAgt
protected FinancialInstitution2 cdtrAgt
-
cdtr
protected PartyIdentification21 cdtr
-
cdtrAcct
protected CashAccount8 cdtrAcct
-
rmtInf
protected RemittanceInformation3 rmtInf
-
-
Method Detail
-
getPmtId
public PaymentIdentification1 getPmtId()
Gets the value of the pmtId property.- Returns:
- possible object is
PaymentIdentification1
-
setPmtId
public void setPmtId(PaymentIdentification1 value)
Sets the value of the pmtId property.- Parameters:
value- allowed object isPaymentIdentification1
-
getAmt
public AmountType3 getAmt()
Gets the value of the amt property.- Returns:
- possible object is
AmountType3
-
setAmt
public void setAmt(AmountType3 value)
Sets the value of the amt property.- Parameters:
value- allowed object isAmountType3
-
getCdtrAgt
public FinancialInstitution2 getCdtrAgt()
Gets the value of the cdtrAgt property.- Returns:
- possible object is
FinancialInstitution2
-
setCdtrAgt
public void setCdtrAgt(FinancialInstitution2 value)
Sets the value of the cdtrAgt property.- Parameters:
value- allowed object isFinancialInstitution2
-
getCdtr
public PartyIdentification21 getCdtr()
Gets the value of the cdtr property.- Returns:
- possible object is
PartyIdentification21
-
setCdtr
public void setCdtr(PartyIdentification21 value)
Sets the value of the cdtr property.- Parameters:
value- allowed object isPartyIdentification21
-
getCdtrAcct
public CashAccount8 getCdtrAcct()
Gets the value of the cdtrAcct property.- Returns:
- possible object is
CashAccount8
-
setCdtrAcct
public void setCdtrAcct(CashAccount8 value)
Sets the value of the cdtrAcct property.- Parameters:
value- allowed object isCashAccount8
-
getRmtInf
public RemittanceInformation3 getRmtInf()
Gets the value of the rmtInf property.- Returns:
- possible object is
RemittanceInformation3
-
setRmtInf
public void setRmtInf(RemittanceInformation3 value)
Sets the value of the rmtInf property.- Parameters:
value- allowed object isRemittanceInformation3
-
-