jsr352.batch.jsl
Class Split

java.lang.Object
  extended by jsr352.batch.jsl.Split
All Implemented Interfaces:
ExecutionElement

@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 Split
extends Object
implements ExecutionElement

Java class for Split complex type.

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

 <complexType name="Split">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" type="{http://batch.jsr352/jsl}Properties" minOccurs="0"/>
         <element name="listeners" type="{http://batch.jsr352/jsl}Listeners" minOccurs="0"/>
         <element name="flow" type="{http://batch.jsr352/jsl}Flow" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://batch.jsr352/jsl}ControlElements" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="next" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _abstract
           
protected  List<ControlElement> controlElements
           
protected  List<Flow> flow
           
protected  String id
           
protected  Listeners listeners
           
protected  String nextFromAttribute
           
protected  String parent
           
protected  JSLProperties properties
           
 
Constructor Summary
Split()
           
 
Method Summary
 String getAbstract()
          Gets the value of the abstract property.
 List<ControlElement> getControlElements()
          Gets the value of the controlElements property.
 List<Flow> getFlow()
          Gets the value of the flow property.
 String getId()
          Gets the value of the id property.
 Listeners getListeners()
          Gets the value of the listeners property.
 String getNextFromAttribute()
          Gets the value of the nextFromAttribute property.
 String getParent()
          Gets the value of the parent property.
 JSLProperties getProperties()
          Gets the value of the properties property.
 void setAbstract(String value)
          Sets the value of the abstract property.
 void setId(String value)
          Sets the value of the id property.
 void setListeners(Listeners value)
          Sets the value of the listeners property.
 void setNextFromAttribute(String value)
          Sets the value of the nextFromAttribute property.
 void setParent(String value)
          Sets the value of the parent property.
 void setProperties(JSLProperties value)
          Sets the value of the properties property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

@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 JSLProperties properties

listeners

@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 Listeners listeners

flow

@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 List<Flow> flow

controlElements

@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 List<ControlElement> controlElements

id

@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 id

nextFromAttribute

@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 nextFromAttribute

_abstract

@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 _abstract

parent

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

Split

public Split()
Method Detail

getProperties

@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 JSLProperties getProperties()
Gets the value of the properties property.

Returns:
possible object is JSLProperties

setProperties

@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 setProperties(JSLProperties value)
Sets the value of the properties property.

Parameters:
value - allowed object is JSLProperties

getListeners

@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 Listeners getListeners()
Gets the value of the listeners property.

Returns:
possible object is Listeners

setListeners

@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 setListeners(Listeners value)
Sets the value of the listeners property.

Parameters:
value - allowed object is Listeners

getFlow

@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 List<Flow> getFlow()
Gets the value of the flow property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the flow property.

For example, to add a new item, do as follows:

    getFlow().add(newItem);
 

Objects of the following type(s) are allowed in the list Flow


getControlElements

@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 List<ControlElement> getControlElements()
Gets the value of the controlElements property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the controlElements property.

For example, to add a new item, do as follows:

    getControlElements().add(newItem);
 

Objects of the following type(s) are allowed in the list Stop Next Fail End

Specified by:
getControlElements in interface ExecutionElement

getId

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

Specified by:
getId in interface ExecutionElement
Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getNextFromAttribute

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

Returns:
possible object is String

setNextFromAttribute

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

Parameters:
value - allowed object is String

getAbstract

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

Returns:
possible object is String

setAbstract

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

Parameters:
value - allowed object is String

getParent

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

Returns:
possible object is String

setParent

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.