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

com.prowidesoftware.swift.model.mx.dic.DTCCCASTSD1V02 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;


/**
 * The DTCCCASTSD1 message extends ISO Corporate Action Instruction Statement Report message with DTCC corporate action elements not covered in the standard message.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DTCCCASTSD1V02", propOrder = {
    "evtBalDtls",
    "ttlInstdBalOptnBalDtls",
    "ttlInstdBalOptnInstrDtls",
    "ttlInstdBalOptnPrtctInstrDtls"
})
public class DTCCCASTSD1V02 {

    @XmlElement(name = "EvtBalDtls")
    protected CorporateActionBalanceSD5 evtBalDtls;
    @XmlElement(name = "TtlInstdBalOptnBalDtls")
    protected List ttlInstdBalOptnBalDtls;
    @XmlElement(name = "TtlInstdBalOptnInstrDtls")
    protected List ttlInstdBalOptnInstrDtls;
    @XmlElement(name = "TtlInstdBalOptnPrtctInstrDtls")
    protected List ttlInstdBalOptnPrtctInstrDtls;

    /**
     * Gets the value of the evtBalDtls property.
     * 
     * @return
     *     possible object is
     *     {@link CorporateActionBalanceSD5 }
     *     
     */
    public CorporateActionBalanceSD5 getEvtBalDtls() {
        return evtBalDtls;
    }

    /**
     * Sets the value of the evtBalDtls property.
     * 
     * @param value
     *     allowed object is
     *     {@link CorporateActionBalanceSD5 }
     *     
     */
    public DTCCCASTSD1V02 setEvtBalDtls(CorporateActionBalanceSD5 value) {
        this.evtBalDtls = value;
        return this;
    }

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

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

     *    getTtlInstdBalOptnBalDtls().add(newItem);
     * 
* * *

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

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

     *    getTtlInstdBalOptnInstrDtls().add(newItem);
     * 
* * *

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

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

     *    getTtlInstdBalOptnPrtctInstrDtls().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CorporateActionInstructedBalanceOptionProtectInstructionDetailsSD2 } * * * @return * The value of the ttlInstdBalOptnPrtctInstrDtls property. */ public List getTtlInstdBalOptnPrtctInstrDtls() { if (ttlInstdBalOptnPrtctInstrDtls == null) { ttlInstdBalOptnPrtctInstrDtls = new ArrayList<>(); } return this.ttlInstdBalOptnPrtctInstrDtls; } @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 ttlInstdBalOptnBalDtls list. * @see #getTtlInstdBalOptnBalDtls() * */ public DTCCCASTSD1V02 addTtlInstdBalOptnBalDtls(CorporateActionInstructedBalanceOptionBalanceDetailsSD2 ttlInstdBalOptnBalDtls) { getTtlInstdBalOptnBalDtls().add(ttlInstdBalOptnBalDtls); return this; } /** * Adds a new item to the ttlInstdBalOptnInstrDtls list. * @see #getTtlInstdBalOptnInstrDtls() * */ public DTCCCASTSD1V02 addTtlInstdBalOptnInstrDtls(CorporateActionInstructedBalanceOptionInstructionDetailsSD2 ttlInstdBalOptnInstrDtls) { getTtlInstdBalOptnInstrDtls().add(ttlInstdBalOptnInstrDtls); return this; } /** * Adds a new item to the ttlInstdBalOptnPrtctInstrDtls list. * @see #getTtlInstdBalOptnPrtctInstrDtls() * */ public DTCCCASTSD1V02 addTtlInstdBalOptnPrtctInstrDtls(CorporateActionInstructedBalanceOptionProtectInstructionDetailsSD2 ttlInstdBalOptnPrtctInstrDtls) { getTtlInstdBalOptnPrtctInstrDtls().add(ttlInstdBalOptnPrtctInstrDtls); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy