Class Next

  • All Implemented Interfaces:
    TransitionElement

    public class Next
    extends Object
    implements TransitionElement
    Java class for Next complex type.

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

     <complexType name="Next">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="on" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="to" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Next

        public Next()
    • Method Detail

      • setOn

        public void setOn​(String value)
        Sets the value of the on property.
        Specified by:
        setOn in interface TransitionElement
        Parameters:
        value - allowed object is String
      • getTo

        public String getTo()
        Gets the value of the to property.
        Returns:
        possible object is String
      • setTo

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