@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class CommandShutDown
extends Command
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
| Modifier and Type | Field and Description |
|---|---|
protected ShutDownCmdParams |
shutDownCmdParams |
| Constructor and Description |
|---|
CommandShutDown() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ShutDownCmdParams |
getShutDownCmdParams()
Gets the value of the shutDownCmdParams property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setShutDownCmdParams(ShutDownCmdParams value)
Sets the value of the shutDownCmdParams property.
|
CommandShutDown |
withHeader(Header value) |
CommandShutDown |
withShutDownCmdParams(ShutDownCmdParams value) |
getHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected ShutDownCmdParams shutDownCmdParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public ShutDownCmdParams getShutDownCmdParams()
ShutDownCmdParams@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setShutDownCmdParams(ShutDownCmdParams value)
value - allowed object is
ShutDownCmdParamspublic CommandShutDown withShutDownCmdParams(ShutDownCmdParams value)
public CommandShutDown withHeader(Header value)
withHeader in class Commandpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)