Package org.apache.batchee.jaxb
Class Stop
- java.lang.Object
-
- org.apache.batchee.jaxb.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>
-
-
Constructor Summary
Constructors Constructor Description Stop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExitStatus()
Gets the value of the exitStatus property.String
getOn()
Gets the value of the on property.String
getRestart()
Gets the value of the restart property.void
setExitStatus(String value)
Sets the value of the exitStatus property.void
setOn(String value)
Sets the value of the on property.void
setRestart(String value)
Sets the value of the restart property.
-
-
-
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 isString
-
getOn
public String getOn()
Gets the value of the on property.- Specified by:
getOn
in interfaceTransitionElement
- Returns:
- possible object is
String
-
setOn
public void setOn(String value)
Sets the value of the on property.- Specified by:
setOn
in interfaceTransitionElement
- Parameters:
value
- allowed object isString
-
getExitStatus
public String getExitStatus()
Gets the value of the exitStatus property.- Returns:
- possible object is
String
-
-