public class MessageService 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">
<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 Boolean |
acknowledge |
protected List<ActionPool> |
actionPools |
protected String |
channelMode |
protected Boolean |
command |
protected List<String> |
genericAttributes |
protected String |
jmfRole |
protected List<ModulePool> |
modulePools |
protected Boolean |
persistent |
protected Boolean |
query |
protected Boolean |
registration |
protected Boolean |
signal |
protected List<TestPool> |
testPools |
protected String |
type |
protected List<String> |
urlSchemes |
| Constructor and Description |
|---|
MessageService() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAcknowledge()
Gets the value of the acknowledge property.
|
List<ActionPool> |
getActionPools()
Gets the value of the actionPools property.
|
String |
getChannelMode()
Gets the value of the channelMode property.
|
Boolean |
getCommand()
Gets the value of the command property.
|
List<String> |
getGenericAttributes()
Gets the value of the genericAttributes property.
|
String |
getJMFRole()
Gets the value of the jmfRole property.
|
List<ModulePool> |
getModulePools()
Gets the value of the modulePools property.
|
Boolean |
getPersistent()
Gets the value of the persistent property.
|
Boolean |
getQuery()
Gets the value of the query property.
|
Boolean |
getRegistration()
Gets the value of the registration property.
|
Boolean |
getSignal()
Gets the value of the signal property.
|
List<TestPool> |
getTestPools()
Gets the value of the testPools property.
|
String |
getType()
Gets the value of the type property.
|
List<String> |
getURLSchemes()
Gets the value of the urlSchemes property.
|
void |
setAcknowledge(Boolean value)
Sets the value of the acknowledge property.
|
void |
setChannelMode(String value)
Sets the value of the channelMode property.
|
void |
setCommand(Boolean value)
Sets the value of the command property.
|
void |
setJMFRole(String value)
Sets the value of the jmfRole property.
|
void |
setPersistent(Boolean value)
Sets the value of the persistent property.
|
void |
setQuery(Boolean value)
Sets the value of the query property.
|
void |
setRegistration(Boolean value)
Sets the value of the registration property.
|
void |
setSignal(Boolean value)
Sets the value of the signal property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected List<ActionPool> actionPools
protected List<ModulePool> modulePools
protected Boolean persistent
protected String channelMode
protected Boolean acknowledge
protected String jmfRole
protected Boolean query
protected String type
protected Boolean signal
protected Boolean registration
protected Boolean command
public 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 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 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 Boolean getPersistent()
Booleanpublic void setPersistent(Boolean value)
value - allowed object is
Booleanpublic String getChannelMode()
Stringpublic void setChannelMode(String value)
value - allowed object is
Stringpublic List<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 Boolean getAcknowledge()
Booleanpublic void setAcknowledge(Boolean value)
value - allowed object is
Booleanpublic List<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 String getJMFRole()
Stringpublic void setJMFRole(String value)
value - allowed object is
Stringpublic Boolean getQuery()
Booleanpublic void setQuery(Boolean value)
value - allowed object is
Booleanpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean getSignal()
Booleanpublic void setSignal(Boolean value)
value - allowed object is
Booleanpublic Boolean getRegistration()
Booleanpublic void setRegistration(Boolean value)
value - allowed object is
Booleanpublic Boolean getCommand()
BooleanCopyright © 2012. All Rights Reserved.