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

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

The newest version!

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

import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.List;
import com.prowidesoftware.swift.model.mx.adapters.IsoDateTimeAdapter;
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 jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
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;


/**
 * Specifies the details of the transaction.
 * 
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransactionDetails105", propOrder = {
    "tradId",
    "poolId",
    "corpActnEvtId",
    "trptyAgtSvcPrvdrCollTxId",
    "clntTrptyCollTxId",
    "clntCollInstrId",
    "trptyAgtSvcPrvdrCollInstrId",
    "acctOwnr",
    "sfkpgAcct",
    "sfkpgPlc",
    "plcOfTrad",
    "plcOfClr",
    "finInstrmId",
    "sttlmQty",
    "sttlmAmt",
    "lateDlvryDt",
    "xpctdSttlmDt",
    "xpctdValDt",
    "sttlmDt",
    "tradDt",
    "ackdStsTmStmp",
    "mtchdStsTmStmp",
    "sctiesMvmntTp",
    "pmt",
    "sttlmParams",
    "rcvgSttlmPties",
    "dlvrgSttlmPties",
    "invstr",
    "qlfdFrgnIntrmy",
    "sttlmInstrPrcgAddtlDtls"
})
public class TransactionDetails105 {

    @XmlElement(name = "TradId")
    protected List tradId;
    @XmlElement(name = "PoolId")
    protected String poolId;
    @XmlElement(name = "CorpActnEvtId")
    protected String corpActnEvtId;
    @XmlElement(name = "TrptyAgtSvcPrvdrCollTxId")
    protected String trptyAgtSvcPrvdrCollTxId;
    @XmlElement(name = "ClntTrptyCollTxId")
    protected String clntTrptyCollTxId;
    @XmlElement(name = "ClntCollInstrId")
    protected String clntCollInstrId;
    @XmlElement(name = "TrptyAgtSvcPrvdrCollInstrId")
    protected String trptyAgtSvcPrvdrCollInstrId;
    @XmlElement(name = "AcctOwnr")
    protected PartyIdentification98 acctOwnr;
    @XmlElement(name = "SfkpgAcct", required = true)
    protected SecuritiesAccount19 sfkpgAcct;
    @XmlElement(name = "SfkpgPlc")
    protected SafeKeepingPlace1 sfkpgPlc;
    @XmlElement(name = "PlcOfTrad")
    protected PlaceOfTradeIdentification1 plcOfTrad;
    @XmlElement(name = "PlcOfClr")
    protected PlaceOfClearingIdentification1 plcOfClr;
    @XmlElement(name = "FinInstrmId", required = true)
    protected SecurityIdentification19 finInstrmId;
    @XmlElement(name = "SttlmQty", required = true)
    protected Quantity6Choice sttlmQty;
    @XmlElement(name = "SttlmAmt")
    protected AmountAndDirection51 sttlmAmt;
    @XmlElement(name = "LateDlvryDt")
    protected DateAndDateTime2Choice lateDlvryDt;
    @XmlElement(name = "XpctdSttlmDt")
    protected DateAndDateTime2Choice xpctdSttlmDt;
    @XmlElement(name = "XpctdValDt")
    protected DateAndDateTime2Choice xpctdValDt;
    @XmlElement(name = "SttlmDt", required = true)
    protected SettlementDate19Choice sttlmDt;
    @XmlElement(name = "TradDt")
    protected TradeDate8Choice tradDt;
    @XmlElement(name = "AckdStsTmStmp", type = String.class)
    @XmlJavaTypeAdapter(IsoDateTimeAdapter.class)
    @XmlSchemaType(name = "dateTime")
    protected OffsetDateTime ackdStsTmStmp;
    @XmlElement(name = "MtchdStsTmStmp", type = String.class)
    @XmlJavaTypeAdapter(IsoDateTimeAdapter.class)
    @XmlSchemaType(name = "dateTime")
    protected OffsetDateTime mtchdStsTmStmp;
    @XmlElement(name = "SctiesMvmntTp", required = true)
    @XmlSchemaType(name = "string")
    protected ReceiveDelivery1Code sctiesMvmntTp;
    @XmlElement(name = "Pmt", required = true)
    @XmlSchemaType(name = "string")
    protected DeliveryReceiptType2Code pmt;
    @XmlElement(name = "SttlmParams", required = true)
    protected SettlementDetails143 sttlmParams;
    @XmlElement(name = "RcvgSttlmPties")
    protected SettlementParties40 rcvgSttlmPties;
    @XmlElement(name = "DlvrgSttlmPties")
    protected SettlementParties40 dlvrgSttlmPties;
    @XmlElement(name = "Invstr")
    protected PartyIdentification99 invstr;
    @XmlElement(name = "QlfdFrgnIntrmy")
    protected PartyIdentification100 qlfdFrgnIntrmy;
    @XmlElement(name = "SttlmInstrPrcgAddtlDtls")
    protected String sttlmInstrPrcgAddtlDtls;

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

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

     *    getTradId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * * @return * The value of the tradId property. */ public List getTradId() { if (tradId == null) { tradId = new ArrayList<>(); } return this.tradId; } /** * Gets the value of the poolId property. * * @return * possible object is * {@link String } * */ public String getPoolId() { return poolId; } /** * Sets the value of the poolId property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setPoolId(String value) { this.poolId = value; return this; } /** * Gets the value of the corpActnEvtId property. * * @return * possible object is * {@link String } * */ public String getCorpActnEvtId() { return corpActnEvtId; } /** * Sets the value of the corpActnEvtId property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setCorpActnEvtId(String value) { this.corpActnEvtId = value; return this; } /** * Gets the value of the trptyAgtSvcPrvdrCollTxId property. * * @return * possible object is * {@link String } * */ public String getTrptyAgtSvcPrvdrCollTxId() { return trptyAgtSvcPrvdrCollTxId; } /** * Sets the value of the trptyAgtSvcPrvdrCollTxId property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setTrptyAgtSvcPrvdrCollTxId(String value) { this.trptyAgtSvcPrvdrCollTxId = value; return this; } /** * Gets the value of the clntTrptyCollTxId property. * * @return * possible object is * {@link String } * */ public String getClntTrptyCollTxId() { return clntTrptyCollTxId; } /** * Sets the value of the clntTrptyCollTxId property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setClntTrptyCollTxId(String value) { this.clntTrptyCollTxId = value; return this; } /** * Gets the value of the clntCollInstrId property. * * @return * possible object is * {@link String } * */ public String getClntCollInstrId() { return clntCollInstrId; } /** * Sets the value of the clntCollInstrId property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setClntCollInstrId(String value) { this.clntCollInstrId = value; return this; } /** * Gets the value of the trptyAgtSvcPrvdrCollInstrId property. * * @return * possible object is * {@link String } * */ public String getTrptyAgtSvcPrvdrCollInstrId() { return trptyAgtSvcPrvdrCollInstrId; } /** * Sets the value of the trptyAgtSvcPrvdrCollInstrId property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setTrptyAgtSvcPrvdrCollInstrId(String value) { this.trptyAgtSvcPrvdrCollInstrId = value; return this; } /** * Gets the value of the acctOwnr property. * * @return * possible object is * {@link PartyIdentification98 } * */ public PartyIdentification98 getAcctOwnr() { return acctOwnr; } /** * Sets the value of the acctOwnr property. * * @param value * allowed object is * {@link PartyIdentification98 } * */ public TransactionDetails105 setAcctOwnr(PartyIdentification98 value) { this.acctOwnr = value; return this; } /** * Gets the value of the sfkpgAcct property. * * @return * possible object is * {@link SecuritiesAccount19 } * */ public SecuritiesAccount19 getSfkpgAcct() { return sfkpgAcct; } /** * Sets the value of the sfkpgAcct property. * * @param value * allowed object is * {@link SecuritiesAccount19 } * */ public TransactionDetails105 setSfkpgAcct(SecuritiesAccount19 value) { this.sfkpgAcct = value; return this; } /** * Gets the value of the sfkpgPlc property. * * @return * possible object is * {@link SafeKeepingPlace1 } * */ public SafeKeepingPlace1 getSfkpgPlc() { return sfkpgPlc; } /** * Sets the value of the sfkpgPlc property. * * @param value * allowed object is * {@link SafeKeepingPlace1 } * */ public TransactionDetails105 setSfkpgPlc(SafeKeepingPlace1 value) { this.sfkpgPlc = value; return this; } /** * Gets the value of the plcOfTrad property. * * @return * possible object is * {@link PlaceOfTradeIdentification1 } * */ public PlaceOfTradeIdentification1 getPlcOfTrad() { return plcOfTrad; } /** * Sets the value of the plcOfTrad property. * * @param value * allowed object is * {@link PlaceOfTradeIdentification1 } * */ public TransactionDetails105 setPlcOfTrad(PlaceOfTradeIdentification1 value) { this.plcOfTrad = value; return this; } /** * Gets the value of the plcOfClr property. * * @return * possible object is * {@link PlaceOfClearingIdentification1 } * */ public PlaceOfClearingIdentification1 getPlcOfClr() { return plcOfClr; } /** * Sets the value of the plcOfClr property. * * @param value * allowed object is * {@link PlaceOfClearingIdentification1 } * */ public TransactionDetails105 setPlcOfClr(PlaceOfClearingIdentification1 value) { this.plcOfClr = value; return this; } /** * Gets the value of the finInstrmId property. * * @return * possible object is * {@link SecurityIdentification19 } * */ public SecurityIdentification19 getFinInstrmId() { return finInstrmId; } /** * Sets the value of the finInstrmId property. * * @param value * allowed object is * {@link SecurityIdentification19 } * */ public TransactionDetails105 setFinInstrmId(SecurityIdentification19 value) { this.finInstrmId = value; return this; } /** * Gets the value of the sttlmQty property. * * @return * possible object is * {@link Quantity6Choice } * */ public Quantity6Choice getSttlmQty() { return sttlmQty; } /** * Sets the value of the sttlmQty property. * * @param value * allowed object is * {@link Quantity6Choice } * */ public TransactionDetails105 setSttlmQty(Quantity6Choice value) { this.sttlmQty = value; return this; } /** * Gets the value of the sttlmAmt property. * * @return * possible object is * {@link AmountAndDirection51 } * */ public AmountAndDirection51 getSttlmAmt() { return sttlmAmt; } /** * Sets the value of the sttlmAmt property. * * @param value * allowed object is * {@link AmountAndDirection51 } * */ public TransactionDetails105 setSttlmAmt(AmountAndDirection51 value) { this.sttlmAmt = value; return this; } /** * Gets the value of the lateDlvryDt property. * * @return * possible object is * {@link DateAndDateTime2Choice } * */ public DateAndDateTime2Choice getLateDlvryDt() { return lateDlvryDt; } /** * Sets the value of the lateDlvryDt property. * * @param value * allowed object is * {@link DateAndDateTime2Choice } * */ public TransactionDetails105 setLateDlvryDt(DateAndDateTime2Choice value) { this.lateDlvryDt = value; return this; } /** * Gets the value of the xpctdSttlmDt property. * * @return * possible object is * {@link DateAndDateTime2Choice } * */ public DateAndDateTime2Choice getXpctdSttlmDt() { return xpctdSttlmDt; } /** * Sets the value of the xpctdSttlmDt property. * * @param value * allowed object is * {@link DateAndDateTime2Choice } * */ public TransactionDetails105 setXpctdSttlmDt(DateAndDateTime2Choice value) { this.xpctdSttlmDt = value; return this; } /** * Gets the value of the xpctdValDt property. * * @return * possible object is * {@link DateAndDateTime2Choice } * */ public DateAndDateTime2Choice getXpctdValDt() { return xpctdValDt; } /** * Sets the value of the xpctdValDt property. * * @param value * allowed object is * {@link DateAndDateTime2Choice } * */ public TransactionDetails105 setXpctdValDt(DateAndDateTime2Choice value) { this.xpctdValDt = value; return this; } /** * Gets the value of the sttlmDt property. * * @return * possible object is * {@link SettlementDate19Choice } * */ public SettlementDate19Choice getSttlmDt() { return sttlmDt; } /** * Sets the value of the sttlmDt property. * * @param value * allowed object is * {@link SettlementDate19Choice } * */ public TransactionDetails105 setSttlmDt(SettlementDate19Choice value) { this.sttlmDt = value; return this; } /** * Gets the value of the tradDt property. * * @return * possible object is * {@link TradeDate8Choice } * */ public TradeDate8Choice getTradDt() { return tradDt; } /** * Sets the value of the tradDt property. * * @param value * allowed object is * {@link TradeDate8Choice } * */ public TransactionDetails105 setTradDt(TradeDate8Choice value) { this.tradDt = value; return this; } /** * Gets the value of the ackdStsTmStmp property. * * @return * possible object is * {@link String } * */ public OffsetDateTime getAckdStsTmStmp() { return ackdStsTmStmp; } /** * Sets the value of the ackdStsTmStmp property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setAckdStsTmStmp(OffsetDateTime value) { this.ackdStsTmStmp = value; return this; } /** * Gets the value of the mtchdStsTmStmp property. * * @return * possible object is * {@link String } * */ public OffsetDateTime getMtchdStsTmStmp() { return mtchdStsTmStmp; } /** * Sets the value of the mtchdStsTmStmp property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setMtchdStsTmStmp(OffsetDateTime value) { this.mtchdStsTmStmp = value; return this; } /** * Gets the value of the sctiesMvmntTp property. * * @return * possible object is * {@link ReceiveDelivery1Code } * */ public ReceiveDelivery1Code getSctiesMvmntTp() { return sctiesMvmntTp; } /** * Sets the value of the sctiesMvmntTp property. * * @param value * allowed object is * {@link ReceiveDelivery1Code } * */ public TransactionDetails105 setSctiesMvmntTp(ReceiveDelivery1Code value) { this.sctiesMvmntTp = value; return this; } /** * Gets the value of the pmt property. * * @return * possible object is * {@link DeliveryReceiptType2Code } * */ public DeliveryReceiptType2Code getPmt() { return pmt; } /** * Sets the value of the pmt property. * * @param value * allowed object is * {@link DeliveryReceiptType2Code } * */ public TransactionDetails105 setPmt(DeliveryReceiptType2Code value) { this.pmt = value; return this; } /** * Gets the value of the sttlmParams property. * * @return * possible object is * {@link SettlementDetails143 } * */ public SettlementDetails143 getSttlmParams() { return sttlmParams; } /** * Sets the value of the sttlmParams property. * * @param value * allowed object is * {@link SettlementDetails143 } * */ public TransactionDetails105 setSttlmParams(SettlementDetails143 value) { this.sttlmParams = value; return this; } /** * Gets the value of the rcvgSttlmPties property. * * @return * possible object is * {@link SettlementParties40 } * */ public SettlementParties40 getRcvgSttlmPties() { return rcvgSttlmPties; } /** * Sets the value of the rcvgSttlmPties property. * * @param value * allowed object is * {@link SettlementParties40 } * */ public TransactionDetails105 setRcvgSttlmPties(SettlementParties40 value) { this.rcvgSttlmPties = value; return this; } /** * Gets the value of the dlvrgSttlmPties property. * * @return * possible object is * {@link SettlementParties40 } * */ public SettlementParties40 getDlvrgSttlmPties() { return dlvrgSttlmPties; } /** * Sets the value of the dlvrgSttlmPties property. * * @param value * allowed object is * {@link SettlementParties40 } * */ public TransactionDetails105 setDlvrgSttlmPties(SettlementParties40 value) { this.dlvrgSttlmPties = value; return this; } /** * Gets the value of the invstr property. * * @return * possible object is * {@link PartyIdentification99 } * */ public PartyIdentification99 getInvstr() { return invstr; } /** * Sets the value of the invstr property. * * @param value * allowed object is * {@link PartyIdentification99 } * */ public TransactionDetails105 setInvstr(PartyIdentification99 value) { this.invstr = value; return this; } /** * Gets the value of the qlfdFrgnIntrmy property. * * @return * possible object is * {@link PartyIdentification100 } * */ public PartyIdentification100 getQlfdFrgnIntrmy() { return qlfdFrgnIntrmy; } /** * Sets the value of the qlfdFrgnIntrmy property. * * @param value * allowed object is * {@link PartyIdentification100 } * */ public TransactionDetails105 setQlfdFrgnIntrmy(PartyIdentification100 value) { this.qlfdFrgnIntrmy = value; return this; } /** * Gets the value of the sttlmInstrPrcgAddtlDtls property. * * @return * possible object is * {@link String } * */ public String getSttlmInstrPrcgAddtlDtls() { return sttlmInstrPrcgAddtlDtls; } /** * Sets the value of the sttlmInstrPrcgAddtlDtls property. * * @param value * allowed object is * {@link String } * */ public TransactionDetails105 setSttlmInstrPrcgAddtlDtls(String value) { this.sttlmInstrPrcgAddtlDtls = 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 tradId list. * @see #getTradId() * */ public TransactionDetails105 addTradId(String tradId) { getTradId().add(tradId); return this; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy