jsr352.batch.jsl
Class Stop

java.lang.Object
  extended by jsr352.batch.jsl.Stop
All Implemented Interfaces:
ControlElement

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public class Stop
extends Object
implements ControlElement

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://batch.jsr352/jsl}TerminatingAttributes"/>
       <attribute name="restart" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String exitStatus
           
protected  String on
           
protected  String restart
           
 
Constructor Summary
Stop()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restart

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String restart

on

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String on

exitStatus

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String exitStatus
Constructor Detail

Stop

public Stop()
Method Detail

getRestart

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getRestart()
Gets the value of the restart property.

Returns:
possible object is String

setRestart

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setRestart(String value)
Sets the value of the restart property.

Parameters:
value - allowed object is String

getOn

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getOn()
Gets the value of the on property.

Specified by:
getOn in interface ControlElement
Returns:
possible object is String

setOn

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setOn(String value)
Sets the value of the on property.

Specified by:
setOn in interface ControlElement
Parameters:
value - allowed object is String

getExitStatus

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getExitStatus()
Gets the value of the exitStatus property.

Returns:
possible object is String

setExitStatus

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-01-25T02:32:52-05:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setExitStatus(String value)
Sets the value of the exitStatus property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.