org.ow2.weblab.bpel.chaindemo
Class ChainDemoResponse

java.lang.Object
  extended by org.ow2.weblab.bpel.chaindemo.ChainDemoResponse

public class ChainDemoResponse
extends java.lang.Object

Java class for ChainDemoResponse complex type.

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

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


Field Summary
protected  int nbDocNOk
           
protected  int nbDocOk
           
protected  int nbDocSkipped
           
 
Constructor Summary
ChainDemoResponse()
           
 
Method Summary
 int getNbDocNOk()
          Gets the value of the nbDocNOk property.
 int getNbDocOk()
          Gets the value of the nbDocOk property.
 int getNbDocSkipped()
          Gets the value of the nbDocSkipped property.
 void setNbDocNOk(int value)
          Sets the value of the nbDocNOk 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

nbDocNOk

protected int nbDocNOk

nbDocSkipped

protected int nbDocSkipped
Constructor Detail

ChainDemoResponse

public ChainDemoResponse()
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.


getNbDocNOk

public int getNbDocNOk()
Gets the value of the nbDocNOk property.


setNbDocNOk

public void setNbDocNOk(int value)
Sets the value of the nbDocNOk 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.



Copyright © 2004-2011. All Rights Reserved.