|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.jbatch.jsl.model.Split
@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 Split
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="flow" type="{http://xmlns.jcp.org/xml/ns/javaee}Flow" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="next" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Flow> |
flows
|
protected String |
id
|
protected String |
nextFromAttribute
|
| Constructor Summary | |
|---|---|
Split()
|
|
| Method Summary | |
|---|---|
List<Flow> |
getFlows()
Gets the value of the flows property. |
String |
getId()
Gets the value of the id property. |
String |
getNextFromAttribute()
Gets the value of the nextFromAttribute property. |
List<TransitionElement> |
getTransitionElements()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setNextFromAttribute(String value)
Sets the value of the nextFromAttribute 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 List<Flow> flows
@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 nextFromAttribute
| Constructor Detail |
|---|
public Split()
| 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 List<Flow> getFlows()
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 flows property.
For example, to add a new item, do as follows:
getFlows().add(newItem);
Objects of the following type(s) are allowed in the list
Flow
@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 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 List<TransitionElement> getTransitionElements()
getTransitionElements in interface ExecutionElementpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||