Package org.cip4.lib.xjdf.schema
Class CommandResubmitQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Command
-
- org.cip4.lib.xjdf.schema.CommandResubmitQueueEntry
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class CommandResubmitQueueEntry extends Command implements java.io.SerializableJava class for CommandResubmitQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandResubmitQueueEntry"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Command"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ResubmissionParams"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ResubmissionParamsresubmissionParams
-
Constructor Summary
Constructors Constructor Description CommandResubmitQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)ResubmissionParamsgetResubmissionParams()Gets the value of the resubmissionParams property.inthashCode()voidsetResubmissionParams(ResubmissionParams value)Sets the value of the resubmissionParams property.CommandResubmitQueueEntrywithAny(java.lang.Object... values)CommandResubmitQueueEntrywithAny(java.util.Collection<java.lang.Object> values)CommandResubmitQueueEntrywithHeader(Header value)CommandResubmitQueueEntrywithResubmissionParams(ResubmissionParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
resubmissionParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected ResubmissionParams resubmissionParams
-
-
Method Detail
-
getResubmissionParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public ResubmissionParams getResubmissionParams()Gets the value of the resubmissionParams property.- Returns:
- possible object is
ResubmissionParams
-
setResubmissionParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setResubmissionParams(ResubmissionParams value)Sets the value of the resubmissionParams property.- Parameters:
value- allowed object isResubmissionParams
-
withResubmissionParams
public CommandResubmitQueueEntry withResubmissionParams(ResubmissionParams value)
-
withHeader
public CommandResubmitQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandResubmitQueueEntry withAny(java.lang.Object... values)
-
withAny
public CommandResubmitQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-