Class CreditTransferTransactionInformation2
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_02.CreditTransferTransactionInformation2
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountType3protected PartyIdentification21protected CashAccount8protected FinancialInstitution2protected PaymentIdentification1protected RemittanceInformation3 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()Gets the value of the amt property.getCdtr()Gets the value of the cdtr property.Gets the value of the cdtrAcct property.Gets the value of the cdtrAgt property.getPmtId()Gets the value of the pmtId property.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 Details
-
pmtId
-
amt
-
cdtrAgt
-
cdtr
-
cdtrAcct
-
rmtInf
-
-
Constructor Details
-
CreditTransferTransactionInformation2
public CreditTransferTransactionInformation2()
-
-
Method Details
-
getPmtId
Gets the value of the pmtId property.- Returns:
- possible object is
PaymentIdentification1
-
setPmtId
Sets the value of the pmtId property.- Parameters:
value- allowed object isPaymentIdentification1
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
AmountType3
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isAmountType3
-
getCdtrAgt
Gets the value of the cdtrAgt property.- Returns:
- possible object is
FinancialInstitution2
-
setCdtrAgt
Sets the value of the cdtrAgt property.- Parameters:
value- allowed object isFinancialInstitution2
-
getCdtr
Gets the value of the cdtr property.- Returns:
- possible object is
PartyIdentification21
-
setCdtr
Sets the value of the cdtr property.- Parameters:
value- allowed object isPartyIdentification21
-
getCdtrAcct
Gets the value of the cdtrAcct property.- Returns:
- possible object is
CashAccount8
-
setCdtrAcct
Sets the value of the cdtrAcct property.- Parameters:
value- allowed object isCashAccount8
-
getRmtInf
Gets the value of the rmtInf property.- Returns:
- possible object is
RemittanceInformation3
-
setRmtInf
Sets the value of the rmtInf property.- Parameters:
value- allowed object isRemittanceInformation3
-