public class DispatchLayer extends Object
Java class for DispatchLayer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DispatchLayer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="raven" type="{http://taverna.sf.net/2008/xml/t2flow}Raven" minOccurs="0"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="configBean" type="{http://taverna.sf.net/2008/xml/t2flow}ConfigBean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected ConfigBean |
configBean |
protected Raven |
raven |
| Constructor and Description |
|---|
DispatchLayer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
ConfigBean |
getConfigBean()
Gets the value of the configBean property.
|
Raven |
getRaven()
Gets the value of the raven property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setConfigBean(ConfigBean value)
Sets the value of the configBean property.
|
void |
setRaven(Raven value)
Sets the value of the raven property.
|
protected Raven raven
protected String clazz
protected ConfigBean configBean
public Raven getRaven()
Ravenpublic void setRaven(Raven value)
value - allowed object is
Ravenpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic ConfigBean getConfigBean()
ConfigBeanpublic void setConfigBean(ConfigBean value)
value - allowed object is
ConfigBeanCopyright © 2013 myGrid. All rights reserved.