Class PaymentInstructionInformationSCT
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_002_03.PaymentInstructionInformationSCT
-
public class PaymentInstructionInformationSCT extends java.lang.ObjectJava class for PaymentInstructionInformationSCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentInstructionInformationSCT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PmtInfId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}RestrictedIdentificationSEPA1"/> <element name="PmtMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PaymentMethodSCTCode"/> <element name="BtchBookg" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}BatchBookingIndicator" minOccurs="0"/> <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}Max15NumericText" minOccurs="0"/> <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}DecimalNumber" minOccurs="0"/> <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PaymentTypeInformationSCT1" minOccurs="0"/> <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}ISODate"/> <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PartyIdentificationSEPA2"/> <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}CashAccountSEPA1"/> <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}BranchAndFinancialInstitutionIdentificationSEPA1"/> <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PartyIdentificationSEPA1" minOccurs="0"/> <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}ChargeBearerTypeSEPACode" minOccurs="0"/> <element name="CdtTrfTxInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}CreditTransferTransactionInformationSCT" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanbtchBookgprotected java.util.List<CreditTransferTransactionInformationSCT>cdtTrfTxInfprotected ChargeBearerTypeSEPACodechrgBrprotected java.math.BigDecimalctrlSumprotected PartyIdentificationSEPA2dbtrprotected CashAccountSEPA1dbtrAcctprotected BranchAndFinancialInstitutionIdentificationSEPA1dbtrAgtprotected java.lang.StringnbOfTxsprotected java.lang.StringpmtInfIdprotected PaymentMethodSCTCodepmtMtdprotected PaymentTypeInformationSCT1pmtTpInfprotected javax.xml.datatype.XMLGregorianCalendarreqdExctnDtprotected PartyIdentificationSEPA1ultmtDbtr
-
Constructor Summary
Constructors Constructor Description PaymentInstructionInformationSCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CreditTransferTransactionInformationSCT>getCdtTrfTxInf()Gets the value of the cdtTrfTxInf property.ChargeBearerTypeSEPACodegetChrgBr()Gets the value of the chrgBr property.java.math.BigDecimalgetCtrlSum()Gets the value of the ctrlSum property.PartyIdentificationSEPA2getDbtr()Gets the value of the dbtr property.CashAccountSEPA1getDbtrAcct()Gets the value of the dbtrAcct property.BranchAndFinancialInstitutionIdentificationSEPA1getDbtrAgt()Gets the value of the dbtrAgt property.java.lang.StringgetNbOfTxs()Gets the value of the nbOfTxs property.java.lang.StringgetPmtInfId()Gets the value of the pmtInfId property.PaymentMethodSCTCodegetPmtMtd()Gets the value of the pmtMtd property.PaymentTypeInformationSCT1getPmtTpInf()Gets the value of the pmtTpInf property.javax.xml.datatype.XMLGregorianCalendargetReqdExctnDt()Gets the value of the reqdExctnDt property.PartyIdentificationSEPA1getUltmtDbtr()Gets the value of the ultmtDbtr property.java.lang.BooleanisBtchBookg()Gets the value of the btchBookg property.voidsetBtchBookg(java.lang.Boolean value)Sets the value of the btchBookg property.voidsetChrgBr(ChargeBearerTypeSEPACode value)Sets the value of the chrgBr property.voidsetCtrlSum(java.math.BigDecimal value)Sets the value of the ctrlSum property.voidsetDbtr(PartyIdentificationSEPA2 value)Sets the value of the dbtr property.voidsetDbtrAcct(CashAccountSEPA1 value)Sets the value of the dbtrAcct property.voidsetDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)Sets the value of the dbtrAgt property.voidsetNbOfTxs(java.lang.String value)Sets the value of the nbOfTxs property.voidsetPmtInfId(java.lang.String value)Sets the value of the pmtInfId property.voidsetPmtMtd(PaymentMethodSCTCode value)Sets the value of the pmtMtd property.voidsetPmtTpInf(PaymentTypeInformationSCT1 value)Sets the value of the pmtTpInf property.voidsetReqdExctnDt(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the reqdExctnDt property.voidsetUltmtDbtr(PartyIdentificationSEPA1 value)Sets the value of the ultmtDbtr property.
-
-
-
Field Detail
-
pmtInfId
protected java.lang.String pmtInfId
-
pmtMtd
protected PaymentMethodSCTCode pmtMtd
-
btchBookg
protected java.lang.Boolean btchBookg
-
nbOfTxs
protected java.lang.String nbOfTxs
-
ctrlSum
protected java.math.BigDecimal ctrlSum
-
pmtTpInf
protected PaymentTypeInformationSCT1 pmtTpInf
-
reqdExctnDt
protected javax.xml.datatype.XMLGregorianCalendar reqdExctnDt
-
dbtr
protected PartyIdentificationSEPA2 dbtr
-
dbtrAcct
protected CashAccountSEPA1 dbtrAcct
-
dbtrAgt
protected BranchAndFinancialInstitutionIdentificationSEPA1 dbtrAgt
-
ultmtDbtr
protected PartyIdentificationSEPA1 ultmtDbtr
-
chrgBr
protected ChargeBearerTypeSEPACode chrgBr
-
cdtTrfTxInf
protected java.util.List<CreditTransferTransactionInformationSCT> cdtTrfTxInf
-
-
Method Detail
-
getPmtInfId
public java.lang.String getPmtInfId()
Gets the value of the pmtInfId property.- Returns:
- possible object is
String
-
setPmtInfId
public void setPmtInfId(java.lang.String value)
Sets the value of the pmtInfId property.- Parameters:
value- allowed object isString
-
getPmtMtd
public PaymentMethodSCTCode getPmtMtd()
Gets the value of the pmtMtd property.- Returns:
- possible object is
PaymentMethodSCTCode
-
setPmtMtd
public void setPmtMtd(PaymentMethodSCTCode value)
Sets the value of the pmtMtd property.- Parameters:
value- allowed object isPaymentMethodSCTCode
-
isBtchBookg
public java.lang.Boolean isBtchBookg()
Gets the value of the btchBookg property.- Returns:
- possible object is
Boolean
-
setBtchBookg
public void setBtchBookg(java.lang.Boolean value)
Sets the value of the btchBookg property.- Parameters:
value- allowed object isBoolean
-
getNbOfTxs
public java.lang.String getNbOfTxs()
Gets the value of the nbOfTxs property.- Returns:
- possible object is
String
-
setNbOfTxs
public void setNbOfTxs(java.lang.String value)
Sets the value of the nbOfTxs property.- Parameters:
value- allowed object isString
-
getCtrlSum
public java.math.BigDecimal getCtrlSum()
Gets the value of the ctrlSum property.- Returns:
- possible object is
BigDecimal
-
setCtrlSum
public void setCtrlSum(java.math.BigDecimal value)
Sets the value of the ctrlSum property.- Parameters:
value- allowed object isBigDecimal
-
getPmtTpInf
public PaymentTypeInformationSCT1 getPmtTpInf()
Gets the value of the pmtTpInf property.- Returns:
- possible object is
PaymentTypeInformationSCT1
-
setPmtTpInf
public void setPmtTpInf(PaymentTypeInformationSCT1 value)
Sets the value of the pmtTpInf property.- Parameters:
value- allowed object isPaymentTypeInformationSCT1
-
getReqdExctnDt
public javax.xml.datatype.XMLGregorianCalendar getReqdExctnDt()
Gets the value of the reqdExctnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReqdExctnDt
public void setReqdExctnDt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the reqdExctnDt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDbtr
public PartyIdentificationSEPA2 getDbtr()
Gets the value of the dbtr property.- Returns:
- possible object is
PartyIdentificationSEPA2
-
setDbtr
public void setDbtr(PartyIdentificationSEPA2 value)
Sets the value of the dbtr property.- Parameters:
value- allowed object isPartyIdentificationSEPA2
-
getDbtrAcct
public CashAccountSEPA1 getDbtrAcct()
Gets the value of the dbtrAcct property.- Returns:
- possible object is
CashAccountSEPA1
-
setDbtrAcct
public void setDbtrAcct(CashAccountSEPA1 value)
Sets the value of the dbtrAcct property.- Parameters:
value- allowed object isCashAccountSEPA1
-
getDbtrAgt
public BranchAndFinancialInstitutionIdentificationSEPA1 getDbtrAgt()
Gets the value of the dbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSEPA1
-
setDbtrAgt
public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
Sets the value of the dbtrAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentificationSEPA1
-
getUltmtDbtr
public PartyIdentificationSEPA1 getUltmtDbtr()
Gets the value of the ultmtDbtr property.- Returns:
- possible object is
PartyIdentificationSEPA1
-
setUltmtDbtr
public void setUltmtDbtr(PartyIdentificationSEPA1 value)
Sets the value of the ultmtDbtr property.- Parameters:
value- allowed object isPartyIdentificationSEPA1
-
getChrgBr
public ChargeBearerTypeSEPACode getChrgBr()
Gets the value of the chrgBr property.- Returns:
- possible object is
ChargeBearerTypeSEPACode
-
setChrgBr
public void setChrgBr(ChargeBearerTypeSEPACode value)
Sets the value of the chrgBr property.- Parameters:
value- allowed object isChargeBearerTypeSEPACode
-
getCdtTrfTxInf
public java.util.List<CreditTransferTransactionInformationSCT> getCdtTrfTxInf()
Gets the value of the cdtTrfTxInf property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the cdtTrfTxInf property.For example, to add a new item, do as follows:
getCdtTrfTxInf().add(newItem);Objects of the following type(s) are allowed in the list
CreditTransferTransactionInformationSCT
-
-