Class Decision

  • All Implemented Interfaces:
    ExecutionElement

    public class Decision
    extends Object
    implements ExecutionElement
    Java class for Decision complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Decision">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="properties" type="{http://xmlns.jcp.org/xml/ns/javaee}Properties" minOccurs="0"/>
             <group ref="{http://xmlns.jcp.org/xml/ns/javaee}TransitionElements" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="ref" use="required" type="{http://xmlns.jcp.org/xml/ns/javaee}artifactRef" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Decision

        public Decision()
    • Method Detail

      • getProperties

        public JSLProperties getProperties()
        Gets the value of the properties property.
        Returns:
        possible object is JSLProperties
      • setProperties

        public void setProperties​(JSLProperties value)
        Sets the value of the properties property.
        Parameters:
        value - allowed object is JSLProperties
      • getTransitionElements

        public List<TransitionElement> getTransitionElements()
        Gets the value of the transitionElements 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 transitionElements property.

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

            getTransitionElements().add(newItem);
         

        Objects of the following type(s) are allowed in the list Next Stop Fail End

        Specified by:
        getTransitionElements in interface ExecutionElement
      • setId

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

        public String getRef()
        Gets the value of the ref property.
        Returns:
        possible object is String
      • setRef

        public void setRef​(String value)
        Sets the value of the ref property.
        Parameters:
        value - allowed object is String