public class KnownMsgQuParams
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="Persistent" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ListSignals" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ListQueries" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ChannelMode" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ListRegistrations" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ListCommands" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Exact" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
channelMode |
protected java.lang.Boolean |
exact |
protected java.lang.Boolean |
listCommands |
protected java.lang.Boolean |
listQueries |
protected java.lang.Boolean |
listRegistrations |
protected java.lang.Boolean |
listSignals |
protected java.lang.Boolean |
persistent |
| Constructor and Description |
|---|
KnownMsgQuParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelMode()
Gets the value of the channelMode property.
|
java.lang.Boolean |
getExact()
Gets the value of the exact property.
|
java.lang.Boolean |
getListCommands()
Gets the value of the listCommands property.
|
java.lang.Boolean |
getListQueries()
Gets the value of the listQueries property.
|
java.lang.Boolean |
getListRegistrations()
Gets the value of the listRegistrations property.
|
java.lang.Boolean |
getListSignals()
Gets the value of the listSignals property.
|
java.lang.Boolean |
getPersistent()
Gets the value of the persistent property.
|
void |
setChannelMode(java.lang.String value)
Sets the value of the channelMode property.
|
void |
setExact(java.lang.Boolean value)
Sets the value of the exact property.
|
void |
setListCommands(java.lang.Boolean value)
Sets the value of the listCommands property.
|
void |
setListQueries(java.lang.Boolean value)
Sets the value of the listQueries property.
|
void |
setListRegistrations(java.lang.Boolean value)
Sets the value of the listRegistrations property.
|
void |
setListSignals(java.lang.Boolean value)
Sets the value of the listSignals property.
|
void |
setPersistent(java.lang.Boolean value)
Sets the value of the persistent property.
|
protected java.lang.Boolean persistent
protected java.lang.Boolean listSignals
protected java.lang.Boolean listQueries
protected java.lang.String channelMode
protected java.lang.Boolean listRegistrations
protected java.lang.Boolean listCommands
protected java.lang.Boolean exact
public java.lang.Boolean getPersistent()
Booleanpublic void setPersistent(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getListSignals()
Booleanpublic void setListSignals(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getListQueries()
Booleanpublic void setListQueries(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getChannelMode()
Stringpublic void setChannelMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getListRegistrations()
Booleanpublic void setListRegistrations(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getListCommands()
Booleanpublic void setListCommands(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getExact()
Booleanpublic void setExact(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.