|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.jbatch.jsl.model.JSLJob
@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 JSLJobThe type of a job definition, whether concrete or abstract. This is the type of the root element of any JSL document.
Java class for Job complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job">
<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 maxOccurs="unbounded" minOccurs="0">
<element name="decision" type="{http://xmlns.jcp.org/xml/ns/javaee}Decision"/>
<element name="flow" type="{http://xmlns.jcp.org/xml/ns/javaee}Flow"/>
<element name="split" type="{http://xmlns.jcp.org/xml/ns/javaee}Split"/>
<element name="step" type="{http://xmlns.jcp.org/xml/ns/javaee}Step"/>
</choice>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="restartable" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<ExecutionElement> |
executionElements
|
protected String |
id
|
protected Listeners |
listeners
|
protected JSLProperties |
properties
|
protected String |
restartable
|
| Constructor Summary | |
|---|---|
JSLJob()
|
|
| Method Summary | |
|---|---|
List<ExecutionElement> |
getExecutionElements()
Gets the value of the executionElements property. |
String |
getId()
Gets the value of the id property. |
Listeners |
getListeners()
Gets the value of the listeners property. |
JSLProperties |
getProperties()
Gets the value of the properties property. |
String |
getRestartable()
Gets the value of the restartable property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setListeners(Listeners value)
Sets the value of the listeners property. |
void |
setProperties(JSLProperties value)
Sets the value of the properties property. |
void |
setRestartable(String value)
Sets the value of the restartable 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 List<ExecutionElement> executionElements
@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 restartable
| Constructor Detail |
|---|
public JSLJob()
| 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 List<ExecutionElement> getExecutionElements()
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 executionElements property.
For example, to add a new item, do as follows:
getExecutionElements().add(newItem);
Objects of the following type(s) are allowed in the list
Step
Split
Flow
Decision
@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()
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 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 getRestartable()
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 setRestartable(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 | ||||||||||