Package org.cip4.lib.xjdf.schema
Class CommandSubmitQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Command
-
- org.cip4.lib.xjdf.schema.CommandSubmitQueueEntry
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class CommandSubmitQueueEntry extends Command implements java.io.SerializableJava class for CommandSubmitQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandSubmitQueueEntry"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Command"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}QueueSubmissionParams"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected QueueSubmissionParamsqueueSubmissionParams
-
Constructor Summary
Constructors Constructor Description CommandSubmitQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)QueueSubmissionParamsgetQueueSubmissionParams()Gets the value of the queueSubmissionParams property.inthashCode()voidsetQueueSubmissionParams(QueueSubmissionParams value)Sets the value of the queueSubmissionParams property.CommandSubmitQueueEntrywithAny(java.lang.Object... values)CommandSubmitQueueEntrywithAny(java.util.Collection<java.lang.Object> values)CommandSubmitQueueEntrywithHeader(Header value)CommandSubmitQueueEntrywithQueueSubmissionParams(QueueSubmissionParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
queueSubmissionParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected QueueSubmissionParams queueSubmissionParams
-
-
Method Detail
-
getQueueSubmissionParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public QueueSubmissionParams getQueueSubmissionParams()Gets the value of the queueSubmissionParams property.- Returns:
- possible object is
QueueSubmissionParams
-
setQueueSubmissionParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setQueueSubmissionParams(QueueSubmissionParams value)Sets the value of the queueSubmissionParams property.- Parameters:
value- allowed object isQueueSubmissionParams
-
withQueueSubmissionParams
public CommandSubmitQueueEntry withQueueSubmissionParams(QueueSubmissionParams value)
-
withHeader
public CommandSubmitQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandSubmitQueueEntry withAny(java.lang.Object... values)
-
withAny
public CommandSubmitQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-