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

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


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;


/**
 * Cash movements from or to a fund as a result of investment funds transactions, eg, subscriptions or redemptions.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "EstimatedFundCashForecast4", propOrder = {
    "id",
    "tradDtTm",
    "prvsTradDtTm",
    "finInstrmDtls",
    "estmtdTtlNAV",
    "prvsTtlNAV",
    "estmtdTtlUnitsNb",
    "prvsTtlUnitsNb",
    "brkdwnByPty",
    "brkdwnByCtry",
    "brkdwnByCcy",
    "brkdwnByUsrDfndParam",
    "estmtdTtlNAVChngRate",
    "invstmtCcy",
    "xcptnlNetCshFlowInd",
    "estmtdNetCshFcstDtls"
})
public class EstimatedFundCashForecast4 {

    @XmlElement(name = "Id", required = true)
    protected String id;
    @XmlElement(name = "TradDtTm", required = true)
    protected DateAndDateTimeChoice tradDtTm;
    @XmlElement(name = "PrvsTradDtTm", required = true)
    protected DateAndDateTimeChoice prvsTradDtTm;
    @XmlElement(name = "FinInstrmDtls", required = true)
    protected FinancialInstrument9 finInstrmDtls;
    @XmlElement(name = "EstmtdTtlNAV")
    protected ActiveOrHistoricCurrencyAndAmount estmtdTtlNAV;
    @XmlElement(name = "PrvsTtlNAV")
    protected ActiveOrHistoricCurrencyAndAmount prvsTtlNAV;
    @XmlElement(name = "EstmtdTtlUnitsNb")
    protected FinancialInstrumentQuantity1 estmtdTtlUnitsNb;
    @XmlElement(name = "PrvsTtlUnitsNb")
    protected FinancialInstrumentQuantity1 prvsTtlUnitsNb;
    @XmlElement(name = "BrkdwnByPty")
    protected List brkdwnByPty;
    @XmlElement(name = "BrkdwnByCtry")
    protected List brkdwnByCtry;
    @XmlElement(name = "BrkdwnByCcy")
    protected List brkdwnByCcy;
    @XmlElement(name = "BrkdwnByUsrDfndParam")
    protected List brkdwnByUsrDfndParam;
    @XmlElement(name = "EstmtdTtlNAVChngRate")
    protected BigDecimal estmtdTtlNAVChngRate;
    @XmlElement(name = "InvstmtCcy")
    protected List invstmtCcy;
    @XmlElement(name = "XcptnlNetCshFlowInd")
    protected boolean xcptnlNetCshFlowInd;
    @XmlElement(name = "EstmtdNetCshFcstDtls")
    protected List estmtdNetCshFcstDtls;

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

    /**
     * Sets the value of the id property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public EstimatedFundCashForecast4 setId(String value) {
        this.id = value;
        return this;
    }

    /**
     * Gets the value of the tradDtTm property.
     * 
     * @return
     *     possible object is
     *     {@link DateAndDateTimeChoice }
     *     
     */
    public DateAndDateTimeChoice getTradDtTm() {
        return tradDtTm;
    }

    /**
     * Sets the value of the tradDtTm property.
     * 
     * @param value
     *     allowed object is
     *     {@link DateAndDateTimeChoice }
     *     
     */
    public EstimatedFundCashForecast4 setTradDtTm(DateAndDateTimeChoice value) {
        this.tradDtTm = value;
        return this;
    }

    /**
     * Gets the value of the prvsTradDtTm property.
     * 
     * @return
     *     possible object is
     *     {@link DateAndDateTimeChoice }
     *     
     */
    public DateAndDateTimeChoice getPrvsTradDtTm() {
        return prvsTradDtTm;
    }

    /**
     * Sets the value of the prvsTradDtTm property.
     * 
     * @param value
     *     allowed object is
     *     {@link DateAndDateTimeChoice }
     *     
     */
    public EstimatedFundCashForecast4 setPrvsTradDtTm(DateAndDateTimeChoice value) {
        this.prvsTradDtTm = value;
        return this;
    }

    /**
     * Gets the value of the finInstrmDtls property.
     * 
     * @return
     *     possible object is
     *     {@link FinancialInstrument9 }
     *     
     */
    public FinancialInstrument9 getFinInstrmDtls() {
        return finInstrmDtls;
    }

    /**
     * Sets the value of the finInstrmDtls property.
     * 
     * @param value
     *     allowed object is
     *     {@link FinancialInstrument9 }
     *     
     */
    public EstimatedFundCashForecast4 setFinInstrmDtls(FinancialInstrument9 value) {
        this.finInstrmDtls = value;
        return this;
    }

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

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

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

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

    /**
     * Gets the value of the estmtdTtlUnitsNb property.
     * 
     * @return
     *     possible object is
     *     {@link FinancialInstrumentQuantity1 }
     *     
     */
    public FinancialInstrumentQuantity1 getEstmtdTtlUnitsNb() {
        return estmtdTtlUnitsNb;
    }

    /**
     * Sets the value of the estmtdTtlUnitsNb property.
     * 
     * @param value
     *     allowed object is
     *     {@link FinancialInstrumentQuantity1 }
     *     
     */
    public EstimatedFundCashForecast4 setEstmtdTtlUnitsNb(FinancialInstrumentQuantity1 value) {
        this.estmtdTtlUnitsNb = value;
        return this;
    }

    /**
     * Gets the value of the prvsTtlUnitsNb property.
     * 
     * @return
     *     possible object is
     *     {@link FinancialInstrumentQuantity1 }
     *     
     */
    public FinancialInstrumentQuantity1 getPrvsTtlUnitsNb() {
        return prvsTtlUnitsNb;
    }

    /**
     * Sets the value of the prvsTtlUnitsNb property.
     * 
     * @param value
     *     allowed object is
     *     {@link FinancialInstrumentQuantity1 }
     *     
     */
    public EstimatedFundCashForecast4 setPrvsTtlUnitsNb(FinancialInstrumentQuantity1 value) {
        this.prvsTtlUnitsNb = value;
        return this;
    }

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

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

     *    getBrkdwnByPty().add(newItem);
     * 
* * *

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

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

     *    getBrkdwnByCtry().add(newItem);
     * 
* * *

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

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

     *    getBrkdwnByCcy().add(newItem);
     * 
* * *

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

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

     *    getBrkdwnByUsrDfndParam().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link BreakdownByUserDefinedParameter1 } * * */ public List getBrkdwnByUsrDfndParam() { if (brkdwnByUsrDfndParam == null) { brkdwnByUsrDfndParam = new ArrayList(); } return this.brkdwnByUsrDfndParam; } /** * Gets the value of the estmtdTtlNAVChngRate property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getEstmtdTtlNAVChngRate() { return estmtdTtlNAVChngRate; } /** * Sets the value of the estmtdTtlNAVChngRate property. * * @param value * allowed object is * {@link BigDecimal } * */ public EstimatedFundCashForecast4 setEstmtdTtlNAVChngRate(BigDecimal value) { this.estmtdTtlNAVChngRate = value; return this; } /** * Gets the value of the invstmtCcy 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 invstmtCcy property. * *

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

     *    getInvstmtCcy().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getInvstmtCcy() { if (invstmtCcy == null) { invstmtCcy = new ArrayList(); } return this.invstmtCcy; } /** * Gets the value of the xcptnlNetCshFlowInd property. * */ public boolean isXcptnlNetCshFlowInd() { return xcptnlNetCshFlowInd; } /** * Sets the value of the xcptnlNetCshFlowInd property. * */ public EstimatedFundCashForecast4 setXcptnlNetCshFlowInd(boolean value) { this.xcptnlNetCshFlowInd = value; return this; } /** * Gets the value of the estmtdNetCshFcstDtls 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 estmtdNetCshFcstDtls property. * *

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

     *    getEstmtdNetCshFcstDtls().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link NetCashForecast2 } * * */ public List getEstmtdNetCshFcstDtls() { if (estmtdNetCshFcstDtls == null) { estmtdNetCshFcstDtls = new ArrayList(); } return this.estmtdNetCshFcstDtls; } @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 brkdwnByPty list. * @see #getBrkdwnByPty() * */ public EstimatedFundCashForecast4 addBrkdwnByPty(BreakdownByParty1 brkdwnByPty) { getBrkdwnByPty().add(brkdwnByPty); return this; } /** * Adds a new item to the brkdwnByCtry list. * @see #getBrkdwnByCtry() * */ public EstimatedFundCashForecast4 addBrkdwnByCtry(BreakdownByCountry1 brkdwnByCtry) { getBrkdwnByCtry().add(brkdwnByCtry); return this; } /** * Adds a new item to the brkdwnByCcy list. * @see #getBrkdwnByCcy() * */ public EstimatedFundCashForecast4 addBrkdwnByCcy(BreakdownByCurrency1 brkdwnByCcy) { getBrkdwnByCcy().add(brkdwnByCcy); return this; } /** * Adds a new item to the brkdwnByUsrDfndParam list. * @see #getBrkdwnByUsrDfndParam() * */ public EstimatedFundCashForecast4 addBrkdwnByUsrDfndParam(BreakdownByUserDefinedParameter1 brkdwnByUsrDfndParam) { getBrkdwnByUsrDfndParam().add(brkdwnByUsrDfndParam); return this; } /** * Adds a new item to the invstmtCcy list. * @see #getInvstmtCcy() * */ public EstimatedFundCashForecast4 addInvstmtCcy(String invstmtCcy) { getInvstmtCcy().add(invstmtCcy); return this; } /** * Adds a new item to the estmtdNetCshFcstDtls list. * @see #getEstmtdNetCshFcstDtls() * */ public EstimatedFundCashForecast4 addEstmtdNetCshFcstDtls(NetCashForecast2 estmtdNetCshFcstDtls) { getEstmtdNetCshFcstDtls().add(estmtdNetCshFcstDtls); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy