public class ScriptAction extends Object
Java class for scriptAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="scriptAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="script" type="{http://www.hybris.de/xsd/processdefinition}script"/>
<element name="transition" type="{http://www.hybris.de/xsd/processdefinition}transition" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{http://www.hybris.de/xsd/processdefinition}nodeAttributes"/>
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="nodeGroup" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Integer |
node |
protected String |
nodeGroup |
protected Script |
script |
protected List<Transition> |
transition |
| Constructor and Description |
|---|
ScriptAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
Integer |
getNode()
Gets the value of the node property.
|
String |
getNodeGroup()
Gets the value of the nodeGroup property.
|
Script |
getScript()
Gets the value of the script property.
|
List<Transition> |
getTransition()
Gets the value of the transition property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNode(Integer value)
Sets the value of the node property.
|
void |
setNodeGroup(String value)
Sets the value of the nodeGroup property.
|
void |
setScript(Script value)
Sets the value of the script property.
|
protected Script script
protected List<Transition> transition
protected Integer node
protected String nodeGroup
protected String id
public Script getScript()
Scriptpublic void setScript(Script value)
value - allowed object is
Scriptpublic 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 Integer getNode()
Integerpublic void setNode(Integer value)
value - allowed object is
Integerpublic String getNodeGroup()
Stringpublic void setNodeGroup(String value)
value - allowed object is
StringCopyright © 2017 SAP SE. All Rights Reserved.