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

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


/**
 * Details of settlement of a transaction.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SettlementDetails156", propOrder = {
    "hldInd",
    "prty",
    "sctiesTxTp",
    "sttlmTxCond",
    "prtlSttlmInd",
    "bnfclOwnrsh",
    "blckTrad",
    "ccpElgblty",
    "dlvryRtrRsn",
    "cshClrSys",
    "xpsrTp",
    "fxStgInstr",
    "mktClntSd",
    "netgElgblty",
    "regn",
    "rpTp",
    "lglRstrctns",
    "sctiesRTGS",
    "sttlgCpcty",
    "sttlmSysMtd",
    "taxCpcty",
    "stmpDtyTaxBsis",
    "trckg",
    "automtcBrrwg",
    "lttrOfGrnt",
    "rtrLeg",
    "modCxlAllwd",
    "elgblForColl",
    "sctiesSubBalTp",
    "cshSubBalTp"
})
public class SettlementDetails156 {

    @XmlElement(name = "HldInd")
    protected HoldIndicator7 hldInd;
    @XmlElement(name = "Prty")
    protected PriorityNumeric5Choice prty;
    @XmlElement(name = "SctiesTxTp", required = true)
    protected SecuritiesTransactionType42Choice sctiesTxTp;
    @XmlElement(name = "SttlmTxCond")
    protected List sttlmTxCond;
    @XmlElement(name = "PrtlSttlmInd")
    @XmlSchemaType(name = "string")
    protected SettlementTransactionCondition5Code prtlSttlmInd;
    @XmlElement(name = "BnfclOwnrsh")
    protected BeneficialOwnership5Choice bnfclOwnrsh;
    @XmlElement(name = "BlckTrad")
    protected BlockTrade5Choice blckTrad;
    @XmlElement(name = "CCPElgblty")
    protected CentralCounterPartyEligibility5Choice ccpElgblty;
    @XmlElement(name = "DlvryRtrRsn")
    protected DeliveryReturn4Choice dlvryRtrRsn;
    @XmlElement(name = "CshClrSys")
    protected CashSettlementSystem5Choice cshClrSys;
    @XmlElement(name = "XpsrTp")
    protected ExposureType17Choice xpsrTp;
    @XmlElement(name = "FxStgInstr")
    protected FXStandingInstruction5Choice fxStgInstr;
    @XmlElement(name = "MktClntSd")
    protected MarketClientSide7Choice mktClntSd;
    @XmlElement(name = "NetgElgblty")
    protected NettingEligibility5Choice netgElgblty;
    @XmlElement(name = "Regn")
    protected Registration11Choice regn;
    @XmlElement(name = "RpTp")
    protected RepurchaseType26Choice rpTp;
    @XmlElement(name = "LglRstrctns")
    protected Restriction6Choice lglRstrctns;
    @XmlElement(name = "SctiesRTGS")
    protected SecuritiesRTGS5Choice sctiesRTGS;
    @XmlElement(name = "SttlgCpcty")
    protected SettlingCapacity8Choice sttlgCpcty;
    @XmlElement(name = "SttlmSysMtd")
    protected SettlementSystemMethod5Choice sttlmSysMtd;
    @XmlElement(name = "TaxCpcty")
    protected TaxCapacityParty5Choice taxCpcty;
    @XmlElement(name = "StmpDtyTaxBsis")
    protected GenericIdentification47 stmpDtyTaxBsis;
    @XmlElement(name = "Trckg")
    protected Tracking5Choice trckg;
    @XmlElement(name = "AutomtcBrrwg")
    protected AutomaticBorrowing8Choice automtcBrrwg;
    @XmlElement(name = "LttrOfGrnt")
    protected LetterOfGuarantee5Choice lttrOfGrnt;
    @XmlElement(name = "RtrLeg")
    protected Boolean rtrLeg;
    @XmlElement(name = "ModCxlAllwd")
    protected ModificationCancellationAllowed5Choice modCxlAllwd;
    @XmlElement(name = "ElgblForColl")
    protected Boolean elgblForColl;
    @XmlElement(name = "SctiesSubBalTp")
    protected GenericIdentification47 sctiesSubBalTp;
    @XmlElement(name = "CshSubBalTp")
    protected GenericIdentification47 cshSubBalTp;

    /**
     * Gets the value of the hldInd property.
     * 
     * @return
     *     possible object is
     *     {@link HoldIndicator7 }
     *     
     */
    public HoldIndicator7 getHldInd() {
        return hldInd;
    }

    /**
     * Sets the value of the hldInd property.
     * 
     * @param value
     *     allowed object is
     *     {@link HoldIndicator7 }
     *     
     */
    public SettlementDetails156 setHldInd(HoldIndicator7 value) {
        this.hldInd = value;
        return this;
    }

    /**
     * Gets the value of the prty property.
     * 
     * @return
     *     possible object is
     *     {@link PriorityNumeric5Choice }
     *     
     */
    public PriorityNumeric5Choice getPrty() {
        return prty;
    }

    /**
     * Sets the value of the prty property.
     * 
     * @param value
     *     allowed object is
     *     {@link PriorityNumeric5Choice }
     *     
     */
    public SettlementDetails156 setPrty(PriorityNumeric5Choice value) {
        this.prty = value;
        return this;
    }

    /**
     * Gets the value of the sctiesTxTp property.
     * 
     * @return
     *     possible object is
     *     {@link SecuritiesTransactionType42Choice }
     *     
     */
    public SecuritiesTransactionType42Choice getSctiesTxTp() {
        return sctiesTxTp;
    }

    /**
     * Sets the value of the sctiesTxTp property.
     * 
     * @param value
     *     allowed object is
     *     {@link SecuritiesTransactionType42Choice }
     *     
     */
    public SettlementDetails156 setSctiesTxTp(SecuritiesTransactionType42Choice value) {
        this.sctiesTxTp = value;
        return this;
    }

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

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

     *    getSttlmTxCond().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SettlementTransactionCondition29Choice } * * * @return * The value of the sttlmTxCond property. */ public List getSttlmTxCond() { if (sttlmTxCond == null) { sttlmTxCond = new ArrayList<>(); } return this.sttlmTxCond; } /** * Gets the value of the prtlSttlmInd property. * * @return * possible object is * {@link SettlementTransactionCondition5Code } * */ public SettlementTransactionCondition5Code getPrtlSttlmInd() { return prtlSttlmInd; } /** * Sets the value of the prtlSttlmInd property. * * @param value * allowed object is * {@link SettlementTransactionCondition5Code } * */ public SettlementDetails156 setPrtlSttlmInd(SettlementTransactionCondition5Code value) { this.prtlSttlmInd = value; return this; } /** * Gets the value of the bnfclOwnrsh property. * * @return * possible object is * {@link BeneficialOwnership5Choice } * */ public BeneficialOwnership5Choice getBnfclOwnrsh() { return bnfclOwnrsh; } /** * Sets the value of the bnfclOwnrsh property. * * @param value * allowed object is * {@link BeneficialOwnership5Choice } * */ public SettlementDetails156 setBnfclOwnrsh(BeneficialOwnership5Choice value) { this.bnfclOwnrsh = value; return this; } /** * Gets the value of the blckTrad property. * * @return * possible object is * {@link BlockTrade5Choice } * */ public BlockTrade5Choice getBlckTrad() { return blckTrad; } /** * Sets the value of the blckTrad property. * * @param value * allowed object is * {@link BlockTrade5Choice } * */ public SettlementDetails156 setBlckTrad(BlockTrade5Choice value) { this.blckTrad = value; return this; } /** * Gets the value of the ccpElgblty property. * * @return * possible object is * {@link CentralCounterPartyEligibility5Choice } * */ public CentralCounterPartyEligibility5Choice getCCPElgblty() { return ccpElgblty; } /** * Sets the value of the ccpElgblty property. * * @param value * allowed object is * {@link CentralCounterPartyEligibility5Choice } * */ public SettlementDetails156 setCCPElgblty(CentralCounterPartyEligibility5Choice value) { this.ccpElgblty = value; return this; } /** * Gets the value of the dlvryRtrRsn property. * * @return * possible object is * {@link DeliveryReturn4Choice } * */ public DeliveryReturn4Choice getDlvryRtrRsn() { return dlvryRtrRsn; } /** * Sets the value of the dlvryRtrRsn property. * * @param value * allowed object is * {@link DeliveryReturn4Choice } * */ public SettlementDetails156 setDlvryRtrRsn(DeliveryReturn4Choice value) { this.dlvryRtrRsn = value; return this; } /** * Gets the value of the cshClrSys property. * * @return * possible object is * {@link CashSettlementSystem5Choice } * */ public CashSettlementSystem5Choice getCshClrSys() { return cshClrSys; } /** * Sets the value of the cshClrSys property. * * @param value * allowed object is * {@link CashSettlementSystem5Choice } * */ public SettlementDetails156 setCshClrSys(CashSettlementSystem5Choice value) { this.cshClrSys = value; return this; } /** * 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 SettlementDetails156 setXpsrTp(ExposureType17Choice value) { this.xpsrTp = value; return this; } /** * Gets the value of the fxStgInstr property. * * @return * possible object is * {@link FXStandingInstruction5Choice } * */ public FXStandingInstruction5Choice getFxStgInstr() { return fxStgInstr; } /** * Sets the value of the fxStgInstr property. * * @param value * allowed object is * {@link FXStandingInstruction5Choice } * */ public SettlementDetails156 setFxStgInstr(FXStandingInstruction5Choice value) { this.fxStgInstr = value; return this; } /** * Gets the value of the mktClntSd property. * * @return * possible object is * {@link MarketClientSide7Choice } * */ public MarketClientSide7Choice getMktClntSd() { return mktClntSd; } /** * Sets the value of the mktClntSd property. * * @param value * allowed object is * {@link MarketClientSide7Choice } * */ public SettlementDetails156 setMktClntSd(MarketClientSide7Choice value) { this.mktClntSd = value; return this; } /** * Gets the value of the netgElgblty property. * * @return * possible object is * {@link NettingEligibility5Choice } * */ public NettingEligibility5Choice getNetgElgblty() { return netgElgblty; } /** * Sets the value of the netgElgblty property. * * @param value * allowed object is * {@link NettingEligibility5Choice } * */ public SettlementDetails156 setNetgElgblty(NettingEligibility5Choice value) { this.netgElgblty = value; return this; } /** * Gets the value of the regn property. * * @return * possible object is * {@link Registration11Choice } * */ public Registration11Choice getRegn() { return regn; } /** * Sets the value of the regn property. * * @param value * allowed object is * {@link Registration11Choice } * */ public SettlementDetails156 setRegn(Registration11Choice value) { this.regn = value; return this; } /** * Gets the value of the rpTp property. * * @return * possible object is * {@link RepurchaseType26Choice } * */ public RepurchaseType26Choice getRpTp() { return rpTp; } /** * Sets the value of the rpTp property. * * @param value * allowed object is * {@link RepurchaseType26Choice } * */ public SettlementDetails156 setRpTp(RepurchaseType26Choice value) { this.rpTp = value; return this; } /** * Gets the value of the lglRstrctns property. * * @return * possible object is * {@link Restriction6Choice } * */ public Restriction6Choice getLglRstrctns() { return lglRstrctns; } /** * Sets the value of the lglRstrctns property. * * @param value * allowed object is * {@link Restriction6Choice } * */ public SettlementDetails156 setLglRstrctns(Restriction6Choice value) { this.lglRstrctns = value; return this; } /** * Gets the value of the sctiesRTGS property. * * @return * possible object is * {@link SecuritiesRTGS5Choice } * */ public SecuritiesRTGS5Choice getSctiesRTGS() { return sctiesRTGS; } /** * Sets the value of the sctiesRTGS property. * * @param value * allowed object is * {@link SecuritiesRTGS5Choice } * */ public SettlementDetails156 setSctiesRTGS(SecuritiesRTGS5Choice value) { this.sctiesRTGS = value; return this; } /** * Gets the value of the sttlgCpcty property. * * @return * possible object is * {@link SettlingCapacity8Choice } * */ public SettlingCapacity8Choice getSttlgCpcty() { return sttlgCpcty; } /** * Sets the value of the sttlgCpcty property. * * @param value * allowed object is * {@link SettlingCapacity8Choice } * */ public SettlementDetails156 setSttlgCpcty(SettlingCapacity8Choice value) { this.sttlgCpcty = value; return this; } /** * Gets the value of the sttlmSysMtd property. * * @return * possible object is * {@link SettlementSystemMethod5Choice } * */ public SettlementSystemMethod5Choice getSttlmSysMtd() { return sttlmSysMtd; } /** * Sets the value of the sttlmSysMtd property. * * @param value * allowed object is * {@link SettlementSystemMethod5Choice } * */ public SettlementDetails156 setSttlmSysMtd(SettlementSystemMethod5Choice value) { this.sttlmSysMtd = value; return this; } /** * Gets the value of the taxCpcty property. * * @return * possible object is * {@link TaxCapacityParty5Choice } * */ public TaxCapacityParty5Choice getTaxCpcty() { return taxCpcty; } /** * Sets the value of the taxCpcty property. * * @param value * allowed object is * {@link TaxCapacityParty5Choice } * */ public SettlementDetails156 setTaxCpcty(TaxCapacityParty5Choice value) { this.taxCpcty = value; return this; } /** * Gets the value of the stmpDtyTaxBsis property. * * @return * possible object is * {@link GenericIdentification47 } * */ public GenericIdentification47 getStmpDtyTaxBsis() { return stmpDtyTaxBsis; } /** * Sets the value of the stmpDtyTaxBsis property. * * @param value * allowed object is * {@link GenericIdentification47 } * */ public SettlementDetails156 setStmpDtyTaxBsis(GenericIdentification47 value) { this.stmpDtyTaxBsis = value; return this; } /** * Gets the value of the trckg property. * * @return * possible object is * {@link Tracking5Choice } * */ public Tracking5Choice getTrckg() { return trckg; } /** * Sets the value of the trckg property. * * @param value * allowed object is * {@link Tracking5Choice } * */ public SettlementDetails156 setTrckg(Tracking5Choice value) { this.trckg = value; return this; } /** * Gets the value of the automtcBrrwg property. * * @return * possible object is * {@link AutomaticBorrowing8Choice } * */ public AutomaticBorrowing8Choice getAutomtcBrrwg() { return automtcBrrwg; } /** * Sets the value of the automtcBrrwg property. * * @param value * allowed object is * {@link AutomaticBorrowing8Choice } * */ public SettlementDetails156 setAutomtcBrrwg(AutomaticBorrowing8Choice value) { this.automtcBrrwg = value; return this; } /** * Gets the value of the lttrOfGrnt property. * * @return * possible object is * {@link LetterOfGuarantee5Choice } * */ public LetterOfGuarantee5Choice getLttrOfGrnt() { return lttrOfGrnt; } /** * Sets the value of the lttrOfGrnt property. * * @param value * allowed object is * {@link LetterOfGuarantee5Choice } * */ public SettlementDetails156 setLttrOfGrnt(LetterOfGuarantee5Choice value) { this.lttrOfGrnt = value; return this; } /** * Gets the value of the rtrLeg property. * * @return * possible object is * {@link Boolean } * */ public Boolean isRtrLeg() { return rtrLeg; } /** * Sets the value of the rtrLeg property. * * @param value * allowed object is * {@link Boolean } * */ public SettlementDetails156 setRtrLeg(Boolean value) { this.rtrLeg = value; return this; } /** * Gets the value of the modCxlAllwd property. * * @return * possible object is * {@link ModificationCancellationAllowed5Choice } * */ public ModificationCancellationAllowed5Choice getModCxlAllwd() { return modCxlAllwd; } /** * Sets the value of the modCxlAllwd property. * * @param value * allowed object is * {@link ModificationCancellationAllowed5Choice } * */ public SettlementDetails156 setModCxlAllwd(ModificationCancellationAllowed5Choice value) { this.modCxlAllwd = value; return this; } /** * Gets the value of the elgblForColl property. * * @return * possible object is * {@link Boolean } * */ public Boolean isElgblForColl() { return elgblForColl; } /** * Sets the value of the elgblForColl property. * * @param value * allowed object is * {@link Boolean } * */ public SettlementDetails156 setElgblForColl(Boolean value) { this.elgblForColl = value; return this; } /** * Gets the value of the sctiesSubBalTp property. * * @return * possible object is * {@link GenericIdentification47 } * */ public GenericIdentification47 getSctiesSubBalTp() { return sctiesSubBalTp; } /** * Sets the value of the sctiesSubBalTp property. * * @param value * allowed object is * {@link GenericIdentification47 } * */ public SettlementDetails156 setSctiesSubBalTp(GenericIdentification47 value) { this.sctiesSubBalTp = value; return this; } /** * Gets the value of the cshSubBalTp property. * * @return * possible object is * {@link GenericIdentification47 } * */ public GenericIdentification47 getCshSubBalTp() { return cshSubBalTp; } /** * Sets the value of the cshSubBalTp property. * * @param value * allowed object is * {@link GenericIdentification47 } * */ public SettlementDetails156 setCshSubBalTp(GenericIdentification47 value) { this.cshSubBalTp = 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 sttlmTxCond list. * @see #getSttlmTxCond() * */ public SettlementDetails156 addSttlmTxCond(SettlementTransactionCondition29Choice sttlmTxCond) { getSttlmTxCond().add(sttlmTxCond); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy