public class ShutDownCmdParams extends Object implements 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 Object |
flushQueueParamsRef |
protected String |
shutDownType |
| Constructor and Description |
|---|
ShutDownCmdParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFlushQueueParamsRef()
Gets the value of the flushQueueParamsRef property.
|
String |
getShutDownType()
Gets the value of the shutDownType property.
|
void |
setFlushQueueParamsRef(Object value)
Sets the value of the flushQueueParamsRef property.
|
void |
setShutDownType(String value)
Sets the value of the shutDownType property.
|
protected String shutDownType
protected Object flushQueueParamsRef
public String getShutDownType()
Stringpublic void setShutDownType(String value)
value - allowed object is
Stringpublic Object getFlushQueueParamsRef()
ObjectCopyright © 2012. All Rights Reserved.