Class CreditTransferTransactionInformationSCT
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_003_03.CreditTransferTransactionInformationSCT
Java class for CreditTransferTransactionInformationSCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditTransferTransactionInformationSCT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PmtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}PaymentIdentificationSEPA"/> <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}PaymentTypeInformationSCT2" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}AmountTypeSEPA"/> <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}ChargeBearerTypeSEPACode" minOccurs="0"/> <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}PartyIdentificationSEPA1" minOccurs="0"/> <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}BranchAndFinancialInstitutionIdentificationSEPA1" minOccurs="0"/> <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}PartyIdentificationSEPA2"/> <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}CashAccountSEPA2"/> <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}PartyIdentificationSEPA1" minOccurs="0"/> <element name="Purp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}PurposeSEPA" minOccurs="0"/> <element name="RmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.003.03}RemittanceInformationSEPA1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountTypeSEPA
protected PartyIdentificationSEPA2
protected CashAccountSEPA2
protected ChargeBearerTypeSEPACode
protected PaymentIdentificationSEPA
protected PaymentTypeInformationSCT2
protected PurposeSEPA
protected RemittanceInformationSEPA1Choice
protected PartyIdentificationSEPA1
protected PartyIdentificationSEPA1
-
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.Gets the value of the chrgBr property.getPmtId()
Gets the value of the pmtId property.Gets the value of the pmtTpInf property.getPurp()
Gets the value of the purp property.Gets the value of the rmtInf property.Gets the value of the ultmtCdtr property.Gets the value of the ultmtDbtr property.void
setAmt
(AmountTypeSEPA value) Sets the value of the amt property.void
setCdtr
(PartyIdentificationSEPA2 value) Sets the value of the cdtr property.void
setCdtrAcct
(CashAccountSEPA2 value) Sets the value of the cdtrAcct property.void
Sets the value of the cdtrAgt property.void
Sets the value of the chrgBr property.void
Sets the value of the pmtId property.void
Sets the value of the pmtTpInf property.void
setPurp
(PurposeSEPA value) Sets the value of the purp property.void
Sets the value of the rmtInf property.void
Sets the value of the ultmtCdtr property.void
Sets the value of the ultmtDbtr property.
-
Field Details
-
pmtId
-
pmtTpInf
-
amt
-
chrgBr
-
ultmtDbtr
-
cdtrAgt
-
cdtr
-
cdtrAcct
-
ultmtCdtr
-
purp
-
rmtInf
-
-
Constructor Details
-
CreditTransferTransactionInformationSCT
public CreditTransferTransactionInformationSCT()
-
-
Method Details
-
getPmtId
Gets the value of the pmtId property.- Returns:
- possible object is
PaymentIdentificationSEPA
-
setPmtId
Sets the value of the pmtId property.- Parameters:
value
- allowed object isPaymentIdentificationSEPA
-
getPmtTpInf
Gets the value of the pmtTpInf property.- Returns:
- possible object is
PaymentTypeInformationSCT2
-
setPmtTpInf
Sets the value of the pmtTpInf property.- Parameters:
value
- allowed object isPaymentTypeInformationSCT2
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
AmountTypeSEPA
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isAmountTypeSEPA
-
getChrgBr
Gets the value of the chrgBr property.- Returns:
- possible object is
ChargeBearerTypeSEPACode
-
setChrgBr
Sets the value of the chrgBr property.- Parameters:
value
- allowed object isChargeBearerTypeSEPACode
-
getUltmtDbtr
Gets the value of the ultmtDbtr property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setUltmtDbtr
Sets the value of the ultmtDbtr property.- Parameters:
value
- allowed object isPartyIdentificationSEPA1
-
getCdtrAgt
Gets the value of the cdtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSEPA1
-
setCdtrAgt
Sets the value of the cdtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentificationSEPA1
-
getCdtr
Gets the value of the cdtr property.- Returns:
- possible object is
PartyIdentificationSEPA2
-
setCdtr
Sets the value of the cdtr property.- Parameters:
value
- allowed object isPartyIdentificationSEPA2
-
getCdtrAcct
Gets the value of the cdtrAcct property.- Returns:
- possible object is
CashAccountSEPA2
-
setCdtrAcct
Sets the value of the cdtrAcct property.- Parameters:
value
- allowed object isCashAccountSEPA2
-
getUltmtCdtr
Gets the value of the ultmtCdtr property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setUltmtCdtr
Sets the value of the ultmtCdtr property.- Parameters:
value
- allowed object isPartyIdentificationSEPA1
-
getPurp
Gets the value of the purp property.- Returns:
- possible object is
PurposeSEPA
-
setPurp
Sets the value of the purp property.- Parameters:
value
- allowed object isPurposeSEPA
-
getRmtInf
Gets the value of the rmtInf property.- Returns:
- possible object is
RemittanceInformationSEPA1Choice
-
setRmtInf
Sets the value of the rmtInf property.- Parameters:
value
- allowed object isRemittanceInformationSEPA1Choice
-