jsr352.batch.jsl
Class Next

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

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>
 


Field Summary
protected  String on
           
protected  String to
           
 
Constructor Summary
Next()
           
 
Method Summary
 String getOn()
          Gets the value of the on property.
 String getTo()
          Gets the value of the to property.
 void setOn(String value)
          Sets the value of the on property.
 void setTo(String value)
          Sets the value of the to 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

to

@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 to
Constructor Detail

Next

public Next()
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

getTo

@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 getTo()
Gets the value of the to property.

Returns:
possible object is String

setTo

@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 setTo(String value)
Sets the value of the to property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.