Package org.cip4.lib.xjdf.schema
Class Command
java.lang.Object
org.cip4.lib.xjdf.schema.Message
org.cip4.lib.xjdf.schema.Command
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommandForceGang,CommandModifyQueueEntry,CommandPipeControl,CommandRequestQueueEntry,CommandResource,CommandResubmitQueueEntry,CommandReturnQueueEntry,CommandShutDown,CommandStopPersistentChannel,CommandSubmitQueueEntry,CommandWakeUp
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public abstract class Command
extends Message
implements Serializable
Java class for Command complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Command">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Message">
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
Constructor Details
-
Command
public Command()
-
-
Method Details