Class Split

  • All Implemented Interfaces:
    ExecutionElement

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

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

     <complexType name="Split">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="flow" type="{http://xmlns.jcp.org/xml/ns/javaee}Flow" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="next" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • nextFromAttribute

        protected String nextFromAttribute
    • Constructor Detail

      • Split

        public Split()
    • Method Detail

      • getFlows

        public List<Flow> getFlows()
        Gets the value of the flows 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 flows property.

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

            getFlows().add(newItem);
         

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

      • setId

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

        public String getNextFromAttribute()
        Gets the value of the nextFromAttribute property.
        Returns:
        possible object is String
      • setNextFromAttribute

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