Package org.cip4.lib.xjdf.schema
Class CommandShutDown
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Command
-
- org.cip4.lib.xjdf.schema.CommandShutDown
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class CommandShutDown extends Command implements java.io.SerializableJava class for CommandShutDown complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandShutDown"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Command"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ShutDownCmdParams"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ShutDownCmdParamsshutDownCmdParams
-
Constructor Summary
Constructors Constructor Description CommandShutDown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)ShutDownCmdParamsgetShutDownCmdParams()Gets the value of the shutDownCmdParams property.inthashCode()voidsetShutDownCmdParams(ShutDownCmdParams value)Sets the value of the shutDownCmdParams property.CommandShutDownwithAny(java.lang.Object... values)CommandShutDownwithAny(java.util.Collection<java.lang.Object> values)CommandShutDownwithHeader(Header value)CommandShutDownwithShutDownCmdParams(ShutDownCmdParams value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
shutDownCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected ShutDownCmdParams shutDownCmdParams
-
-
Method Detail
-
getShutDownCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public ShutDownCmdParams getShutDownCmdParams()Gets the value of the shutDownCmdParams property.- Returns:
- possible object is
ShutDownCmdParams
-
setShutDownCmdParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setShutDownCmdParams(ShutDownCmdParams value)Sets the value of the shutDownCmdParams property.- Parameters:
value- allowed object isShutDownCmdParams
-
withShutDownCmdParams
public CommandShutDown withShutDownCmdParams(ShutDownCmdParams value)
-
withHeader
public CommandShutDown withHeader(Header value)
- Overrides:
withHeaderin classCommand
-
withAny
public CommandShutDown withAny(java.lang.Object... values)
-
withAny
public CommandShutDown withAny(java.util.Collection<java.lang.Object> values)
-
-