public class KnownMsgQuParams 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="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 String |
channelMode |
protected Boolean |
exact |
protected Boolean |
listCommands |
protected Boolean |
listQueries |
protected Boolean |
listRegistrations |
protected Boolean |
listSignals |
protected Boolean |
persistent |
| Constructor and Description |
|---|
KnownMsgQuParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelMode()
Gets the value of the channelMode property.
|
Boolean |
getExact()
Gets the value of the exact property.
|
Boolean |
getListCommands()
Gets the value of the listCommands property.
|
Boolean |
getListQueries()
Gets the value of the listQueries property.
|
Boolean |
getListRegistrations()
Gets the value of the listRegistrations property.
|
Boolean |
getListSignals()
Gets the value of the listSignals property.
|
Boolean |
getPersistent()
Gets the value of the persistent property.
|
void |
setChannelMode(String value)
Sets the value of the channelMode property.
|
void |
setExact(Boolean value)
Sets the value of the exact property.
|
void |
setListCommands(Boolean value)
Sets the value of the listCommands property.
|
void |
setListQueries(Boolean value)
Sets the value of the listQueries property.
|
void |
setListRegistrations(Boolean value)
Sets the value of the listRegistrations property.
|
void |
setListSignals(Boolean value)
Sets the value of the listSignals property.
|
void |
setPersistent(Boolean value)
Sets the value of the persistent property.
|
protected Boolean persistent
protected Boolean listSignals
protected Boolean listQueries
protected String channelMode
protected Boolean listRegistrations
protected Boolean listCommands
protected Boolean exact
public Boolean getPersistent()
Booleanpublic void setPersistent(Boolean value)
value - allowed object is
Booleanpublic Boolean getListSignals()
Booleanpublic void setListSignals(Boolean value)
value - allowed object is
Booleanpublic Boolean getListQueries()
Booleanpublic void setListQueries(Boolean value)
value - allowed object is
Booleanpublic String getChannelMode()
Stringpublic void setChannelMode(String value)
value - allowed object is
Stringpublic Boolean getListRegistrations()
Booleanpublic void setListRegistrations(Boolean value)
value - allowed object is
Booleanpublic Boolean getListCommands()
Booleanpublic void setListCommands(Boolean value)
value - allowed object is
Booleanpublic Boolean getExact()
BooleanCopyright © 2012. All Rights Reserved.