org.ow2.weblab.chain
Class ChainResponse

java.lang.Object
  extended by org.ow2.weblab.chain.ChainResponse

public class ChainResponse
extends java.lang.Object

Java class for ChainResponse complex type.

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

 <complexType name="ChainResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nbDocOK" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="nbDocSkipped" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="nbDocError" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int nbDocError
           
protected  int nbDocOK
           
protected  int nbDocSkipped
           
 
Constructor Summary
ChainResponse()
           
 
Method Summary
 int getNbDocError()
          Gets the value of the nbDocError property.
 int getNbDocOK()
          Gets the value of the nbDocOK property.
 int getNbDocSkipped()
          Gets the value of the nbDocSkipped property.
 void setNbDocError(int value)
          Sets the value of the nbDocError property.
 void setNbDocOK(int value)
          Sets the value of the nbDocOK property.
 void setNbDocSkipped(int value)
          Sets the value of the nbDocSkipped property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nbDocOK

protected int nbDocOK

nbDocSkipped

protected int nbDocSkipped

nbDocError

protected int nbDocError
Constructor Detail

ChainResponse

public ChainResponse()
Method Detail

getNbDocOK

public int getNbDocOK()
Gets the value of the nbDocOK property.


setNbDocOK

public void setNbDocOK(int value)
Sets the value of the nbDocOK property.


getNbDocSkipped

public int getNbDocSkipped()
Gets the value of the nbDocSkipped property.


setNbDocSkipped

public void setNbDocSkipped(int value)
Sets the value of the nbDocSkipped property.


getNbDocError

public int getNbDocError()
Gets the value of the nbDocError property.


setNbDocError

public void setNbDocError(int value)
Sets the value of the nbDocError property.



Copyright © 2004-2012. All Rights Reserved.