|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.jbatch.jsl.model.Step
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public class Step
Java class for Step complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Step">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" type="{http://xmlns.jcp.org/xml/ns/javaee}Properties" minOccurs="0"/>
<element name="listeners" type="{http://xmlns.jcp.org/xml/ns/javaee}Listeners" minOccurs="0"/>
<choice minOccurs="0">
<element name="batchlet" type="{http://xmlns.jcp.org/xml/ns/javaee}Batchlet"/>
<element name="chunk" type="{http://xmlns.jcp.org/xml/ns/javaee}Chunk"/>
</choice>
<element name="partition" type="{http://xmlns.jcp.org/xml/ns/javaee}Partition" minOccurs="0"/>
<group ref="{http://xmlns.jcp.org/xml/ns/javaee}TransitionElements" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="start-limit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="allow-start-if-complete" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="next" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
allowStartIfComplete
|
protected Batchlet |
batchlet
|
protected Chunk |
chunk
|
protected String |
id
|
protected Listeners |
listeners
|
protected String |
nextFromAttribute
|
protected Partition |
partition
|
protected JSLProperties |
properties
|
protected String |
startLimit
|
protected List<TransitionElement> |
transitionElements
|
| Constructor Summary | |
|---|---|
Step()
|
|
| Method Summary | |
|---|---|
String |
getAllowStartIfComplete()
Gets the value of the allowStartIfComplete property. |
Batchlet |
getBatchlet()
Gets the value of the batchlet property. |
Chunk |
getChunk()
Gets the value of the chunk 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. |
Partition |
getPartition()
Gets the value of the partition property. |
JSLProperties |
getProperties()
Gets the value of the properties property. |
String |
getStartLimit()
Gets the value of the startLimit property. |
List<TransitionElement> |
getTransitionElements()
Gets the value of the transitionElements property. |
void |
setAllowStartIfComplete(String value)
Sets the value of the allowStartIfComplete property. |
void |
setBatchlet(Batchlet value)
Sets the value of the batchlet property. |
void |
setChunk(Chunk value)
Sets the value of the chunk 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 |
setPartition(Partition value)
Sets the value of the partition property. |
void |
setProperties(JSLProperties value)
Sets the value of the properties property. |
void |
setStartLimit(String value)
Sets the value of the startLimit property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected JSLProperties properties
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected Listeners listeners
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected Batchlet batchlet
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected Chunk chunk
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected Partition partition
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected List<TransitionElement> transitionElements
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String id
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String startLimit
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String allowStartIfComplete
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected String nextFromAttribute
| Constructor Detail |
|---|
public Step()
| Method Detail |
|---|
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public JSLProperties getProperties()
JSLProperties
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setProperties(JSLProperties value)
value - allowed object is
JSLProperties
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public Listeners getListeners()
Listeners
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setListeners(Listeners value)
value - allowed object is
Listeners
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public Batchlet getBatchlet()
Batchlet
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setBatchlet(Batchlet value)
value - allowed object is
Batchlet
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public Chunk getChunk()
Chunk
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setChunk(Chunk value)
value - allowed object is
Chunk
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public Partition getPartition()
Partition
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setPartition(Partition value)
value - allowed object is
Partition
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public List<TransitionElement> getTransitionElements()
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 transitionElements property.
For example, to add a new item, do as follows:
getTransitionElements().add(newItem);
Objects of the following type(s) are allowed in the list
End
Stop
Fail
Next
getTransitionElements in interface ExecutionElement
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getId()
getId in interface ExecutionElementString
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setId(String value)
value - allowed object is
String
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getStartLimit()
String
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setStartLimit(String value)
value - allowed object is
String
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getAllowStartIfComplete()
String
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setAllowStartIfComplete(String value)
value - allowed object is
String
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public String getNextFromAttribute()
String
@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
date="2013-03-18T06:45:00-04:00",
comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setNextFromAttribute(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||