public class ProcessDefinition extends Object
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>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://xmlns.tibco.com/bw/process/2003}description" minOccurs="0"/>
<element name="startName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="startType" type="{http://xmlns.tibco.com/bw/process/2003}ElementSpec" minOccurs="0"/>
<element name="startX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="startY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="returnBindings" type="{http://xmlns.tibco.com/bw/process/2003}BindingSpec" minOccurs="0"/>
<element name="endName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endType" type="{http://xmlns.tibco.com/bw/process/2003}ElementSpec" minOccurs="0"/>
<element name="endX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="endY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="errorSchemas" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="processVariables" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://xmlns.tibco.com/bw/process/2003}activity" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://xmlns.tibco.com/bw/process/2003}transition" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://xmlns.tibco.com/bw/process/2003}label" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessDefinition.ErrorSchemas
Java class for anonymous complex type.
|
static class |
ProcessDefinition.ProcessVariables
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Activity> |
activity |
protected String |
description |
protected String |
endName |
protected ElementSpec |
endType |
protected Integer |
endX |
protected Integer |
endY |
protected ProcessDefinition.ErrorSchemas |
errorSchemas |
protected List<Label> |
label |
protected String |
name |
protected ProcessDefinition.ProcessVariables |
processVariables |
protected BindingSpec |
returnBindings |
protected String |
startName |
protected ElementSpec |
startType |
protected Integer |
startX |
protected Integer |
startY |
protected List<Transition> |
transition |
| Constructor and Description |
|---|
ProcessDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<Activity> |
getActivity()
Gets the value of the activity property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEndName()
Gets the value of the endName property.
|
ElementSpec |
getEndType()
Gets the value of the endType property.
|
Integer |
getEndX()
Gets the value of the endX property.
|
Integer |
getEndY()
Gets the value of the endY property.
|
ProcessDefinition.ErrorSchemas |
getErrorSchemas()
Gets the value of the errorSchemas property.
|
List<Label> |
getLabel()
Gets the value of the label property.
|
String |
getName()
Gets the value of the name property.
|
ProcessDefinition.ProcessVariables |
getProcessVariables()
Gets the value of the processVariables property.
|
BindingSpec |
getReturnBindings()
Gets the value of the returnBindings property.
|
String |
getStartName()
Gets the value of the startName property.
|
ElementSpec |
getStartType()
Gets the value of the startType property.
|
Integer |
getStartX()
Gets the value of the startX property.
|
Integer |
getStartY()
Gets the value of the startY property.
|
List<Transition> |
getTransition()
Gets the value of the transition property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndName(String value)
Sets the value of the endName property.
|
void |
setEndType(ElementSpec value)
Sets the value of the endType property.
|
void |
setEndX(Integer value)
Sets the value of the endX property.
|
void |
setEndY(Integer value)
Sets the value of the endY property.
|
void |
setErrorSchemas(ProcessDefinition.ErrorSchemas value)
Sets the value of the errorSchemas property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProcessVariables(ProcessDefinition.ProcessVariables value)
Sets the value of the processVariables property.
|
void |
setReturnBindings(BindingSpec value)
Sets the value of the returnBindings property.
|
void |
setStartName(String value)
Sets the value of the startName property.
|
void |
setStartType(ElementSpec value)
Sets the value of the startType property.
|
void |
setStartX(Integer value)
Sets the value of the startX property.
|
void |
setStartY(Integer value)
Sets the value of the startY property.
|
protected String name
protected String description
protected String startName
protected ElementSpec startType
protected Integer startX
protected Integer startY
protected BindingSpec returnBindings
protected String endName
protected ElementSpec endType
protected Integer endX
protected Integer endY
protected ProcessDefinition.ErrorSchemas errorSchemas
protected ProcessDefinition.ProcessVariables processVariables
protected List<Transition> transition
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getStartName()
Stringpublic void setStartName(String value)
value - allowed object is
Stringpublic ElementSpec getStartType()
ElementSpecpublic void setStartType(ElementSpec value)
value - allowed object is
ElementSpecpublic Integer getStartX()
Integerpublic void setStartX(Integer value)
value - allowed object is
Integerpublic Integer getStartY()
Integerpublic void setStartY(Integer value)
value - allowed object is
Integerpublic BindingSpec getReturnBindings()
BindingSpecpublic void setReturnBindings(BindingSpec value)
value - allowed object is
BindingSpecpublic String getEndName()
Stringpublic void setEndName(String value)
value - allowed object is
Stringpublic ElementSpec getEndType()
ElementSpecpublic void setEndType(ElementSpec value)
value - allowed object is
ElementSpecpublic Integer getEndX()
Integerpublic void setEndX(Integer value)
value - allowed object is
Integerpublic Integer getEndY()
Integerpublic void setEndY(Integer value)
value - allowed object is
Integerpublic ProcessDefinition.ErrorSchemas getErrorSchemas()
ProcessDefinition.ErrorSchemaspublic void setErrorSchemas(ProcessDefinition.ErrorSchemas value)
value - allowed object is
ProcessDefinition.ErrorSchemaspublic ProcessDefinition.ProcessVariables getProcessVariables()
ProcessDefinition.ProcessVariablespublic void setProcessVariables(ProcessDefinition.ProcessVariables value)
value - allowed object is
ProcessDefinition.ProcessVariablespublic List<Activity> getActivity()
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 activity property.
For example, to add a new item, do as follows:
getActivity().add(newItem);
Objects of the following type(s) are allowed in the list
Activity
public List<Transition> getTransition()
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 transition property.
For example, to add a new item, do as follows:
getTransition().add(newItem);
Objects of the following type(s) are allowed in the list
Transition
public List<Label> getLabel()
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 label property.
For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
Label
Copyright © 2015 FastConnect SAS. All rights reserved.