|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.bpel.chaindemo.ChainDemoResponse
public class ChainDemoResponse
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 |
|---|
protected int nbDocOk
protected int nbDocNOk
protected int nbDocSkipped
| Constructor Detail |
|---|
public ChainDemoResponse()
| Method Detail |
|---|
public int getNbDocOk()
public void setNbDocOk(int value)
public int getNbDocNOk()
public void setNbDocNOk(int value)
public int getNbDocSkipped()
public void setNbDocSkipped(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||