jsr352.batch.jsl
Class PartitionPlan

java.lang.Object
  extended by jsr352.batch.jsl.PartitionPlan

@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 PartitionPlan
extends Object

Java class for PartitionPlan complex type.

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

 <complexType name="PartitionPlan">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" type="{http://batch.jsr352/jsl}Properties" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="instances" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="threads" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String instances
           
protected  List<JSLProperties> properties
           
protected  String threads
           
 
Constructor Summary
PartitionPlan()
           
 
Method Summary
 String getInstances()
          Gets the value of the instances property.
 List<JSLProperties> getProperties()
          Gets the value of the properties property.
 String getThreads()
          Gets the value of the threads property.
 void setInstances(String value)
          Sets the value of the instances property.
 void setThreads(String value)
          Sets the value of the threads 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 List<JSLProperties> properties

instances

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

threads

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

PartitionPlan

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

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

    getProperties().add(newItem);
 

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


getInstances

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

Returns:
possible object is String

setInstances

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

Parameters:
value - allowed object is String

getThreads

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

Returns:
possible object is String

setThreads

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.