Class Stop

  • All Implemented Interfaces:
    TransitionElement

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

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

     <complexType name="Stop">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attGroup ref="{http://xmlns.jcp.org/xml/ns/javaee}TerminatingAttributes"/>
           <attribute name="restart" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • restart

        protected String restart
      • exitStatus

        protected String exitStatus
    • Constructor Detail

      • Stop

        public Stop()
    • Method Detail

      • getRestart

        public String getRestart()
        Gets the value of the restart property.
        Returns:
        possible object is String
      • setRestart

        public void setRestart​(String value)
        Sets the value of the restart property.
        Parameters:
        value - allowed object is String
      • 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
      • getExitStatus

        public String getExitStatus()
        Gets the value of the exitStatus property.
        Returns:
        possible object is String
      • setExitStatus

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