com.prowidesoftware.swift.model.mx.dic.Order11 Maven / Gradle / Ivy
Show all versions of pw-iso20022 Show documentation
package com.prowidesoftware.swift.model.mx.dic;
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.XmlSchemaType;
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;
/**
* Intention to transfer an ownership of a financial instrument.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Order11", propOrder = {
"clntOrdrId",
"scndryClntOrdrId",
"clntOrdrLkId",
"sd",
"cmplcId",
"plcOfExctn",
"finInstrm",
"finInstrmAttrbts",
"stiptns",
"undrlygFinInstrm",
"undrlygFinInstrmAttrbts",
"undrlygStiptns",
"qtyDtls",
"twoLegTxDtls",
"tradgPties",
"cshPties",
"rcvgSttlmPties",
"dlvrgSttlmPties",
"othrBizPties",
"amtsDtls"
})
public class Order11 {
@XmlElement(name = "ClntOrdrId", required = true)
protected String clntOrdrId;
@XmlElement(name = "ScndryClntOrdrId")
protected String scndryClntOrdrId;
@XmlElement(name = "ClntOrdrLkId")
protected String clntOrdrLkId;
@XmlElement(name = "Sd", required = true)
@XmlSchemaType(name = "string")
protected Side1Code sd;
@XmlElement(name = "CmplcId")
protected String cmplcId;
@XmlElement(name = "PlcOfExctn")
protected MarketIdentification1 plcOfExctn;
@XmlElement(name = "FinInstrm", required = true)
protected SecurityIdentification7 finInstrm;
@XmlElement(name = "FinInstrmAttrbts")
protected FinancialInstrumentAttributes1 finInstrmAttrbts;
@XmlElement(name = "Stiptns")
protected FinancialInstrumentStipulations stiptns;
@XmlElement(name = "UndrlygFinInstrm")
protected List undrlygFinInstrm;
@XmlElement(name = "UndrlygFinInstrmAttrbts")
protected List undrlygFinInstrmAttrbts;
@XmlElement(name = "UndrlygStiptns")
protected List undrlygStiptns;
@XmlElement(name = "QtyDtls", required = true)
protected OrderQuantity1 qtyDtls;
@XmlElement(name = "TwoLegTxDtls")
protected SecuritiesFinancing1 twoLegTxDtls;
@XmlElement(name = "TradgPties")
protected List tradgPties;
@XmlElement(name = "CshPties")
protected CashParties1 cshPties;
@XmlElement(name = "RcvgSttlmPties")
protected SettlementParties3 rcvgSttlmPties;
@XmlElement(name = "DlvrgSttlmPties")
protected SettlementParties3 dlvrgSttlmPties;
@XmlElement(name = "OthrBizPties")
protected OtherParties1 othrBizPties;
@XmlElement(name = "AmtsDtls")
protected List amtsDtls;
/**
* Gets the value of the clntOrdrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClntOrdrId() {
return clntOrdrId;
}
/**
* Sets the value of the clntOrdrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public Order11 setClntOrdrId(String value) {
this.clntOrdrId = value;
return this;
}
/**
* Gets the value of the scndryClntOrdrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getScndryClntOrdrId() {
return scndryClntOrdrId;
}
/**
* Sets the value of the scndryClntOrdrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public Order11 setScndryClntOrdrId(String value) {
this.scndryClntOrdrId = value;
return this;
}
/**
* Gets the value of the clntOrdrLkId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClntOrdrLkId() {
return clntOrdrLkId;
}
/**
* Sets the value of the clntOrdrLkId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public Order11 setClntOrdrLkId(String value) {
this.clntOrdrLkId = value;
return this;
}
/**
* Gets the value of the sd property.
*
* @return
* possible object is
* {@link Side1Code }
*
*/
public Side1Code getSd() {
return sd;
}
/**
* Sets the value of the sd property.
*
* @param value
* allowed object is
* {@link Side1Code }
*
*/
public Order11 setSd(Side1Code value) {
this.sd = value;
return this;
}
/**
* Gets the value of the cmplcId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCmplcId() {
return cmplcId;
}
/**
* Sets the value of the cmplcId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public Order11 setCmplcId(String value) {
this.cmplcId = value;
return this;
}
/**
* Gets the value of the plcOfExctn property.
*
* @return
* possible object is
* {@link MarketIdentification1 }
*
*/
public MarketIdentification1 getPlcOfExctn() {
return plcOfExctn;
}
/**
* Sets the value of the plcOfExctn property.
*
* @param value
* allowed object is
* {@link MarketIdentification1 }
*
*/
public Order11 setPlcOfExctn(MarketIdentification1 value) {
this.plcOfExctn = value;
return this;
}
/**
* Gets the value of the finInstrm property.
*
* @return
* possible object is
* {@link SecurityIdentification7 }
*
*/
public SecurityIdentification7 getFinInstrm() {
return finInstrm;
}
/**
* Sets the value of the finInstrm property.
*
* @param value
* allowed object is
* {@link SecurityIdentification7 }
*
*/
public Order11 setFinInstrm(SecurityIdentification7 value) {
this.finInstrm = value;
return this;
}
/**
* Gets the value of the finInstrmAttrbts property.
*
* @return
* possible object is
* {@link FinancialInstrumentAttributes1 }
*
*/
public FinancialInstrumentAttributes1 getFinInstrmAttrbts() {
return finInstrmAttrbts;
}
/**
* Sets the value of the finInstrmAttrbts property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentAttributes1 }
*
*/
public Order11 setFinInstrmAttrbts(FinancialInstrumentAttributes1 value) {
this.finInstrmAttrbts = value;
return this;
}
/**
* Gets the value of the stiptns property.
*
* @return
* possible object is
* {@link FinancialInstrumentStipulations }
*
*/
public FinancialInstrumentStipulations getStiptns() {
return stiptns;
}
/**
* Sets the value of the stiptns property.
*
* @param value
* allowed object is
* {@link FinancialInstrumentStipulations }
*
*/
public Order11 setStiptns(FinancialInstrumentStipulations value) {
this.stiptns = value;
return this;
}
/**
* Gets the value of the undrlygFinInstrm 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 undrlygFinInstrm property.
*
*
* For example, to add a new item, do as follows:
*
* getUndrlygFinInstrm().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SecurityIdentification7 }
*
*
*/
public List getUndrlygFinInstrm() {
if (undrlygFinInstrm == null) {
undrlygFinInstrm = new ArrayList();
}
return this.undrlygFinInstrm;
}
/**
* Gets the value of the undrlygFinInstrmAttrbts 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 undrlygFinInstrmAttrbts property.
*
*
* For example, to add a new item, do as follows:
*
* getUndrlygFinInstrmAttrbts().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FinancialInstrumentAttributes1 }
*
*
*/
public List getUndrlygFinInstrmAttrbts() {
if (undrlygFinInstrmAttrbts == null) {
undrlygFinInstrmAttrbts = new ArrayList();
}
return this.undrlygFinInstrmAttrbts;
}
/**
* Gets the value of the undrlygStiptns 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 undrlygStiptns property.
*
*
* For example, to add a new item, do as follows:
*
* getUndrlygStiptns().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FinancialInstrumentStipulations }
*
*
*/
public List getUndrlygStiptns() {
if (undrlygStiptns == null) {
undrlygStiptns = new ArrayList();
}
return this.undrlygStiptns;
}
/**
* Gets the value of the qtyDtls property.
*
* @return
* possible object is
* {@link OrderQuantity1 }
*
*/
public OrderQuantity1 getQtyDtls() {
return qtyDtls;
}
/**
* Sets the value of the qtyDtls property.
*
* @param value
* allowed object is
* {@link OrderQuantity1 }
*
*/
public Order11 setQtyDtls(OrderQuantity1 value) {
this.qtyDtls = value;
return this;
}
/**
* Gets the value of the twoLegTxDtls property.
*
* @return
* possible object is
* {@link SecuritiesFinancing1 }
*
*/
public SecuritiesFinancing1 getTwoLegTxDtls() {
return twoLegTxDtls;
}
/**
* Sets the value of the twoLegTxDtls property.
*
* @param value
* allowed object is
* {@link SecuritiesFinancing1 }
*
*/
public Order11 setTwoLegTxDtls(SecuritiesFinancing1 value) {
this.twoLegTxDtls = value;
return this;
}
/**
* Gets the value of the tradgPties 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 tradgPties property.
*
*
* For example, to add a new item, do as follows:
*
* getTradgPties().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Intermediary14 }
*
*
*/
public List getTradgPties() {
if (tradgPties == null) {
tradgPties = new ArrayList();
}
return this.tradgPties;
}
/**
* Gets the value of the cshPties property.
*
* @return
* possible object is
* {@link CashParties1 }
*
*/
public CashParties1 getCshPties() {
return cshPties;
}
/**
* Sets the value of the cshPties property.
*
* @param value
* allowed object is
* {@link CashParties1 }
*
*/
public Order11 setCshPties(CashParties1 value) {
this.cshPties = value;
return this;
}
/**
* Gets the value of the rcvgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties3 }
*
*/
public SettlementParties3 getRcvgSttlmPties() {
return rcvgSttlmPties;
}
/**
* Sets the value of the rcvgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties3 }
*
*/
public Order11 setRcvgSttlmPties(SettlementParties3 value) {
this.rcvgSttlmPties = value;
return this;
}
/**
* Gets the value of the dlvrgSttlmPties property.
*
* @return
* possible object is
* {@link SettlementParties3 }
*
*/
public SettlementParties3 getDlvrgSttlmPties() {
return dlvrgSttlmPties;
}
/**
* Sets the value of the dlvrgSttlmPties property.
*
* @param value
* allowed object is
* {@link SettlementParties3 }
*
*/
public Order11 setDlvrgSttlmPties(SettlementParties3 value) {
this.dlvrgSttlmPties = value;
return this;
}
/**
* Gets the value of the othrBizPties property.
*
* @return
* possible object is
* {@link OtherParties1 }
*
*/
public OtherParties1 getOthrBizPties() {
return othrBizPties;
}
/**
* Sets the value of the othrBizPties property.
*
* @param value
* allowed object is
* {@link OtherParties1 }
*
*/
public Order11 setOthrBizPties(OtherParties1 value) {
this.othrBizPties = value;
return this;
}
/**
* Gets the value of the amtsDtls 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 amtsDtls property.
*
*
* For example, to add a new item, do as follows:
*
* getAmtsDtls().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link OtherAmounts1 }
*
*
*/
public List getAmtsDtls() {
if (amtsDtls == null) {
amtsDtls = new ArrayList();
}
return this.amtsDtls;
}
@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 undrlygFinInstrm list.
* @see #getUndrlygFinInstrm()
*
*/
public Order11 addUndrlygFinInstrm(SecurityIdentification7 undrlygFinInstrm) {
getUndrlygFinInstrm().add(undrlygFinInstrm);
return this;
}
/**
* Adds a new item to the undrlygFinInstrmAttrbts list.
* @see #getUndrlygFinInstrmAttrbts()
*
*/
public Order11 addUndrlygFinInstrmAttrbts(FinancialInstrumentAttributes1 undrlygFinInstrmAttrbts) {
getUndrlygFinInstrmAttrbts().add(undrlygFinInstrmAttrbts);
return this;
}
/**
* Adds a new item to the undrlygStiptns list.
* @see #getUndrlygStiptns()
*
*/
public Order11 addUndrlygStiptns(FinancialInstrumentStipulations undrlygStiptns) {
getUndrlygStiptns().add(undrlygStiptns);
return this;
}
/**
* Adds a new item to the tradgPties list.
* @see #getTradgPties()
*
*/
public Order11 addTradgPties(Intermediary14 tradgPties) {
getTradgPties().add(tradgPties);
return this;
}
/**
* Adds a new item to the amtsDtls list.
* @see #getAmtsDtls()
*
*/
public Order11 addAmtsDtls(OtherAmounts1 amtsDtls) {
getAmtsDtls().add(amtsDtls);
return this;
}
}