@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class CommandReturnQueueEntry
extends Command
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CommandReturnQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandReturnQueueEntry">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Command">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ReturnQueueEntryParams"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReturnQueueEntryParams |
returnQueueEntryParams |
| Constructor and Description |
|---|
CommandReturnQueueEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ReturnQueueEntryParams |
getReturnQueueEntryParams()
Gets the value of the returnQueueEntryParams property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setReturnQueueEntryParams(ReturnQueueEntryParams value)
Sets the value of the returnQueueEntryParams property.
|
CommandReturnQueueEntry |
withHeader(Header value) |
CommandReturnQueueEntry |
withReturnQueueEntryParams(ReturnQueueEntryParams value) |
getHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected ReturnQueueEntryParams returnQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public ReturnQueueEntryParams getReturnQueueEntryParams()
ReturnQueueEntryParams@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setReturnQueueEntryParams(ReturnQueueEntryParams value)
value - allowed object is
ReturnQueueEntryParamspublic CommandReturnQueueEntry withReturnQueueEntryParams(ReturnQueueEntryParams value)
public CommandReturnQueueEntry withHeader(Header value)
withHeader in class Commandpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)