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:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class CommandRequestQueueEntry
extends Command
implements Serializable
Java 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the requestQueueEntryParams property.inthashCode()voidSets the value of the requestQueueEntryParams property.withAny(Collection<Object> values) withHeader(Header value) Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
Field Details
-
requestQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected RequestQueueEntryParams requestQueueEntryParams
-
-
Constructor Details
-
CommandRequestQueueEntry
public CommandRequestQueueEntry()
-
-
Method Details
-
getRequestQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public void setRequestQueueEntryParams(RequestQueueEntryParams value) Sets the value of the requestQueueEntryParams property.- Parameters:
value- allowed object isRequestQueueEntryParams
-
withRequestQueueEntryParams
-
withHeader
- Overrides:
withHeaderin classCommand
-
withAny
-
withAny
-
equals
-
hashCode
public int hashCode()
-