public class MessageService
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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ModulePool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TestPool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ActionPool" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Persistent" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ChannelMode" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="GenericAttributes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Acknowledge" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="URLSchemes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="JMFRole" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Query" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Type" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Signal" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Registration" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Command" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
acknowledge |
protected java.util.List<ActionPool> |
actionPools |
protected java.lang.String |
channelMode |
protected java.lang.Boolean |
command |
protected java.util.List<java.lang.String> |
genericAttributes |
protected java.lang.String |
jmfRole |
protected java.util.List<ModulePool> |
modulePools |
protected java.lang.Boolean |
persistent |
protected java.lang.Boolean |
query |
protected java.lang.Boolean |
registration |
protected java.lang.Boolean |
signal |
protected java.util.List<TestPool> |
testPools |
protected java.lang.String |
type |
protected java.util.List<java.lang.String> |
urlSchemes |
| Constructor and Description |
|---|
MessageService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAcknowledge()
Gets the value of the acknowledge property.
|
java.util.List<ActionPool> |
getActionPools()
Gets the value of the actionPools property.
|
java.lang.String |
getChannelMode()
Gets the value of the channelMode property.
|
java.lang.Boolean |
getCommand()
Gets the value of the command property.
|
java.util.List<java.lang.String> |
getGenericAttributes()
Gets the value of the genericAttributes property.
|
java.lang.String |
getJMFRole()
Gets the value of the jmfRole property.
|
java.util.List<ModulePool> |
getModulePools()
Gets the value of the modulePools property.
|
java.lang.Boolean |
getPersistent()
Gets the value of the persistent property.
|
java.lang.Boolean |
getQuery()
Gets the value of the query property.
|
java.lang.Boolean |
getRegistration()
Gets the value of the registration property.
|
java.lang.Boolean |
getSignal()
Gets the value of the signal property.
|
java.util.List<TestPool> |
getTestPools()
Gets the value of the testPools property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.util.List<java.lang.String> |
getURLSchemes()
Gets the value of the urlSchemes property.
|
void |
setAcknowledge(java.lang.Boolean value)
Sets the value of the acknowledge property.
|
void |
setChannelMode(java.lang.String value)
Sets the value of the channelMode property.
|
void |
setCommand(java.lang.Boolean value)
Sets the value of the command property.
|
void |
setJMFRole(java.lang.String value)
Sets the value of the jmfRole property.
|
void |
setPersistent(java.lang.Boolean value)
Sets the value of the persistent property.
|
void |
setQuery(java.lang.Boolean value)
Sets the value of the query property.
|
void |
setRegistration(java.lang.Boolean value)
Sets the value of the registration property.
|
void |
setSignal(java.lang.Boolean value)
Sets the value of the signal property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.util.List<ActionPool> actionPools
protected java.util.List<TestPool> testPools
protected java.util.List<ModulePool> modulePools
protected java.lang.Boolean persistent
protected java.lang.String channelMode
protected java.util.List<java.lang.String> genericAttributes
protected java.lang.Boolean acknowledge
protected java.util.List<java.lang.String> urlSchemes
protected java.lang.String jmfRole
protected java.lang.Boolean query
protected java.lang.String type
protected java.lang.Boolean signal
protected java.lang.Boolean registration
protected java.lang.Boolean command
public java.util.List<ActionPool> getActionPools()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the actionPools property.
For example, to add a new item, do as follows:
getActionPools().add(newItem);
Objects of the following type(s) are allowed in the list
ActionPool
public java.util.List<TestPool> getTestPools()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the testPools property.
For example, to add a new item, do as follows:
getTestPools().add(newItem);
Objects of the following type(s) are allowed in the list
TestPool
public java.util.List<ModulePool> getModulePools()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the modulePools property.
For example, to add a new item, do as follows:
getModulePools().add(newItem);
Objects of the following type(s) are allowed in the list
ModulePool
public java.lang.Boolean getPersistent()
Booleanpublic void setPersistent(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.util.List<java.lang.String> getGenericAttributes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the genericAttributes property.
For example, to add a new item, do as follows:
getGenericAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Boolean getAcknowledge()
Booleanpublic void setAcknowledge(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.String> getURLSchemes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the urlSchemes property.
For example, to add a new item, do as follows:
getURLSchemes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getJMFRole()
Stringpublic void setJMFRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getQuery()
Booleanpublic void setQuery(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getSignal()
Booleanpublic void setSignal(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getRegistration()
Booleanpublic void setRegistration(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getCommand()
Booleanpublic void setCommand(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.