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

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

The newest version!

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

import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
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;


/**
 * Content of the acceptor configuration.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AcceptorConfigurationContent8", propOrder = {
    "rplcCfgtn",
    "tmsPrtcolParams",
    "acqrrPrtcolParams",
    "mrchntParams",
    "termnlParams",
    "applParams",
    "hstComParams",
    "sctyParams",
    "saleToPOIParams"
})
public class AcceptorConfigurationContent8 {

    @XmlElement(name = "RplcCfgtn")
    protected Boolean rplcCfgtn;
    @XmlElement(name = "TMSPrtcolParams")
    protected List tmsPrtcolParams;
    @XmlElement(name = "AcqrrPrtcolParams")
    protected List acqrrPrtcolParams;
    @XmlElement(name = "MrchntParams")
    protected List mrchntParams;
    @XmlElement(name = "TermnlParams")
    protected List termnlParams;
    @XmlElement(name = "ApplParams")
    protected List applParams;
    @XmlElement(name = "HstComParams")
    protected List hstComParams;
    @XmlElement(name = "SctyParams")
    protected List sctyParams;
    @XmlElement(name = "SaleToPOIParams")
    protected List saleToPOIParams;

    /**
     * Gets the value of the rplcCfgtn property.
     * 
     * @return
     *     possible object is
     *     {@link Boolean }
     *     
     */
    public Boolean isRplcCfgtn() {
        return rplcCfgtn;
    }

    /**
     * Sets the value of the rplcCfgtn property.
     * 
     * @param value
     *     allowed object is
     *     {@link Boolean }
     *     
     */
    public AcceptorConfigurationContent8 setRplcCfgtn(Boolean value) {
        this.rplcCfgtn = value;
        return this;
    }

    /**
     * Gets the value of the tmsPrtcolParams 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 tmsPrtcolParams property. * *

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

     *    getTMSPrtcolParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TMSProtocolParameters4 } * * * @return * The value of the tmsPrtcolParams property. */ public List getTMSPrtcolParams() { if (tmsPrtcolParams == null) { tmsPrtcolParams = new ArrayList<>(); } return this.tmsPrtcolParams; } /** * Gets the value of the acqrrPrtcolParams 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 acqrrPrtcolParams property. * *

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

     *    getAcqrrPrtcolParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AcquirerProtocolParameters12 } * * * @return * The value of the acqrrPrtcolParams property. */ public List getAcqrrPrtcolParams() { if (acqrrPrtcolParams == null) { acqrrPrtcolParams = new ArrayList<>(); } return this.acqrrPrtcolParams; } /** * Gets the value of the mrchntParams 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 mrchntParams property. * *

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

     *    getMrchntParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link MerchantConfigurationParameters4 } * * * @return * The value of the mrchntParams property. */ public List getMrchntParams() { if (mrchntParams == null) { mrchntParams = new ArrayList<>(); } return this.mrchntParams; } /** * Gets the value of the termnlParams 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 termnlParams property. * *

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

     *    getTermnlParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PaymentTerminalParameters6 } * * * @return * The value of the termnlParams property. */ public List getTermnlParams() { if (termnlParams == null) { termnlParams = new ArrayList<>(); } return this.termnlParams; } /** * Gets the value of the applParams 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 applParams property. * *

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

     *    getApplParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ApplicationParameters8 } * * * @return * The value of the applParams property. */ public List getApplParams() { if (applParams == null) { applParams = new ArrayList<>(); } return this.applParams; } /** * Gets the value of the hstComParams 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 hstComParams property. * *

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

     *    getHstComParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link HostCommunicationParameter5 } * * * @return * The value of the hstComParams property. */ public List getHstComParams() { if (hstComParams == null) { hstComParams = new ArrayList<>(); } return this.hstComParams; } /** * Gets the value of the sctyParams 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 sctyParams property. * *

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

     *    getSctyParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SecurityParameters11 } * * * @return * The value of the sctyParams property. */ public List getSctyParams() { if (sctyParams == null) { sctyParams = new ArrayList<>(); } return this.sctyParams; } /** * Gets the value of the saleToPOIParams 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 saleToPOIParams property. * *

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

     *    getSaleToPOIParams().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SaleToPOIProtocolParameter1 } * * * @return * The value of the saleToPOIParams property. */ public List getSaleToPOIParams() { if (saleToPOIParams == null) { saleToPOIParams = new ArrayList<>(); } return this.saleToPOIParams; } @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 tMSPrtcolParams list. * @see #getTMSPrtcolParams() * */ public AcceptorConfigurationContent8 addTMSPrtcolParams(TMSProtocolParameters4 tMSPrtcolParams) { getTMSPrtcolParams().add(tMSPrtcolParams); return this; } /** * Adds a new item to the acqrrPrtcolParams list. * @see #getAcqrrPrtcolParams() * */ public AcceptorConfigurationContent8 addAcqrrPrtcolParams(AcquirerProtocolParameters12 acqrrPrtcolParams) { getAcqrrPrtcolParams().add(acqrrPrtcolParams); return this; } /** * Adds a new item to the mrchntParams list. * @see #getMrchntParams() * */ public AcceptorConfigurationContent8 addMrchntParams(MerchantConfigurationParameters4 mrchntParams) { getMrchntParams().add(mrchntParams); return this; } /** * Adds a new item to the termnlParams list. * @see #getTermnlParams() * */ public AcceptorConfigurationContent8 addTermnlParams(PaymentTerminalParameters6 termnlParams) { getTermnlParams().add(termnlParams); return this; } /** * Adds a new item to the applParams list. * @see #getApplParams() * */ public AcceptorConfigurationContent8 addApplParams(ApplicationParameters8 applParams) { getApplParams().add(applParams); return this; } /** * Adds a new item to the hstComParams list. * @see #getHstComParams() * */ public AcceptorConfigurationContent8 addHstComParams(HostCommunicationParameter5 hstComParams) { getHstComParams().add(hstComParams); return this; } /** * Adds a new item to the sctyParams list. * @see #getSctyParams() * */ public AcceptorConfigurationContent8 addSctyParams(SecurityParameters11 sctyParams) { getSctyParams().add(sctyParams); return this; } /** * Adds a new item to the saleToPOIParams list. * @see #getSaleToPOIParams() * */ public AcceptorConfigurationContent8 addSaleToPOIParams(SaleToPOIProtocolParameter1 saleToPOIParams) { getSaleToPOIParams().add(saleToPOIParams); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy