public class Activity extends NamedType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.tibco.com/bw/process/2003}NamedType">
<sequence>
<element ref="{http://xmlns.tibco.com/bw/process/2003}description" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="config" type="{http://www.w3.org/2001/XMLSchema}anyType" form="unqualified"/>
<element name="inputBindings" type="{http://xmlns.tibco.com/bw/process/2003}BindingSpec"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
config |
protected String |
description |
protected BindingSpec |
inputBindings |
protected String |
resourceType |
protected String |
type |
protected int |
x |
protected int |
y |
| Constructor and Description |
|---|
Activity() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConfig()
Gets the value of the config property.
|
String |
getDescription()
Gets the value of the description property.
|
BindingSpec |
getInputBindings()
Gets the value of the inputBindings property.
|
String |
getResourceType()
Gets the value of the resourceType property.
|
String |
getType()
Gets the value of the type property.
|
int |
getX()
Gets the value of the x property.
|
int |
getY()
Gets the value of the y property.
|
void |
setConfig(Object value)
Sets the value of the config property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setInputBindings(BindingSpec value)
Sets the value of the inputBindings property.
|
void |
setResourceType(String value)
Sets the value of the resourceType property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setX(int value)
Sets the value of the x property.
|
void |
setY(int value)
Sets the value of the y property.
|
protected String description
protected String type
protected String resourceType
protected int x
protected int y
protected Object config
protected BindingSpec inputBindings
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getResourceType()
Stringpublic void setResourceType(String value)
value - allowed object is
Stringpublic int getX()
public void setX(int value)
public int getY()
public void setY(int value)
public Object getConfig()
Objectpublic void setConfig(Object value)
value - allowed object is
Objectpublic BindingSpec getInputBindings()
BindingSpecpublic void setInputBindings(BindingSpec value)
value - allowed object is
BindingSpecCopyright © 2015 FastConnect SAS. All rights reserved.