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

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

There is a newer version: SRU2024-10.2.4
Show newest version

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

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 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;


/**
 * Net position of a segregated holding, in a single security, within the overall position held in a securities account at a specified place of safekeeping.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AggregateBalancePerSafekeepingPlace35", propOrder = {
    "sfkpgPlc",
    "plcOfListg",
    "pldgee",
    "aggtBal",
    "pricDtls",
    "fxDtls",
    "daysAcrd",
    "acctBaseCcyAmts",
    "instrmCcyAmts",
    "altrnRptgCcyAmts",
    "qtyBrkdwn",
    "xpsrTp",
    "balBrkdwn",
    "addtlBalBrkdwn",
    "hldgAddtlDtls"
})
public class AggregateBalancePerSafekeepingPlace35 {

    @XmlElement(name = "SfkpgPlc", required = true)
    protected SafeKeepingPlace4 sfkpgPlc;
    @XmlElement(name = "PlcOfListg")
    protected MarketIdentification4Choice plcOfListg;
    @XmlElement(name = "Pldgee")
    protected Pledgee4 pldgee;
    @XmlElement(name = "AggtBal", required = true)
    protected Balance10 aggtBal;
    @XmlElement(name = "PricDtls", required = true)
    protected List pricDtls;
    @XmlElement(name = "FXDtls")
    protected List fxDtls;
    @XmlElement(name = "DaysAcrd")
    protected BigDecimal daysAcrd;
    @XmlElement(name = "AcctBaseCcyAmts", required = true)
    protected BalanceAmounts5 acctBaseCcyAmts;
    @XmlElement(name = "InstrmCcyAmts")
    protected BalanceAmounts5 instrmCcyAmts;
    @XmlElement(name = "AltrnRptgCcyAmts")
    protected BalanceAmounts5 altrnRptgCcyAmts;
    @XmlElement(name = "QtyBrkdwn")
    protected List qtyBrkdwn;
    @XmlElement(name = "XpsrTp")
    protected ExposureType17Choice xpsrTp;
    @XmlElement(name = "BalBrkdwn")
    protected List balBrkdwn;
    @XmlElement(name = "AddtlBalBrkdwn")
    protected List addtlBalBrkdwn;
    @XmlElement(name = "HldgAddtlDtls")
    protected String hldgAddtlDtls;

    /**
     * Gets the value of the sfkpgPlc property.
     * 
     * @return
     *     possible object is
     *     {@link SafeKeepingPlace4 }
     *     
     */
    public SafeKeepingPlace4 getSfkpgPlc() {
        return sfkpgPlc;
    }

    /**
     * Sets the value of the sfkpgPlc property.
     * 
     * @param value
     *     allowed object is
     *     {@link SafeKeepingPlace4 }
     *     
     */
    public AggregateBalancePerSafekeepingPlace35 setSfkpgPlc(SafeKeepingPlace4 value) {
        this.sfkpgPlc = value;
        return this;
    }

    /**
     * Gets the value of the plcOfListg property.
     * 
     * @return
     *     possible object is
     *     {@link MarketIdentification4Choice }
     *     
     */
    public MarketIdentification4Choice getPlcOfListg() {
        return plcOfListg;
    }

    /**
     * Sets the value of the plcOfListg property.
     * 
     * @param value
     *     allowed object is
     *     {@link MarketIdentification4Choice }
     *     
     */
    public AggregateBalancePerSafekeepingPlace35 setPlcOfListg(MarketIdentification4Choice value) {
        this.plcOfListg = value;
        return this;
    }

    /**
     * Gets the value of the pldgee property.
     * 
     * @return
     *     possible object is
     *     {@link Pledgee4 }
     *     
     */
    public Pledgee4 getPldgee() {
        return pldgee;
    }

    /**
     * Sets the value of the pldgee property.
     * 
     * @param value
     *     allowed object is
     *     {@link Pledgee4 }
     *     
     */
    public AggregateBalancePerSafekeepingPlace35 setPldgee(Pledgee4 value) {
        this.pldgee = value;
        return this;
    }

    /**
     * Gets the value of the aggtBal property.
     * 
     * @return
     *     possible object is
     *     {@link Balance10 }
     *     
     */
    public Balance10 getAggtBal() {
        return aggtBal;
    }

    /**
     * Sets the value of the aggtBal property.
     * 
     * @param value
     *     allowed object is
     *     {@link Balance10 }
     *     
     */
    public AggregateBalancePerSafekeepingPlace35 setAggtBal(Balance10 value) {
        this.aggtBal = value;
        return this;
    }

    /**
     * Gets the value of the pricDtls 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 set method for the pricDtls property. * *

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

     *    getPricDtls().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link PriceInformation22 } * * */ public List getPricDtls() { if (pricDtls == null) { pricDtls = new ArrayList(); } return this.pricDtls; } /** * Gets the value of the fxDtls 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 set method for the fxDtls property. * *

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

     *    getFXDtls().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ForeignExchangeTerms35 } * * */ public List getFXDtls() { if (fxDtls == null) { fxDtls = new ArrayList(); } return this.fxDtls; } /** * Gets the value of the daysAcrd property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getDaysAcrd() { return daysAcrd; } /** * Sets the value of the daysAcrd property. * * @param value * allowed object is * {@link BigDecimal } * */ public AggregateBalancePerSafekeepingPlace35 setDaysAcrd(BigDecimal value) { this.daysAcrd = value; return this; } /** * Gets the value of the acctBaseCcyAmts property. * * @return * possible object is * {@link BalanceAmounts5 } * */ public BalanceAmounts5 getAcctBaseCcyAmts() { return acctBaseCcyAmts; } /** * Sets the value of the acctBaseCcyAmts property. * * @param value * allowed object is * {@link BalanceAmounts5 } * */ public AggregateBalancePerSafekeepingPlace35 setAcctBaseCcyAmts(BalanceAmounts5 value) { this.acctBaseCcyAmts = value; return this; } /** * Gets the value of the instrmCcyAmts property. * * @return * possible object is * {@link BalanceAmounts5 } * */ public BalanceAmounts5 getInstrmCcyAmts() { return instrmCcyAmts; } /** * Sets the value of the instrmCcyAmts property. * * @param value * allowed object is * {@link BalanceAmounts5 } * */ public AggregateBalancePerSafekeepingPlace35 setInstrmCcyAmts(BalanceAmounts5 value) { this.instrmCcyAmts = value; return this; } /** * Gets the value of the altrnRptgCcyAmts property. * * @return * possible object is * {@link BalanceAmounts5 } * */ public BalanceAmounts5 getAltrnRptgCcyAmts() { return altrnRptgCcyAmts; } /** * Sets the value of the altrnRptgCcyAmts property. * * @param value * allowed object is * {@link BalanceAmounts5 } * */ public AggregateBalancePerSafekeepingPlace35 setAltrnRptgCcyAmts(BalanceAmounts5 value) { this.altrnRptgCcyAmts = value; return this; } /** * Gets the value of the qtyBrkdwn 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 set method for the qtyBrkdwn property. * *

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

     *    getQtyBrkdwn().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link QuantityBreakdown55 } * * */ public List getQtyBrkdwn() { if (qtyBrkdwn == null) { qtyBrkdwn = new ArrayList(); } return this.qtyBrkdwn; } /** * Gets the value of the xpsrTp property. * * @return * possible object is * {@link ExposureType17Choice } * */ public ExposureType17Choice getXpsrTp() { return xpsrTp; } /** * Sets the value of the xpsrTp property. * * @param value * allowed object is * {@link ExposureType17Choice } * */ public AggregateBalancePerSafekeepingPlace35 setXpsrTp(ExposureType17Choice value) { this.xpsrTp = value; return this; } /** * Gets the value of the balBrkdwn 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 set method for the balBrkdwn property. * *

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

     *    getBalBrkdwn().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SubBalanceInformation16 } * * */ public List getBalBrkdwn() { if (balBrkdwn == null) { balBrkdwn = new ArrayList(); } return this.balBrkdwn; } /** * Gets the value of the addtlBalBrkdwn 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 set method for the addtlBalBrkdwn property. * *

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

     *    getAddtlBalBrkdwn().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link AdditionalBalanceInformation16 } * * */ public List getAddtlBalBrkdwn() { if (addtlBalBrkdwn == null) { addtlBalBrkdwn = new ArrayList(); } return this.addtlBalBrkdwn; } /** * Gets the value of the hldgAddtlDtls property. * * @return * possible object is * {@link String } * */ public String getHldgAddtlDtls() { return hldgAddtlDtls; } /** * Sets the value of the hldgAddtlDtls property. * * @param value * allowed object is * {@link String } * */ public AggregateBalancePerSafekeepingPlace35 setHldgAddtlDtls(String value) { this.hldgAddtlDtls = value; return this; } @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 pricDtls list. * @see #getPricDtls() * */ public AggregateBalancePerSafekeepingPlace35 addPricDtls(PriceInformation22 pricDtls) { getPricDtls().add(pricDtls); return this; } /** * Adds a new item to the fXDtls list. * @see #getFXDtls() * */ public AggregateBalancePerSafekeepingPlace35 addFXDtls(ForeignExchangeTerms35 fXDtls) { getFXDtls().add(fXDtls); return this; } /** * Adds a new item to the qtyBrkdwn list. * @see #getQtyBrkdwn() * */ public AggregateBalancePerSafekeepingPlace35 addQtyBrkdwn(QuantityBreakdown55 qtyBrkdwn) { getQtyBrkdwn().add(qtyBrkdwn); return this; } /** * Adds a new item to the balBrkdwn list. * @see #getBalBrkdwn() * */ public AggregateBalancePerSafekeepingPlace35 addBalBrkdwn(SubBalanceInformation16 balBrkdwn) { getBalBrkdwn().add(balBrkdwn); return this; } /** * Adds a new item to the addtlBalBrkdwn list. * @see #getAddtlBalBrkdwn() * */ public AggregateBalancePerSafekeepingPlace35 addAddtlBalBrkdwn(AdditionalBalanceInformation16 addtlBalBrkdwn) { getAddtlBalBrkdwn().add(addtlBalBrkdwn); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy