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

org.fixprotocol.fixml.AllocationReportMessageT Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.02.01 at 08:15:28 PM CET 
//


package org.fixprotocol.fixml;

import java.math.BigDecimal;
import java.math.BigInteger;
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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * AllocationReport can be found in Volume 5 of the
 * 						specification
 * 
 * 

Java class for AllocationReport_message_t complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="AllocationReport_message_t">
 *   <complexContent>
 *     <extension base="{http://www.fixprotocol.org/FIXML-5-0-SP2}Abstract_message_t">
 *       <sequence>
 *         <group ref="{http://www.fixprotocol.org/FIXML-5-0-SP2}AllocationReportElements"/>
 *       </sequence>
 *       <attGroup ref="{http://www.fixprotocol.org/FIXML-5-0-SP2}AllocationReportAttributes"/>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AllocationReport_message_t", propOrder = { "ordAlloc", "allExc", "instrmt", "instrmtExt", "finDetls", "undly", "leg", "sprdBnchmkCurve", "pty", "stip", "yield", "amt", "alloc", "rtSrc" }) public class AllocationReportMessageT extends AbstractMessageT { @XmlElement(name = "OrdAlloc") protected List ordAlloc; @XmlElement(name = "AllExc") protected List allExc; @XmlElement(name = "Instrmt", required = true) protected InstrumentBlockT instrmt; @XmlElement(name = "InstrmtExt") protected InstrumentExtensionBlockT instrmtExt; @XmlElement(name = "FinDetls") protected FinancingDetailsBlockT finDetls; @XmlElement(name = "Undly") protected List undly; @XmlElement(name = "Leg") protected List leg; @XmlElement(name = "SprdBnchmkCurve") protected SpreadOrBenchmarkCurveDataBlockT sprdBnchmkCurve; @XmlElement(name = "Pty") protected List pty; @XmlElement(name = "Stip") protected List stip; @XmlElement(name = "Yield") protected YieldDataBlockT yield; @XmlElement(name = "Amt") protected List amt; @XmlElement(name = "Alloc") protected List alloc; @XmlElement(name = "RtSrc") protected List rtSrc; @XmlAttribute(name = "RptID", required = true) protected String rptID; @XmlAttribute(name = "ID") protected String id; @XmlAttribute(name = "TransTyp", required = true) protected String transTyp; @XmlAttribute(name = "RptRefID") protected String rptRefID; @XmlAttribute(name = "CxlRplcRsn") protected String cxlRplcRsn; @XmlAttribute(name = "ID2") protected String id2; @XmlAttribute(name = "RptTyp", required = true) protected BigInteger rptTyp; @XmlAttribute(name = "Stat", required = true) protected BigInteger stat; @XmlAttribute(name = "RejCode") protected String rejCode; @XmlAttribute(name = "RefID") protected String refID; @XmlAttribute(name = "ImReqTyp") protected BigInteger imReqTyp; @XmlAttribute(name = "LinkID") protected String linkID; @XmlAttribute(name = "LinkTyp") protected BigInteger linkTyp; @XmlAttribute(name = "BkngRefID") protected String bkngRefID; @XmlAttribute(name = "BizDt") protected XMLGregorianCalendar bizDt; @XmlAttribute(name = "TrdTyp") protected String trdTyp; @XmlAttribute(name = "TrdSubTyp") protected String trdSubTyp; @XmlAttribute(name = "MLegRptTyp") protected String mLegRptTyp; @XmlAttribute(name = "CustCpcty") protected BigInteger custCpcty; @XmlAttribute(name = "InptSrc") protected String inptSrc; @XmlAttribute(name = "RndPx") protected BigDecimal rndPx; @XmlAttribute(name = "MsgEvtSrc") protected String msgEvtSrc; @XmlAttribute(name = "InptDev") protected String inptDev; @XmlAttribute(name = "AvgPxInd") protected BigInteger avgPxInd; @XmlAttribute(name = "NoOrdsTyp") protected BigInteger noOrdsTyp; @XmlAttribute(name = "PrevlyRpted") protected PreviouslyReportedEnumT prevlyRpted; @XmlAttribute(name = "ReversalInd") protected String reversalInd; @XmlAttribute(name = "MtchTyp") protected String mtchTyp; @XmlAttribute(name = "Side", required = true) protected String side; @XmlAttribute(name = "Qty", required = true) protected BigDecimal qty; @XmlAttribute(name = "QtyTyp") protected BigInteger qtyTyp; @XmlAttribute(name = "LastMkt") protected String lastMkt; @XmlAttribute(name = "OrignDt") protected XMLGregorianCalendar orignDt; @XmlAttribute(name = "SesID") protected String sesID; @XmlAttribute(name = "SesSub") protected String sesSub; @XmlAttribute(name = "PxTyp") protected BigInteger pxTyp; @XmlAttribute(name = "AvgPx", required = true) protected BigDecimal avgPx; @XmlAttribute(name = "AvgParPx") protected BigDecimal avgParPx; @XmlAttribute(name = "Ccy") protected String ccy; @XmlAttribute(name = "AvgPxPrcsn") protected BigInteger avgPxPrcsn; @XmlAttribute(name = "TrdDt", required = true) protected XMLGregorianCalendar trdDt; @XmlAttribute(name = "TxnTm") protected XMLGregorianCalendar txnTm; @XmlAttribute(name = "SettlTyp") protected String settlTyp; @XmlAttribute(name = "SettlDt") protected XMLGregorianCalendar settlDt; @XmlAttribute(name = "BkngTyp") protected BigInteger bkngTyp; @XmlAttribute(name = "GrossTrdAmt") protected BigDecimal grossTrdAmt; @XmlAttribute(name = "Concession") protected BigDecimal concession; @XmlAttribute(name = "TotTakedown") protected BigDecimal totTakedown; @XmlAttribute(name = "NetMny") protected BigDecimal netMny; @XmlAttribute(name = "PosEfct") protected PositionEffectEnumT posEfct; @XmlAttribute(name = "AutoAcceptInd") protected String autoAcceptInd; @XmlAttribute(name = "Txt") protected String txt; @XmlAttribute(name = "EncTxtLen") protected BigInteger encTxtLen; @XmlAttribute(name = "EncTxt") protected String encTxt; @XmlAttribute(name = "NumDaysInt") protected BigInteger numDaysInt; @XmlAttribute(name = "AcrdIntRt") protected BigDecimal acrdIntRt; @XmlAttribute(name = "AcrdIntAmt") protected BigDecimal acrdIntAmt; @XmlAttribute(name = "TotAcrdIntAmt") protected BigDecimal totAcrdIntAmt; @XmlAttribute(name = "IntAtMat") protected BigDecimal intAtMat; @XmlAttribute(name = "EndAcrdIntAmt") protected BigDecimal endAcrdIntAmt; @XmlAttribute(name = "StartCsh") protected BigDecimal startCsh; @XmlAttribute(name = "EndCsh") protected BigDecimal endCsh; @XmlAttribute(name = "LegalCnfm") protected LegalConfirmEnumT legalCnfm; @XmlAttribute(name = "TotNoAllocs") protected BigInteger totNoAllocs; @XmlAttribute(name = "LastFragment") protected LastFragmentEnumT lastFragment; /** * Gets the value of the ordAlloc 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 ordAlloc property. * *

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

     *    getOrdAlloc().add(newItem);
     * 
* * *

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

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

     *    getAllExc().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ExecAllocGrpBlockT } * * */ public List getAllExc() { if (allExc == null) { allExc = new ArrayList(); } return this.allExc; } /** * Gets the value of the instrmt property. * * @return * possible object is * {@link InstrumentBlockT } * */ public InstrumentBlockT getInstrmt() { return instrmt; } /** * Sets the value of the instrmt property. * * @param value * allowed object is * {@link InstrumentBlockT } * */ public void setInstrmt(InstrumentBlockT value) { this.instrmt = value; } /** * Gets the value of the instrmtExt property. * * @return * possible object is * {@link InstrumentExtensionBlockT } * */ public InstrumentExtensionBlockT getInstrmtExt() { return instrmtExt; } /** * Sets the value of the instrmtExt property. * * @param value * allowed object is * {@link InstrumentExtensionBlockT } * */ public void setInstrmtExt(InstrumentExtensionBlockT value) { this.instrmtExt = value; } /** * Gets the value of the finDetls property. * * @return * possible object is * {@link FinancingDetailsBlockT } * */ public FinancingDetailsBlockT getFinDetls() { return finDetls; } /** * Sets the value of the finDetls property. * * @param value * allowed object is * {@link FinancingDetailsBlockT } * */ public void setFinDetls(FinancingDetailsBlockT value) { this.finDetls = value; } /** * Gets the value of the undly 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 undly property. * *

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

     *    getUndly().add(newItem);
     * 
* * *

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

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

     *    getLeg().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link InstrmtLegGrpBlockT } * * */ public List getLeg() { if (leg == null) { leg = new ArrayList(); } return this.leg; } /** * Gets the value of the sprdBnchmkCurve property. * * @return * possible object is * {@link SpreadOrBenchmarkCurveDataBlockT } * */ public SpreadOrBenchmarkCurveDataBlockT getSprdBnchmkCurve() { return sprdBnchmkCurve; } /** * Sets the value of the sprdBnchmkCurve property. * * @param value * allowed object is * {@link SpreadOrBenchmarkCurveDataBlockT } * */ public void setSprdBnchmkCurve(SpreadOrBenchmarkCurveDataBlockT value) { this.sprdBnchmkCurve = value; } /** * Gets the value of the pty 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 pty property. * *

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

     *    getPty().add(newItem);
     * 
* * *

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

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

     *    getStip().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link StipulationsBlockT } * * */ public List getStip() { if (stip == null) { stip = new ArrayList(); } return this.stip; } /** * Gets the value of the yield property. * * @return * possible object is * {@link YieldDataBlockT } * */ public YieldDataBlockT getYield() { return yield; } /** * Sets the value of the yield property. * * @param value * allowed object is * {@link YieldDataBlockT } * */ public void setYield(YieldDataBlockT value) { this.yield = value; } /** * Gets the value of the amt 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 amt property. * *

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

     *    getAmt().add(newItem);
     * 
* * *

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

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

     *    getAlloc().add(newItem);
     * 
* * *

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

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

     *    getRtSrc().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link RateSourceBlockT } * * */ public List getRtSrc() { if (rtSrc == null) { rtSrc = new ArrayList(); } return this.rtSrc; } /** * Gets the value of the rptID property. * * @return * possible object is * {@link String } * */ public String getRptID() { return rptID; } /** * Sets the value of the rptID property. * * @param value * allowed object is * {@link String } * */ public void setRptID(String value) { this.rptID = value; } /** * 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 void setID(String value) { this.id = value; } /** * Gets the value of the transTyp property. * * @return * possible object is * {@link String } * */ public String getTransTyp() { return transTyp; } /** * Sets the value of the transTyp property. * * @param value * allowed object is * {@link String } * */ public void setTransTyp(String value) { this.transTyp = value; } /** * Gets the value of the rptRefID property. * * @return * possible object is * {@link String } * */ public String getRptRefID() { return rptRefID; } /** * Sets the value of the rptRefID property. * * @param value * allowed object is * {@link String } * */ public void setRptRefID(String value) { this.rptRefID = value; } /** * Gets the value of the cxlRplcRsn property. * * @return * possible object is * {@link String } * */ public String getCxlRplcRsn() { return cxlRplcRsn; } /** * Sets the value of the cxlRplcRsn property. * * @param value * allowed object is * {@link String } * */ public void setCxlRplcRsn(String value) { this.cxlRplcRsn = value; } /** * Gets the value of the id2 property. * * @return * possible object is * {@link String } * */ public String getID2() { return id2; } /** * Sets the value of the id2 property. * * @param value * allowed object is * {@link String } * */ public void setID2(String value) { this.id2 = value; } /** * Gets the value of the rptTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getRptTyp() { return rptTyp; } /** * Sets the value of the rptTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setRptTyp(BigInteger value) { this.rptTyp = value; } /** * Gets the value of the stat property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getStat() { return stat; } /** * Sets the value of the stat property. * * @param value * allowed object is * {@link BigInteger } * */ public void setStat(BigInteger value) { this.stat = value; } /** * Gets the value of the rejCode property. * * @return * possible object is * {@link String } * */ public String getRejCode() { return rejCode; } /** * Sets the value of the rejCode property. * * @param value * allowed object is * {@link String } * */ public void setRejCode(String value) { this.rejCode = value; } /** * Gets the value of the refID property. * * @return * possible object is * {@link String } * */ public String getRefID() { return refID; } /** * Sets the value of the refID property. * * @param value * allowed object is * {@link String } * */ public void setRefID(String value) { this.refID = value; } /** * Gets the value of the imReqTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getImReqTyp() { return imReqTyp; } /** * Sets the value of the imReqTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setImReqTyp(BigInteger value) { this.imReqTyp = value; } /** * Gets the value of the linkID property. * * @return * possible object is * {@link String } * */ public String getLinkID() { return linkID; } /** * Sets the value of the linkID property. * * @param value * allowed object is * {@link String } * */ public void setLinkID(String value) { this.linkID = value; } /** * Gets the value of the linkTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getLinkTyp() { return linkTyp; } /** * Sets the value of the linkTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setLinkTyp(BigInteger value) { this.linkTyp = value; } /** * Gets the value of the bkngRefID property. * * @return * possible object is * {@link String } * */ public String getBkngRefID() { return bkngRefID; } /** * Sets the value of the bkngRefID property. * * @param value * allowed object is * {@link String } * */ public void setBkngRefID(String value) { this.bkngRefID = value; } /** * Gets the value of the bizDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getBizDt() { return bizDt; } /** * Sets the value of the bizDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setBizDt(XMLGregorianCalendar value) { this.bizDt = value; } /** * Gets the value of the trdTyp property. * * @return * possible object is * {@link String } * */ public String getTrdTyp() { return trdTyp; } /** * Sets the value of the trdTyp property. * * @param value * allowed object is * {@link String } * */ public void setTrdTyp(String value) { this.trdTyp = value; } /** * Gets the value of the trdSubTyp property. * * @return * possible object is * {@link String } * */ public String getTrdSubTyp() { return trdSubTyp; } /** * Sets the value of the trdSubTyp property. * * @param value * allowed object is * {@link String } * */ public void setTrdSubTyp(String value) { this.trdSubTyp = value; } /** * Gets the value of the mLegRptTyp property. * * @return * possible object is * {@link String } * */ public String getMLegRptTyp() { return mLegRptTyp; } /** * Sets the value of the mLegRptTyp property. * * @param value * allowed object is * {@link String } * */ public void setMLegRptTyp(String value) { this.mLegRptTyp = value; } /** * Gets the value of the custCpcty property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getCustCpcty() { return custCpcty; } /** * Sets the value of the custCpcty property. * * @param value * allowed object is * {@link BigInteger } * */ public void setCustCpcty(BigInteger value) { this.custCpcty = value; } /** * Gets the value of the inptSrc property. * * @return * possible object is * {@link String } * */ public String getInptSrc() { return inptSrc; } /** * Sets the value of the inptSrc property. * * @param value * allowed object is * {@link String } * */ public void setInptSrc(String value) { this.inptSrc = value; } /** * Gets the value of the rndPx property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getRndPx() { return rndPx; } /** * Sets the value of the rndPx property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setRndPx(BigDecimal value) { this.rndPx = value; } /** * Gets the value of the msgEvtSrc property. * * @return * possible object is * {@link String } * */ public String getMsgEvtSrc() { return msgEvtSrc; } /** * Sets the value of the msgEvtSrc property. * * @param value * allowed object is * {@link String } * */ public void setMsgEvtSrc(String value) { this.msgEvtSrc = value; } /** * Gets the value of the inptDev property. * * @return * possible object is * {@link String } * */ public String getInptDev() { return inptDev; } /** * Sets the value of the inptDev property. * * @param value * allowed object is * {@link String } * */ public void setInptDev(String value) { this.inptDev = value; } /** * Gets the value of the avgPxInd property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getAvgPxInd() { return avgPxInd; } /** * Sets the value of the avgPxInd property. * * @param value * allowed object is * {@link BigInteger } * */ public void setAvgPxInd(BigInteger value) { this.avgPxInd = value; } /** * Gets the value of the noOrdsTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNoOrdsTyp() { return noOrdsTyp; } /** * Sets the value of the noOrdsTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setNoOrdsTyp(BigInteger value) { this.noOrdsTyp = value; } /** * Gets the value of the prevlyRpted property. * * @return * possible object is * {@link PreviouslyReportedEnumT } * */ public PreviouslyReportedEnumT getPrevlyRpted() { return prevlyRpted; } /** * Sets the value of the prevlyRpted property. * * @param value * allowed object is * {@link PreviouslyReportedEnumT } * */ public void setPrevlyRpted(PreviouslyReportedEnumT value) { this.prevlyRpted = value; } /** * Gets the value of the reversalInd property. * * @return * possible object is * {@link String } * */ public String getReversalInd() { return reversalInd; } /** * Sets the value of the reversalInd property. * * @param value * allowed object is * {@link String } * */ public void setReversalInd(String value) { this.reversalInd = value; } /** * Gets the value of the mtchTyp property. * * @return * possible object is * {@link String } * */ public String getMtchTyp() { return mtchTyp; } /** * Sets the value of the mtchTyp property. * * @param value * allowed object is * {@link String } * */ public void setMtchTyp(String value) { this.mtchTyp = value; } /** * Gets the value of the side property. * * @return * possible object is * {@link String } * */ public String getSide() { return side; } /** * Sets the value of the side property. * * @param value * allowed object is * {@link String } * */ public void setSide(String value) { this.side = value; } /** * Gets the value of the qty property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getQty() { return qty; } /** * Sets the value of the qty property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setQty(BigDecimal value) { this.qty = value; } /** * Gets the value of the qtyTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getQtyTyp() { return qtyTyp; } /** * Sets the value of the qtyTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setQtyTyp(BigInteger value) { this.qtyTyp = value; } /** * Gets the value of the lastMkt property. * * @return * possible object is * {@link String } * */ public String getLastMkt() { return lastMkt; } /** * Sets the value of the lastMkt property. * * @param value * allowed object is * {@link String } * */ public void setLastMkt(String value) { this.lastMkt = value; } /** * Gets the value of the orignDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getOrignDt() { return orignDt; } /** * Sets the value of the orignDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setOrignDt(XMLGregorianCalendar value) { this.orignDt = value; } /** * Gets the value of the sesID property. * * @return * possible object is * {@link String } * */ public String getSesID() { return sesID; } /** * Sets the value of the sesID property. * * @param value * allowed object is * {@link String } * */ public void setSesID(String value) { this.sesID = value; } /** * Gets the value of the sesSub property. * * @return * possible object is * {@link String } * */ public String getSesSub() { return sesSub; } /** * Sets the value of the sesSub property. * * @param value * allowed object is * {@link String } * */ public void setSesSub(String value) { this.sesSub = value; } /** * Gets the value of the pxTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getPxTyp() { return pxTyp; } /** * Sets the value of the pxTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setPxTyp(BigInteger value) { this.pxTyp = value; } /** * Gets the value of the avgPx property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getAvgPx() { return avgPx; } /** * Sets the value of the avgPx property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setAvgPx(BigDecimal value) { this.avgPx = value; } /** * Gets the value of the avgParPx property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getAvgParPx() { return avgParPx; } /** * Sets the value of the avgParPx property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setAvgParPx(BigDecimal value) { this.avgParPx = value; } /** * Gets the value of the ccy property. * * @return * possible object is * {@link String } * */ public String getCcy() { return ccy; } /** * Sets the value of the ccy property. * * @param value * allowed object is * {@link String } * */ public void setCcy(String value) { this.ccy = value; } /** * Gets the value of the avgPxPrcsn property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getAvgPxPrcsn() { return avgPxPrcsn; } /** * Sets the value of the avgPxPrcsn property. * * @param value * allowed object is * {@link BigInteger } * */ public void setAvgPxPrcsn(BigInteger value) { this.avgPxPrcsn = value; } /** * Gets the value of the trdDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getTrdDt() { return trdDt; } /** * Sets the value of the trdDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setTrdDt(XMLGregorianCalendar value) { this.trdDt = value; } /** * Gets the value of the txnTm property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getTxnTm() { return txnTm; } /** * Sets the value of the txnTm property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setTxnTm(XMLGregorianCalendar value) { this.txnTm = value; } /** * Gets the value of the settlTyp property. * * @return * possible object is * {@link String } * */ public String getSettlTyp() { return settlTyp; } /** * Sets the value of the settlTyp property. * * @param value * allowed object is * {@link String } * */ public void setSettlTyp(String value) { this.settlTyp = value; } /** * Gets the value of the settlDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getSettlDt() { return settlDt; } /** * Sets the value of the settlDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setSettlDt(XMLGregorianCalendar value) { this.settlDt = value; } /** * Gets the value of the bkngTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getBkngTyp() { return bkngTyp; } /** * Sets the value of the bkngTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setBkngTyp(BigInteger value) { this.bkngTyp = value; } /** * Gets the value of the grossTrdAmt property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getGrossTrdAmt() { return grossTrdAmt; } /** * Sets the value of the grossTrdAmt property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setGrossTrdAmt(BigDecimal value) { this.grossTrdAmt = value; } /** * Gets the value of the concession property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getConcession() { return concession; } /** * Sets the value of the concession property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setConcession(BigDecimal value) { this.concession = value; } /** * Gets the value of the totTakedown property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTotTakedown() { return totTakedown; } /** * Sets the value of the totTakedown property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTotTakedown(BigDecimal value) { this.totTakedown = value; } /** * Gets the value of the netMny property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getNetMny() { return netMny; } /** * Sets the value of the netMny property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setNetMny(BigDecimal value) { this.netMny = value; } /** * Gets the value of the posEfct property. * * @return * possible object is * {@link PositionEffectEnumT } * */ public PositionEffectEnumT getPosEfct() { return posEfct; } /** * Sets the value of the posEfct property. * * @param value * allowed object is * {@link PositionEffectEnumT } * */ public void setPosEfct(PositionEffectEnumT value) { this.posEfct = value; } /** * Gets the value of the autoAcceptInd property. * * @return * possible object is * {@link String } * */ public String getAutoAcceptInd() { return autoAcceptInd; } /** * Sets the value of the autoAcceptInd property. * * @param value * allowed object is * {@link String } * */ public void setAutoAcceptInd(String value) { this.autoAcceptInd = value; } /** * Gets the value of the txt property. * * @return * possible object is * {@link String } * */ public String getTxt() { return txt; } /** * Sets the value of the txt property. * * @param value * allowed object is * {@link String } * */ public void setTxt(String value) { this.txt = value; } /** * Gets the value of the encTxtLen property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getEncTxtLen() { return encTxtLen; } /** * Sets the value of the encTxtLen property. * * @param value * allowed object is * {@link BigInteger } * */ public void setEncTxtLen(BigInteger value) { this.encTxtLen = value; } /** * Gets the value of the encTxt property. * * @return * possible object is * {@link String } * */ public String getEncTxt() { return encTxt; } /** * Sets the value of the encTxt property. * * @param value * allowed object is * {@link String } * */ public void setEncTxt(String value) { this.encTxt = value; } /** * Gets the value of the numDaysInt property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNumDaysInt() { return numDaysInt; } /** * Sets the value of the numDaysInt property. * * @param value * allowed object is * {@link BigInteger } * */ public void setNumDaysInt(BigInteger value) { this.numDaysInt = value; } /** * Gets the value of the acrdIntRt property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getAcrdIntRt() { return acrdIntRt; } /** * Sets the value of the acrdIntRt property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setAcrdIntRt(BigDecimal value) { this.acrdIntRt = value; } /** * Gets the value of the acrdIntAmt property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getAcrdIntAmt() { return acrdIntAmt; } /** * Sets the value of the acrdIntAmt property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setAcrdIntAmt(BigDecimal value) { this.acrdIntAmt = value; } /** * Gets the value of the totAcrdIntAmt property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTotAcrdIntAmt() { return totAcrdIntAmt; } /** * Sets the value of the totAcrdIntAmt property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTotAcrdIntAmt(BigDecimal value) { this.totAcrdIntAmt = value; } /** * Gets the value of the intAtMat property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getIntAtMat() { return intAtMat; } /** * Sets the value of the intAtMat property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setIntAtMat(BigDecimal value) { this.intAtMat = value; } /** * Gets the value of the endAcrdIntAmt property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getEndAcrdIntAmt() { return endAcrdIntAmt; } /** * Sets the value of the endAcrdIntAmt property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setEndAcrdIntAmt(BigDecimal value) { this.endAcrdIntAmt = value; } /** * Gets the value of the startCsh property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getStartCsh() { return startCsh; } /** * Sets the value of the startCsh property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setStartCsh(BigDecimal value) { this.startCsh = value; } /** * Gets the value of the endCsh property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getEndCsh() { return endCsh; } /** * Sets the value of the endCsh property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setEndCsh(BigDecimal value) { this.endCsh = value; } /** * Gets the value of the legalCnfm property. * * @return * possible object is * {@link LegalConfirmEnumT } * */ public LegalConfirmEnumT getLegalCnfm() { return legalCnfm; } /** * Sets the value of the legalCnfm property. * * @param value * allowed object is * {@link LegalConfirmEnumT } * */ public void setLegalCnfm(LegalConfirmEnumT value) { this.legalCnfm = value; } /** * Gets the value of the totNoAllocs property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTotNoAllocs() { return totNoAllocs; } /** * Sets the value of the totNoAllocs property. * * @param value * allowed object is * {@link BigInteger } * */ public void setTotNoAllocs(BigInteger value) { this.totNoAllocs = value; } /** * Gets the value of the lastFragment property. * * @return * possible object is * {@link LastFragmentEnumT } * */ public LastFragmentEnumT getLastFragment() { return lastFragment; } /** * Sets the value of the lastFragment property. * * @param value * allowed object is * {@link LastFragmentEnumT } * */ public void setLastFragment(LastFragmentEnumT value) { this.lastFragment = value; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy