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

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

The newest version!
//
// 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.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * OrderCancelReject can be found in Volume 4 of the
 * 						specification
 * 
 * 

Java class for OrderCancelReject_message_t complex type. * *

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

 * <complexType name="OrderCancelReject_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}OrderCancelRejectElements"/>
 *       </sequence>
 *       <attGroup ref="{http://www.fixprotocol.org/FIXML-5-0-SP2}OrderCancelRejectAttributes"/>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "OrderCancelReject_message_t") public class OrderCancelRejectMessageT extends AbstractMessageT { @XmlAttribute(name = "OrdID", required = true) protected String ordID; @XmlAttribute(name = "OrdID2") protected String ordID2; @XmlAttribute(name = "ID2") protected String id2; @XmlAttribute(name = "ID", required = true) protected String id; @XmlAttribute(name = "LnkID") protected String lnkID; @XmlAttribute(name = "OrigID") protected String origID; @XmlAttribute(name = "Stat", required = true) protected String stat; @XmlAttribute(name = "WorkingInd") protected WorkingIndicatorEnumT workingInd; @XmlAttribute(name = "OrigOrdModTm") protected XMLGregorianCalendar origOrdModTm; @XmlAttribute(name = "ListID") protected String listID; @XmlAttribute(name = "Acct") protected String acct; @XmlAttribute(name = "AcctIDSrc") protected String acctIDSrc; @XmlAttribute(name = "AcctTyp") protected BigInteger acctTyp; @XmlAttribute(name = "OrignDt") protected XMLGregorianCalendar orignDt; @XmlAttribute(name = "TrdDt") protected XMLGregorianCalendar trdDt; @XmlAttribute(name = "TxnTm") protected XMLGregorianCalendar txnTm; @XmlAttribute(name = "CxlRejRspTo", required = true) protected String cxlRejRspTo; @XmlAttribute(name = "CxlRejRsn") protected String cxlRejRsn; @XmlAttribute(name = "Txt") protected String txt; @XmlAttribute(name = "EncTxtLen") protected BigInteger encTxtLen; @XmlAttribute(name = "EncTxt") protected String encTxt; /** * Gets the value of the ordID property. * * @return * possible object is * {@link String } * */ public String getOrdID() { return ordID; } /** * Sets the value of the ordID property. * * @param value * allowed object is * {@link String } * */ public void setOrdID(String value) { this.ordID = value; } /** * Gets the value of the ordID2 property. * * @return * possible object is * {@link String } * */ public String getOrdID2() { return ordID2; } /** * Sets the value of the ordID2 property. * * @param value * allowed object is * {@link String } * */ public void setOrdID2(String value) { this.ordID2 = 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 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 lnkID property. * * @return * possible object is * {@link String } * */ public String getLnkID() { return lnkID; } /** * Sets the value of the lnkID property. * * @param value * allowed object is * {@link String } * */ public void setLnkID(String value) { this.lnkID = value; } /** * Gets the value of the origID property. * * @return * possible object is * {@link String } * */ public String getOrigID() { return origID; } /** * Sets the value of the origID property. * * @param value * allowed object is * {@link String } * */ public void setOrigID(String value) { this.origID = value; } /** * Gets the value of the stat property. * * @return * possible object is * {@link String } * */ public String getStat() { return stat; } /** * Sets the value of the stat property. * * @param value * allowed object is * {@link String } * */ public void setStat(String value) { this.stat = value; } /** * Gets the value of the workingInd property. * * @return * possible object is * {@link WorkingIndicatorEnumT } * */ public WorkingIndicatorEnumT getWorkingInd() { return workingInd; } /** * Sets the value of the workingInd property. * * @param value * allowed object is * {@link WorkingIndicatorEnumT } * */ public void setWorkingInd(WorkingIndicatorEnumT value) { this.workingInd = value; } /** * Gets the value of the origOrdModTm property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getOrigOrdModTm() { return origOrdModTm; } /** * Sets the value of the origOrdModTm property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setOrigOrdModTm(XMLGregorianCalendar value) { this.origOrdModTm = value; } /** * Gets the value of the listID property. * * @return * possible object is * {@link String } * */ public String getListID() { return listID; } /** * Sets the value of the listID property. * * @param value * allowed object is * {@link String } * */ public void setListID(String value) { this.listID = value; } /** * Gets the value of the acct property. * * @return * possible object is * {@link String } * */ public String getAcct() { return acct; } /** * Sets the value of the acct property. * * @param value * allowed object is * {@link String } * */ public void setAcct(String value) { this.acct = value; } /** * Gets the value of the acctIDSrc property. * * @return * possible object is * {@link String } * */ public String getAcctIDSrc() { return acctIDSrc; } /** * Sets the value of the acctIDSrc property. * * @param value * allowed object is * {@link String } * */ public void setAcctIDSrc(String value) { this.acctIDSrc = value; } /** * Gets the value of the acctTyp property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getAcctTyp() { return acctTyp; } /** * Sets the value of the acctTyp property. * * @param value * allowed object is * {@link BigInteger } * */ public void setAcctTyp(BigInteger value) { this.acctTyp = 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 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 cxlRejRspTo property. * * @return * possible object is * {@link String } * */ public String getCxlRejRspTo() { return cxlRejRspTo; } /** * Sets the value of the cxlRejRspTo property. * * @param value * allowed object is * {@link String } * */ public void setCxlRejRspTo(String value) { this.cxlRejRspTo = value; } /** * Gets the value of the cxlRejRsn property. * * @return * possible object is * {@link String } * */ public String getCxlRejRsn() { return cxlRejRsn; } /** * Sets the value of the cxlRejRsn property. * * @param value * allowed object is * {@link String } * */ public void setCxlRejRsn(String value) { this.cxlRejRsn = 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; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy