jsr352.batch.jsl
Class End

java.lang.Object
  extended by jsr352.batch.jsl.End
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 End
extends Object
implements ControlElement

Java class for End complex type.

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

 <complexType name="End">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://batch.jsr352/jsl}TerminatingAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String exitStatus
           
protected  String on
           
 
Constructor Summary
End()
           
 
Method Summary
 String getExitStatus()
          Gets the value of the exitStatus property.
 String getOn()
          Gets the value of the on property.
 void setExitStatus(String value)
          Sets the value of the exitStatus property.
 void setOn(String value)
          Sets the value of the on property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

End

public End()
Method Detail

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.