Package org.cip4.lib.xjdf.schema
Class CommandRequestQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Command
-
- org.cip4.lib.xjdf.schema.CommandRequestQueueEntry
-
- 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 CommandRequestQueueEntry extends Command implements java.io.SerializableJava class for CommandRequestQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandRequestQueueEntry"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Command"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}RequestQueueEntryParams" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected RequestQueueEntryParamsrequestQueueEntryParams
-
Constructor Summary
Constructors Constructor Description CommandRequestQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)RequestQueueEntryParamsgetRequestQueueEntryParams()Gets the value of the requestQueueEntryParams property.inthashCode()voidsetRequestQueueEntryParams(RequestQueueEntryParams value)Sets the value of the requestQueueEntryParams property.CommandRequestQueueEntrywithAny(java.lang.Object... values)CommandRequestQueueEntrywithAny(java.util.Collection<java.lang.Object> values)CommandRequestQueueEntrywithHeader(Header value)CommandRequestQueueEntrywithRequestQueueEntryParams(RequestQueueEntryParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
requestQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected RequestQueueEntryParams requestQueueEntryParams
-
-
Method Detail
-
getRequestQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public RequestQueueEntryParams getRequestQueueEntryParams()Gets the value of the requestQueueEntryParams property.- Returns:
- possible object is
RequestQueueEntryParams
-
setRequestQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setRequestQueueEntryParams(RequestQueueEntryParams value)Sets the value of the requestQueueEntryParams property.- Parameters:
value- allowed object isRequestQueueEntryParams
-
withRequestQueueEntryParams
public CommandRequestQueueEntry withRequestQueueEntryParams(RequestQueueEntryParams value)
-
withHeader
public CommandRequestQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandRequestQueueEntry withAny(java.lang.Object... values)
-
withAny
public CommandRequestQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-