package org.kapott.hbci.sepa.jaxb.pain_001_001_03; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; /** * <p>Java class for PaymentInstructionInformationSCT complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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.001.03}RestrictedIdentificationSEPA1"/> * <element name="PmtMtd" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PaymentMethodSCTCode"/> * <element name="BtchBookg" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}BatchBookingIndicator" minOccurs="0"/> * <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}Max15NumericText" minOccurs="0"/> * <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}DecimalNumber" minOccurs="0"/> * <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PaymentTypeInformationSCT1" minOccurs="0"/> * <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ISODate"/> * <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PartyIdentificationSEPA2"/> * <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CashAccountSEPA1"/> * <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}BranchAndFinancialInstitutionIdentificationSEPA3"/> * <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}PartyIdentificationSEPA1" minOccurs="0"/> * <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ChargeBearerTypeSEPACode" minOccurs="0"/> * <element name="CdtTrfTxInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}CreditTransferTransactionInformationSCT" maxOccurs="unbounded"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PaymentInstructionInformationSCT", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", propOrder = { "pmtInfId", "pmtMtd", "btchBookg", "nbOfTxs", "ctrlSum", "pmtTpInf", "reqdExctnDt", "dbtr", "dbtrAcct", "dbtrAgt", "ultmtDbtr", "chrgBr", "cdtTrfTxInf" }) public class PaymentInstructionInformationSCT { @XmlElement(name = "PmtInfId", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", required = true) protected String pmtInfId; @XmlElement(name = "PmtMtd", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", required = true) protected PaymentMethodSCTCode pmtMtd; @XmlElement(name = "BtchBookg", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03") protected Boolean btchBookg; @XmlElement(name = "NbOfTxs", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03") protected String nbOfTxs; @XmlElement(name = "CtrlSum", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03") protected BigDecimal ctrlSum; @XmlElement(name = "PmtTpInf", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03") protected PaymentTypeInformationSCT1 pmtTpInf; @XmlElement(name = "ReqdExctnDt", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", required = true) protected XMLGregorianCalendar reqdExctnDt; @XmlElement(name = "Dbtr", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", required = true) protected PartyIdentificationSEPA2 dbtr; @XmlElement(name = "DbtrAcct", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", required = true) protected CashAccountSEPA1 dbtrAcct; @XmlElement(name = "DbtrAgt", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", required = true) protected BranchAndFinancialInstitutionIdentificationSEPA3 dbtrAgt; @XmlElement(name = "UltmtDbtr", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03") protected PartyIdentificationSEPA1 ultmtDbtr; @XmlElement(name = "ChrgBr", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03") protected ChargeBearerTypeSEPACode chrgBr; @XmlElement(name = "CdtTrfTxInf", namespace = "urn:iso:std:iso:20022:tech:xsd:pain.001.001.03", required = true) protected List<CreditTransferTransactionInformationSCT> cdtTrfTxInf; /** * Gets the value of the pmtInfId property. * * @return * possible object is * {@link String } * */ public String getPmtInfId() { return pmtInfId; } /** * Sets the value of the pmtInfId property. * * @param value * allowed object is * {@link String } * */ public void setPmtInfId(String value) { this.pmtInfId = value; } /** * Gets the value of the pmtMtd property. * * @return * possible object is * {@link PaymentMethodSCTCode } * */ public PaymentMethodSCTCode getPmtMtd() { return pmtMtd; } /** * Sets the value of the pmtMtd property. * * @param value * allowed object is * {@link PaymentMethodSCTCode } * */ public void setPmtMtd(PaymentMethodSCTCode value) { this.pmtMtd = value; } /** * Gets the value of the btchBookg property. * * @return * possible object is * {@link Boolean } * */ public Boolean isBtchBookg() { return btchBookg; } /** * Sets the value of the btchBookg property. * * @param value * allowed object is * {@link Boolean } * */ public void setBtchBookg(Boolean value) { this.btchBookg = value; } /** * Gets the value of the nbOfTxs property. * * @return * possible object is * {@link String } * */ public String getNbOfTxs() { return nbOfTxs; } /** * Sets the value of the nbOfTxs property. * * @param value * allowed object is * {@link String } * */ public void setNbOfTxs(String value) { this.nbOfTxs = value; } /** * Gets the value of the ctrlSum property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getCtrlSum() { return ctrlSum; } /** * Sets the value of the ctrlSum property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setCtrlSum(BigDecimal value) { this.ctrlSum = value; } /** * Gets the value of the pmtTpInf property. * * @return * possible object is * {@link PaymentTypeInformationSCT1 } * */ public PaymentTypeInformationSCT1 getPmtTpInf() { return pmtTpInf; } /** * Sets the value of the pmtTpInf property. * * @param value * allowed object is * {@link PaymentTypeInformationSCT1 } * */ public void setPmtTpInf(PaymentTypeInformationSCT1 value) { this.pmtTpInf = value; } /** * Gets the value of the reqdExctnDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getReqdExctnDt() { return reqdExctnDt; } /** * Sets the value of the reqdExctnDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setReqdExctnDt(XMLGregorianCalendar value) { this.reqdExctnDt = value; } /** * Gets the value of the dbtr property. * * @return * possible object is * {@link PartyIdentificationSEPA2 } * */ public PartyIdentificationSEPA2 getDbtr() { return dbtr; } /** * Sets the value of the dbtr property. * * @param value * allowed object is * {@link PartyIdentificationSEPA2 } * */ public void setDbtr(PartyIdentificationSEPA2 value) { this.dbtr = value; } /** * Gets the value of the dbtrAcct property. * * @return * possible object is * {@link CashAccountSEPA1 } * */ public CashAccountSEPA1 getDbtrAcct() { return dbtrAcct; } /** * Sets the value of the dbtrAcct property. * * @param value * allowed object is * {@link CashAccountSEPA1 } * */ public void setDbtrAcct(CashAccountSEPA1 value) { this.dbtrAcct = value; } /** * Gets the value of the dbtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentificationSEPA3 } * */ public BranchAndFinancialInstitutionIdentificationSEPA3 getDbtrAgt() { return dbtrAgt; } /** * Sets the value of the dbtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentificationSEPA3 } * */ public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA3 value) { this.dbtrAgt = value; } /** * Gets the value of the ultmtDbtr property. * * @return * possible object is * {@link PartyIdentificationSEPA1 } * */ public PartyIdentificationSEPA1 getUltmtDbtr() { return ultmtDbtr; } /** * Sets the value of the ultmtDbtr property. * * @param value * allowed object is * {@link PartyIdentificationSEPA1 } * */ public void setUltmtDbtr(PartyIdentificationSEPA1 value) { this.ultmtDbtr = value; } /** * Gets the value of the chrgBr property. * * @return * possible object is * {@link ChargeBearerTypeSEPACode } * */ public ChargeBearerTypeSEPACode getChrgBr() { return chrgBr; } /** * Sets the value of the chrgBr property. * * @param value * allowed object is * {@link ChargeBearerTypeSEPACode } * */ public void setChrgBr(ChargeBearerTypeSEPACode value) { this.chrgBr = value; } /** * Gets the value of the cdtTrfTxInf property. * * <p> * 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 <CODE>set</CODE> method for the cdtTrfTxInf property. * * <p> * For example, to add a new item, do as follows: * <pre> * getCdtTrfTxInf().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CreditTransferTransactionInformationSCT } * * */ public List<CreditTransferTransactionInformationSCT> getCdtTrfTxInf() { if (cdtTrfTxInf == null) { cdtTrfTxInf = new ArrayList<CreditTransferTransactionInformationSCT>(); } return this.cdtTrfTxInf; } }