Package org.cip4.lib.xjdf.schema
Class CommandModifyQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Command
-
- org.cip4.lib.xjdf.schema.CommandModifyQueueEntry
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class CommandModifyQueueEntry extends Command implements java.io.SerializableJava class for CommandModifyQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandModifyQueueEntry"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Command"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ModifyQueueEntryParams"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ModifyQueueEntryParamsmodifyQueueEntryParams
-
Constructor Summary
Constructors Constructor Description CommandModifyQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)ModifyQueueEntryParamsgetModifyQueueEntryParams()Gets the value of the modifyQueueEntryParams property.inthashCode()voidsetModifyQueueEntryParams(ModifyQueueEntryParams value)Sets the value of the modifyQueueEntryParams property.CommandModifyQueueEntrywithAny(java.lang.Object... values)CommandModifyQueueEntrywithAny(java.util.Collection<java.lang.Object> values)CommandModifyQueueEntrywithHeader(Header value)CommandModifyQueueEntrywithModifyQueueEntryParams(ModifyQueueEntryParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
modifyQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ModifyQueueEntryParams modifyQueueEntryParams
-
-
Method Detail
-
getModifyQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public ModifyQueueEntryParams getModifyQueueEntryParams()Gets the value of the modifyQueueEntryParams property.- Returns:
- possible object is
ModifyQueueEntryParams
-
setModifyQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setModifyQueueEntryParams(ModifyQueueEntryParams value)Sets the value of the modifyQueueEntryParams property.- Parameters:
value- allowed object isModifyQueueEntryParams
-
withModifyQueueEntryParams
public CommandModifyQueueEntry withModifyQueueEntryParams(ModifyQueueEntryParams value)
-
withHeader
public CommandModifyQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandModifyQueueEntry withAny(java.lang.Object... values)
-
withAny
public CommandModifyQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-