All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.DirectDebitTransactionInformation17 Maven / Gradle / Ivy


package com.prowidesoftware.swift.model.mx.dic;

import java.math.BigDecimal;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
import com.prowidesoftware.swift.model.mx.adapters.IsoDateAdapter;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;


/**
 * Provides further details specific to the individual direct debit transaction(s) included in the message.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DirectDebitTransactionInformation17", propOrder = {
    "pmtId",
    "pmtTpInf",
    "intrBkSttlmAmt",
    "intrBkSttlmDt",
    "sttlmPrty",
    "instdAmt",
    "xchgRate",
    "chrgBr",
    "chrgsInf",
    "reqdColltnDt",
    "drctDbtTx",
    "cdtr",
    "cdtrAcct",
    "cdtrAgt",
    "cdtrAgtAcct",
    "ultmtCdtr",
    "initgPty",
    "instgAgt",
    "instdAgt",
    "intrmyAgt1",
    "intrmyAgt1Acct",
    "intrmyAgt2",
    "intrmyAgt2Acct",
    "intrmyAgt3",
    "intrmyAgt3Acct",
    "dbtr",
    "dbtrAcct",
    "dbtrAgt",
    "dbtrAgtAcct",
    "ultmtDbtr",
    "purp",
    "rgltryRptg",
    "rltdRmtInf",
    "rmtInf",
    "splmtryData"
})
public class DirectDebitTransactionInformation17 {

    @XmlElement(name = "PmtId", required = true)
    protected PaymentIdentification3 pmtId;
    @XmlElement(name = "PmtTpInf")
    protected PaymentTypeInformation25 pmtTpInf;
    @XmlElement(name = "IntrBkSttlmAmt", required = true)
    protected ActiveCurrencyAndAmount intrBkSttlmAmt;
    @XmlElement(name = "IntrBkSttlmDt", type = String.class)
    @XmlJavaTypeAdapter(IsoDateAdapter.class)
    @XmlSchemaType(name = "date")
    protected LocalDate intrBkSttlmDt;
    @XmlElement(name = "SttlmPrty")
    @XmlSchemaType(name = "string")
    protected Priority3Code sttlmPrty;
    @XmlElement(name = "InstdAmt")
    protected ActiveOrHistoricCurrencyAndAmount instdAmt;
    @XmlElement(name = "XchgRate")
    protected BigDecimal xchgRate;
    @XmlElement(name = "ChrgBr", required = true)
    @XmlSchemaType(name = "string")
    protected ChargeBearerType1Code chrgBr;
    @XmlElement(name = "ChrgsInf")
    protected List chrgsInf;
    @XmlElement(name = "ReqdColltnDt", type = String.class)
    @XmlJavaTypeAdapter(IsoDateAdapter.class)
    @XmlSchemaType(name = "date")
    protected LocalDate reqdColltnDt;
    @XmlElement(name = "DrctDbtTx")
    protected DirectDebitTransaction8 drctDbtTx;
    @XmlElement(name = "Cdtr", required = true)
    protected PartyIdentification43 cdtr;
    @XmlElement(name = "CdtrAcct")
    protected CashAccount24 cdtrAcct;
    @XmlElement(name = "CdtrAgt", required = true)
    protected BranchAndFinancialInstitutionIdentification5 cdtrAgt;
    @XmlElement(name = "CdtrAgtAcct")
    protected CashAccount24 cdtrAgtAcct;
    @XmlElement(name = "UltmtCdtr")
    protected PartyIdentification43 ultmtCdtr;
    @XmlElement(name = "InitgPty")
    protected PartyIdentification43 initgPty;
    @XmlElement(name = "InstgAgt")
    protected BranchAndFinancialInstitutionIdentification5 instgAgt;
    @XmlElement(name = "InstdAgt")
    protected BranchAndFinancialInstitutionIdentification5 instdAgt;
    @XmlElement(name = "IntrmyAgt1")
    protected BranchAndFinancialInstitutionIdentification5 intrmyAgt1;
    @XmlElement(name = "IntrmyAgt1Acct")
    protected CashAccount24 intrmyAgt1Acct;
    @XmlElement(name = "IntrmyAgt2")
    protected BranchAndFinancialInstitutionIdentification5 intrmyAgt2;
    @XmlElement(name = "IntrmyAgt2Acct")
    protected CashAccount24 intrmyAgt2Acct;
    @XmlElement(name = "IntrmyAgt3")
    protected BranchAndFinancialInstitutionIdentification5 intrmyAgt3;
    @XmlElement(name = "IntrmyAgt3Acct")
    protected CashAccount24 intrmyAgt3Acct;
    @XmlElement(name = "Dbtr", required = true)
    protected PartyIdentification43 dbtr;
    @XmlElement(name = "DbtrAcct", required = true)
    protected CashAccount24 dbtrAcct;
    @XmlElement(name = "DbtrAgt", required = true)
    protected BranchAndFinancialInstitutionIdentification5 dbtrAgt;
    @XmlElement(name = "DbtrAgtAcct")
    protected CashAccount24 dbtrAgtAcct;
    @XmlElement(name = "UltmtDbtr")
    protected PartyIdentification43 ultmtDbtr;
    @XmlElement(name = "Purp")
    protected Purpose2Choice purp;
    @XmlElement(name = "RgltryRptg")
    protected List rgltryRptg;
    @XmlElement(name = "RltdRmtInf")
    protected List rltdRmtInf;
    @XmlElement(name = "RmtInf")
    protected RemittanceInformation10 rmtInf;
    @XmlElement(name = "SplmtryData")
    protected List splmtryData;

    /**
     * Gets the value of the pmtId property.
     * 
     * @return
     *     possible object is
     *     {@link PaymentIdentification3 }
     *     
     */
    public PaymentIdentification3 getPmtId() {
        return pmtId;
    }

    /**
     * Sets the value of the pmtId property.
     * 
     * @param value
     *     allowed object is
     *     {@link PaymentIdentification3 }
     *     
     */
    public DirectDebitTransactionInformation17 setPmtId(PaymentIdentification3 value) {
        this.pmtId = value;
        return this;
    }

    /**
     * Gets the value of the pmtTpInf property.
     * 
     * @return
     *     possible object is
     *     {@link PaymentTypeInformation25 }
     *     
     */
    public PaymentTypeInformation25 getPmtTpInf() {
        return pmtTpInf;
    }

    /**
     * Sets the value of the pmtTpInf property.
     * 
     * @param value
     *     allowed object is
     *     {@link PaymentTypeInformation25 }
     *     
     */
    public DirectDebitTransactionInformation17 setPmtTpInf(PaymentTypeInformation25 value) {
        this.pmtTpInf = value;
        return this;
    }

    /**
     * Gets the value of the intrBkSttlmAmt property.
     * 
     * @return
     *     possible object is
     *     {@link ActiveCurrencyAndAmount }
     *     
     */
    public ActiveCurrencyAndAmount getIntrBkSttlmAmt() {
        return intrBkSttlmAmt;
    }

    /**
     * Sets the value of the intrBkSttlmAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link ActiveCurrencyAndAmount }
     *     
     */
    public DirectDebitTransactionInformation17 setIntrBkSttlmAmt(ActiveCurrencyAndAmount value) {
        this.intrBkSttlmAmt = value;
        return this;
    }

    /**
     * Gets the value of the intrBkSttlmDt property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public LocalDate getIntrBkSttlmDt() {
        return intrBkSttlmDt;
    }

    /**
     * Sets the value of the intrBkSttlmDt property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public DirectDebitTransactionInformation17 setIntrBkSttlmDt(LocalDate value) {
        this.intrBkSttlmDt = value;
        return this;
    }

    /**
     * Gets the value of the sttlmPrty property.
     * 
     * @return
     *     possible object is
     *     {@link Priority3Code }
     *     
     */
    public Priority3Code getSttlmPrty() {
        return sttlmPrty;
    }

    /**
     * Sets the value of the sttlmPrty property.
     * 
     * @param value
     *     allowed object is
     *     {@link Priority3Code }
     *     
     */
    public DirectDebitTransactionInformation17 setSttlmPrty(Priority3Code value) {
        this.sttlmPrty = value;
        return this;
    }

    /**
     * Gets the value of the instdAmt property.
     * 
     * @return
     *     possible object is
     *     {@link ActiveOrHistoricCurrencyAndAmount }
     *     
     */
    public ActiveOrHistoricCurrencyAndAmount getInstdAmt() {
        return instdAmt;
    }

    /**
     * Sets the value of the instdAmt property.
     * 
     * @param value
     *     allowed object is
     *     {@link ActiveOrHistoricCurrencyAndAmount }
     *     
     */
    public DirectDebitTransactionInformation17 setInstdAmt(ActiveOrHistoricCurrencyAndAmount value) {
        this.instdAmt = value;
        return this;
    }

    /**
     * Gets the value of the xchgRate property.
     * 
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *     
     */
    public BigDecimal getXchgRate() {
        return xchgRate;
    }

    /**
     * Sets the value of the xchgRate property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *     
     */
    public DirectDebitTransactionInformation17 setXchgRate(BigDecimal value) {
        this.xchgRate = value;
        return this;
    }

    /**
     * Gets the value of the chrgBr property.
     * 
     * @return
     *     possible object is
     *     {@link ChargeBearerType1Code }
     *     
     */
    public ChargeBearerType1Code getChrgBr() {
        return chrgBr;
    }

    /**
     * Sets the value of the chrgBr property.
     * 
     * @param value
     *     allowed object is
     *     {@link ChargeBearerType1Code }
     *     
     */
    public DirectDebitTransactionInformation17 setChrgBr(ChargeBearerType1Code value) {
        this.chrgBr = value;
        return this;
    }

    /**
     * Gets the value of the chrgsInf 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 Jakarta XML Binding object. * This is why there is not a {@code set} method for the chrgsInf property. * *

* For example, to add a new item, do as follows: *

     *    getChrgsInf().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Charges2 } * * * @return * The value of the chrgsInf property. */ public List getChrgsInf() { if (chrgsInf == null) { chrgsInf = new ArrayList<>(); } return this.chrgsInf; } /** * Gets the value of the reqdColltnDt property. * * @return * possible object is * {@link String } * */ public LocalDate getReqdColltnDt() { return reqdColltnDt; } /** * Sets the value of the reqdColltnDt property. * * @param value * allowed object is * {@link String } * */ public DirectDebitTransactionInformation17 setReqdColltnDt(LocalDate value) { this.reqdColltnDt = value; return this; } /** * Gets the value of the drctDbtTx property. * * @return * possible object is * {@link DirectDebitTransaction8 } * */ public DirectDebitTransaction8 getDrctDbtTx() { return drctDbtTx; } /** * Sets the value of the drctDbtTx property. * * @param value * allowed object is * {@link DirectDebitTransaction8 } * */ public DirectDebitTransactionInformation17 setDrctDbtTx(DirectDebitTransaction8 value) { this.drctDbtTx = value; return this; } /** * Gets the value of the cdtr property. * * @return * possible object is * {@link PartyIdentification43 } * */ public PartyIdentification43 getCdtr() { return cdtr; } /** * Sets the value of the cdtr property. * * @param value * allowed object is * {@link PartyIdentification43 } * */ public DirectDebitTransactionInformation17 setCdtr(PartyIdentification43 value) { this.cdtr = value; return this; } /** * Gets the value of the cdtrAcct property. * * @return * possible object is * {@link CashAccount24 } * */ public CashAccount24 getCdtrAcct() { return cdtrAcct; } /** * Sets the value of the cdtrAcct property. * * @param value * allowed object is * {@link CashAccount24 } * */ public DirectDebitTransactionInformation17 setCdtrAcct(CashAccount24 value) { this.cdtrAcct = value; return this; } /** * Gets the value of the cdtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getCdtrAgt() { return cdtrAgt; } /** * Sets the value of the cdtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public DirectDebitTransactionInformation17 setCdtrAgt(BranchAndFinancialInstitutionIdentification5 value) { this.cdtrAgt = value; return this; } /** * Gets the value of the cdtrAgtAcct property. * * @return * possible object is * {@link CashAccount24 } * */ public CashAccount24 getCdtrAgtAcct() { return cdtrAgtAcct; } /** * Sets the value of the cdtrAgtAcct property. * * @param value * allowed object is * {@link CashAccount24 } * */ public DirectDebitTransactionInformation17 setCdtrAgtAcct(CashAccount24 value) { this.cdtrAgtAcct = value; return this; } /** * Gets the value of the ultmtCdtr property. * * @return * possible object is * {@link PartyIdentification43 } * */ public PartyIdentification43 getUltmtCdtr() { return ultmtCdtr; } /** * Sets the value of the ultmtCdtr property. * * @param value * allowed object is * {@link PartyIdentification43 } * */ public DirectDebitTransactionInformation17 setUltmtCdtr(PartyIdentification43 value) { this.ultmtCdtr = value; return this; } /** * Gets the value of the initgPty property. * * @return * possible object is * {@link PartyIdentification43 } * */ public PartyIdentification43 getInitgPty() { return initgPty; } /** * Sets the value of the initgPty property. * * @param value * allowed object is * {@link PartyIdentification43 } * */ public DirectDebitTransactionInformation17 setInitgPty(PartyIdentification43 value) { this.initgPty = value; return this; } /** * Gets the value of the instgAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getInstgAgt() { return instgAgt; } /** * Sets the value of the instgAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public DirectDebitTransactionInformation17 setInstgAgt(BranchAndFinancialInstitutionIdentification5 value) { this.instgAgt = value; return this; } /** * Gets the value of the instdAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getInstdAgt() { return instdAgt; } /** * Sets the value of the instdAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public DirectDebitTransactionInformation17 setInstdAgt(BranchAndFinancialInstitutionIdentification5 value) { this.instdAgt = value; return this; } /** * Gets the value of the intrmyAgt1 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt1() { return intrmyAgt1; } /** * Sets the value of the intrmyAgt1 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public DirectDebitTransactionInformation17 setIntrmyAgt1(BranchAndFinancialInstitutionIdentification5 value) { this.intrmyAgt1 = value; return this; } /** * Gets the value of the intrmyAgt1Acct property. * * @return * possible object is * {@link CashAccount24 } * */ public CashAccount24 getIntrmyAgt1Acct() { return intrmyAgt1Acct; } /** * Sets the value of the intrmyAgt1Acct property. * * @param value * allowed object is * {@link CashAccount24 } * */ public DirectDebitTransactionInformation17 setIntrmyAgt1Acct(CashAccount24 value) { this.intrmyAgt1Acct = value; return this; } /** * Gets the value of the intrmyAgt2 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt2() { return intrmyAgt2; } /** * Sets the value of the intrmyAgt2 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public DirectDebitTransactionInformation17 setIntrmyAgt2(BranchAndFinancialInstitutionIdentification5 value) { this.intrmyAgt2 = value; return this; } /** * Gets the value of the intrmyAgt2Acct property. * * @return * possible object is * {@link CashAccount24 } * */ public CashAccount24 getIntrmyAgt2Acct() { return intrmyAgt2Acct; } /** * Sets the value of the intrmyAgt2Acct property. * * @param value * allowed object is * {@link CashAccount24 } * */ public DirectDebitTransactionInformation17 setIntrmyAgt2Acct(CashAccount24 value) { this.intrmyAgt2Acct = value; return this; } /** * Gets the value of the intrmyAgt3 property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getIntrmyAgt3() { return intrmyAgt3; } /** * Sets the value of the intrmyAgt3 property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public DirectDebitTransactionInformation17 setIntrmyAgt3(BranchAndFinancialInstitutionIdentification5 value) { this.intrmyAgt3 = value; return this; } /** * Gets the value of the intrmyAgt3Acct property. * * @return * possible object is * {@link CashAccount24 } * */ public CashAccount24 getIntrmyAgt3Acct() { return intrmyAgt3Acct; } /** * Sets the value of the intrmyAgt3Acct property. * * @param value * allowed object is * {@link CashAccount24 } * */ public DirectDebitTransactionInformation17 setIntrmyAgt3Acct(CashAccount24 value) { this.intrmyAgt3Acct = value; return this; } /** * Gets the value of the dbtr property. * * @return * possible object is * {@link PartyIdentification43 } * */ public PartyIdentification43 getDbtr() { return dbtr; } /** * Sets the value of the dbtr property. * * @param value * allowed object is * {@link PartyIdentification43 } * */ public DirectDebitTransactionInformation17 setDbtr(PartyIdentification43 value) { this.dbtr = value; return this; } /** * Gets the value of the dbtrAcct property. * * @return * possible object is * {@link CashAccount24 } * */ public CashAccount24 getDbtrAcct() { return dbtrAcct; } /** * Sets the value of the dbtrAcct property. * * @param value * allowed object is * {@link CashAccount24 } * */ public DirectDebitTransactionInformation17 setDbtrAcct(CashAccount24 value) { this.dbtrAcct = value; return this; } /** * Gets the value of the dbtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public BranchAndFinancialInstitutionIdentification5 getDbtrAgt() { return dbtrAgt; } /** * Sets the value of the dbtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification5 } * */ public DirectDebitTransactionInformation17 setDbtrAgt(BranchAndFinancialInstitutionIdentification5 value) { this.dbtrAgt = value; return this; } /** * Gets the value of the dbtrAgtAcct property. * * @return * possible object is * {@link CashAccount24 } * */ public CashAccount24 getDbtrAgtAcct() { return dbtrAgtAcct; } /** * Sets the value of the dbtrAgtAcct property. * * @param value * allowed object is * {@link CashAccount24 } * */ public DirectDebitTransactionInformation17 setDbtrAgtAcct(CashAccount24 value) { this.dbtrAgtAcct = value; return this; } /** * Gets the value of the ultmtDbtr property. * * @return * possible object is * {@link PartyIdentification43 } * */ public PartyIdentification43 getUltmtDbtr() { return ultmtDbtr; } /** * Sets the value of the ultmtDbtr property. * * @param value * allowed object is * {@link PartyIdentification43 } * */ public DirectDebitTransactionInformation17 setUltmtDbtr(PartyIdentification43 value) { this.ultmtDbtr = value; return this; } /** * Gets the value of the purp property. * * @return * possible object is * {@link Purpose2Choice } * */ public Purpose2Choice getPurp() { return purp; } /** * Sets the value of the purp property. * * @param value * allowed object is * {@link Purpose2Choice } * */ public DirectDebitTransactionInformation17 setPurp(Purpose2Choice value) { this.purp = value; return this; } /** * Gets the value of the rgltryRptg 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 Jakarta XML Binding object. * This is why there is not a {@code set} method for the rgltryRptg property. * *

* For example, to add a new item, do as follows: *

     *    getRgltryRptg().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RegulatoryReporting3 } * * * @return * The value of the rgltryRptg property. */ public List getRgltryRptg() { if (rgltryRptg == null) { rgltryRptg = new ArrayList<>(); } return this.rgltryRptg; } /** * Gets the value of the rltdRmtInf 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 Jakarta XML Binding object. * This is why there is not a {@code set} method for the rltdRmtInf property. * *

* For example, to add a new item, do as follows: *

     *    getRltdRmtInf().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RemittanceLocation4 } * * * @return * The value of the rltdRmtInf property. */ public List getRltdRmtInf() { if (rltdRmtInf == null) { rltdRmtInf = new ArrayList<>(); } return this.rltdRmtInf; } /** * Gets the value of the rmtInf property. * * @return * possible object is * {@link RemittanceInformation10 } * */ public RemittanceInformation10 getRmtInf() { return rmtInf; } /** * Sets the value of the rmtInf property. * * @param value * allowed object is * {@link RemittanceInformation10 } * */ public DirectDebitTransactionInformation17 setRmtInf(RemittanceInformation10 value) { this.rmtInf = value; return this; } /** * Gets the value of the splmtryData 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 Jakarta XML Binding object. * This is why there is not a {@code set} method for the splmtryData property. * *

* For example, to add a new item, do as follows: *

     *    getSplmtryData().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SupplementaryData1 } * * * @return * The value of the splmtryData property. */ public List getSplmtryData() { if (splmtryData == null) { splmtryData = new ArrayList<>(); } return this.splmtryData; } @Override public String toString() { return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE); } @Override public boolean equals(Object that) { return EqualsBuilder.reflectionEquals(this, that); } @Override public int hashCode() { return HashCodeBuilder.reflectionHashCode(this); } /** * Adds a new item to the chrgsInf list. * @see #getChrgsInf() * */ public DirectDebitTransactionInformation17 addChrgsInf(Charges2 chrgsInf) { getChrgsInf().add(chrgsInf); return this; } /** * Adds a new item to the rgltryRptg list. * @see #getRgltryRptg() * */ public DirectDebitTransactionInformation17 addRgltryRptg(RegulatoryReporting3 rgltryRptg) { getRgltryRptg().add(rgltryRptg); return this; } /** * Adds a new item to the rltdRmtInf list. * @see #getRltdRmtInf() * */ public DirectDebitTransactionInformation17 addRltdRmtInf(RemittanceLocation4 rltdRmtInf) { getRltdRmtInf().add(rltdRmtInf); return this; } /** * Adds a new item to the splmtryData list. * @see #getSplmtryData() * */ public DirectDebitTransactionInformation17 addSplmtryData(SupplementaryData1 splmtryData) { getSplmtryData().add(splmtryData); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy