Package org.cip4.lib.xjdf.schema
Class CommandReturnQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Command
-
- org.cip4.lib.xjdf.schema.CommandReturnQueueEntry
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class CommandReturnQueueEntry extends Command implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ReturnQueueEntryParamsreturnQueueEntryParams
-
Constructor Summary
Constructors Constructor Description CommandReturnQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)ReturnQueueEntryParamsgetReturnQueueEntryParams()Gets the value of the returnQueueEntryParams property.inthashCode()voidsetReturnQueueEntryParams(ReturnQueueEntryParams value)Sets the value of the returnQueueEntryParams property.CommandReturnQueueEntrywithAny(java.lang.Object... values)CommandReturnQueueEntrywithAny(java.util.Collection<java.lang.Object> values)CommandReturnQueueEntrywithHeader(Header value)CommandReturnQueueEntrywithReturnQueueEntryParams(ReturnQueueEntryParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
returnQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected ReturnQueueEntryParams returnQueueEntryParams
-
-
Method Detail
-
getReturnQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public ReturnQueueEntryParams getReturnQueueEntryParams()Gets the value of the returnQueueEntryParams property.- Returns:
- possible object is
ReturnQueueEntryParams
-
setReturnQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setReturnQueueEntryParams(ReturnQueueEntryParams value)Sets the value of the returnQueueEntryParams property.- Parameters:
value- allowed object isReturnQueueEntryParams
-
withReturnQueueEntryParams
public CommandReturnQueueEntry withReturnQueueEntryParams(ReturnQueueEntryParams value)
-
withHeader
public CommandReturnQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandReturnQueueEntry withAny(java.lang.Object... values)
-
withAny
public CommandReturnQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-