Class CommandShutDown

  • 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 CommandShutDown
    extends Command
    implements java.io.Serializable

    Java 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 Detail

      • shutDownCmdParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected ShutDownCmdParams shutDownCmdParams
    • Constructor Detail

      • CommandShutDown

        public CommandShutDown()
    • Method Detail

      • getShutDownCmdParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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.2",
                   date="2023-07-17T18:40:39Z")
        public void setShutDownCmdParams​(ShutDownCmdParams value)
        Sets the value of the shutDownCmdParams property.
        Parameters:
        value - allowed object is ShutDownCmdParams
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Command