Class Action


  • public class Action
    extends java.lang.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="parameter" type="{http://www.hybris.de/xsd/processdefinition}parameter" maxOccurs="unbounded" minOccurs="0"/>
             <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" />
           <attribute name="canJoinPreviousNode" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Action()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBean()
      Gets the value of the bean property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.Integer getNode()
      Gets the value of the node property.
      java.lang.String getNodeGroup()
      Gets the value of the nodeGroup property.
      java.util.List<Parameter> getParameter()
      Gets the value of the parameter property.
      java.util.List<Transition> getTransition()
      Gets the value of the transition property.
      java.lang.Boolean isCanJoinPreviousNode()
      Gets the value of the canJoinPreviousNode property.
      void setBean​(java.lang.String value)
      Sets the value of the bean property.
      void setCanJoinPreviousNode​(java.lang.Boolean value)
      Sets the value of the canJoinPreviousNode property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setNode​(java.lang.Integer value)
      Sets the value of the node property.
      void setNodeGroup​(java.lang.String value)
      Sets the value of the nodeGroup property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameter

        protected java.util.List<Parameter> parameter
      • transition

        protected java.util.List<Transition> transition
      • bean

        protected java.lang.String bean
      • node

        protected java.lang.Integer node
      • nodeGroup

        protected java.lang.String nodeGroup
      • canJoinPreviousNode

        protected java.lang.Boolean canJoinPreviousNode
      • id

        protected java.lang.String id
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • getParameter

        public java.util.List<Parameter> getParameter()
        Gets the value of the parameter property.

        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 parameter property.

        For example, to add a new item, do as follows:

            getParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list Parameter

      • getTransition

        public java.util.List<Transition> getTransition()
        Gets the value of the transition property.

        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

      • getBean

        public java.lang.String getBean()
        Gets the value of the bean property.
        Returns:
        possible object is String
      • setBean

        public void setBean​(java.lang.String value)
        Sets the value of the bean property.
        Parameters:
        value - allowed object is String
      • getNode

        public java.lang.Integer getNode()
        Gets the value of the node property.
        Returns:
        possible object is Integer
      • setNode

        public void setNode​(java.lang.Integer value)
        Sets the value of the node property.
        Parameters:
        value - allowed object is Integer
      • getNodeGroup

        public java.lang.String getNodeGroup()
        Gets the value of the nodeGroup property.
        Returns:
        possible object is String
      • setNodeGroup

        public void setNodeGroup​(java.lang.String value)
        Sets the value of the nodeGroup property.
        Parameters:
        value - allowed object is String
      • isCanJoinPreviousNode

        public java.lang.Boolean isCanJoinPreviousNode()
        Gets the value of the canJoinPreviousNode property.
        Returns:
        possible object is Boolean
      • setCanJoinPreviousNode

        public void setCanJoinPreviousNode​(java.lang.Boolean value)
        Sets the value of the canJoinPreviousNode property.
        Parameters:
        value - allowed object is Boolean
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String