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 |
isExact()
Gets the value of the exact property.
|
Boolean |
isListCommands()
Gets the value of the listCommands property.
|
Boolean |
isListQueries()
Gets the value of the listQueries property.
|
Boolean |
isListRegistrations()
Gets the value of the listRegistrations property.
|
Boolean |
isListSignals()
Gets the value of the listSignals property.
|
Boolean |
isPersistent()
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 isPersistent()
Booleanpublic void setPersistent(Boolean value)
value - allowed object is
Booleanpublic Boolean isListSignals()
Booleanpublic void setListSignals(Boolean value)
value - allowed object is
Booleanpublic Boolean isListQueries()
Booleanpublic void setListQueries(Boolean value)
value - allowed object is
Booleanpublic String getChannelMode()
Stringpublic void setChannelMode(String value)
value - allowed object is
Stringpublic Boolean isListRegistrations()
Booleanpublic void setListRegistrations(Boolean value)
value - allowed object is
Booleanpublic Boolean isListCommands()
Booleanpublic void setListCommands(Boolean value)
value - allowed object is
Booleanpublic Boolean isExact()
BooleanCopyright © 2012. All Rights Reserved.