public class Action extends Object
Java class for action complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="action">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="bean" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<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 |
bean |
protected String |
id |
protected Integer |
node |
protected String |
nodeGroup |
protected List<Transition> |
transition |
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBean()
Gets the value of the bean property.
|
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.
|
List<Transition> |
getTransition()
Gets the value of the transition property.
|
void |
setBean(String value)
Sets the value of the bean 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.
|
protected List<Transition> transition
protected String bean
protected Integer node
protected String nodeGroup
protected String id
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 String getBean()
Stringpublic void setBean(String value)
value - allowed object is
Stringpublic 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.