jsr352.batch.jsl
Class Partition

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

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

Java class for Partition complex type.

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

 <complexType name="Partition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partition-mapper" type="{http://batch.jsr352/jsl}PartitionMapper" minOccurs="0"/>
         <element name="partition-plan" type="{http://batch.jsr352/jsl}PartitionPlan" minOccurs="0"/>
         <element name="collector" type="{http://batch.jsr352/jsl}Collector" minOccurs="0"/>
         <element name="analyzer" type="{http://batch.jsr352/jsl}Analyzer" minOccurs="0"/>
         <element name="PartitionReducer" type="{http://batch.jsr352/jsl}PartitionReducer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Analyzer analyzer
           
protected  Collector collector
           
protected  PartitionMapper partitionMapper
           
protected  PartitionPlan partitionPlan
           
protected  PartitionReducer partitionReducer
           
 
Constructor Summary
Partition()
           
 
Method Summary
 Analyzer getAnalyzer()
          Gets the value of the analyzer property.
 Collector getCollector()
          Gets the value of the collector property.
 PartitionMapper getPartitionMapper()
          Gets the value of the partitionMapper property.
 PartitionPlan getPartitionPlan()
          Gets the value of the partitionPlan property.
 PartitionReducer getPartitionReducer()
          Gets the value of the partitionReducer property.
 void setAnalyzer(Analyzer value)
          Sets the value of the analyzer property.
 void setCollector(Collector value)
          Sets the value of the collector property.
 void setPartitionMapper(PartitionMapper value)
          Sets the value of the partitionMapper property.
 void setPartitionPlan(PartitionPlan value)
          Sets the value of the partitionPlan property.
 void setPartitionReducer(PartitionReducer value)
          Sets the value of the partitionReducer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partitionMapper

@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 PartitionMapper partitionMapper

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)-")
protected PartitionPlan partitionPlan

collector

@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 Collector collector

analyzer

@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 Analyzer analyzer

partitionReducer

@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 PartitionReducer partitionReducer
Constructor Detail

Partition

public Partition()
Method Detail

getPartitionMapper

@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 PartitionMapper getPartitionMapper()
Gets the value of the partitionMapper property.

Returns:
possible object is PartitionMapper

setPartitionMapper

@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 setPartitionMapper(PartitionMapper value)
Sets the value of the partitionMapper property.

Parameters:
value - allowed object is PartitionMapper

getPartitionPlan

@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 PartitionPlan getPartitionPlan()
Gets the value of the partitionPlan property.

Returns:
possible object is PartitionPlan

setPartitionPlan

@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 setPartitionPlan(PartitionPlan value)
Sets the value of the partitionPlan property.

Parameters:
value - allowed object is PartitionPlan

getCollector

@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 Collector getCollector()
Gets the value of the collector property.

Returns:
possible object is Collector

setCollector

@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 setCollector(Collector value)
Sets the value of the collector property.

Parameters:
value - allowed object is Collector

getAnalyzer

@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 Analyzer getAnalyzer()
Gets the value of the analyzer property.

Returns:
possible object is Analyzer

setAnalyzer

@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 setAnalyzer(Analyzer value)
Sets the value of the analyzer property.

Parameters:
value - allowed object is Analyzer

getPartitionReducer

@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 PartitionReducer getPartitionReducer()
Gets the value of the partitionReducer property.

Returns:
possible object is PartitionReducer

setPartitionReducer

@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 setPartitionReducer(PartitionReducer value)
Sets the value of the partitionReducer property.

Parameters:
value - allowed object is PartitionReducer


Copyright © 2013. All Rights Reserved.