public class ShutDownCmdParams
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ShutDownType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FlushQueueParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
flushQueueParamsRef |
protected java.lang.String |
shutDownType |
| Constructor and Description |
|---|
ShutDownCmdParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFlushQueueParamsRef()
Gets the value of the flushQueueParamsRef property.
|
java.lang.String |
getShutDownType()
Gets the value of the shutDownType property.
|
void |
setFlushQueueParamsRef(java.lang.Object value)
Sets the value of the flushQueueParamsRef property.
|
void |
setShutDownType(java.lang.String value)
Sets the value of the shutDownType property.
|
protected java.lang.String shutDownType
protected java.lang.Object flushQueueParamsRef
public java.lang.String getShutDownType()
Stringpublic void setShutDownType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getFlushQueueParamsRef()
Objectpublic void setFlushQueueParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.