|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.chain.ChainResponse
public class ChainResponse
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 |
|---|
protected int nbDocOK
protected int nbDocSkipped
protected int nbDocError
| Constructor Detail |
|---|
public ChainResponse()
| Method Detail |
|---|
public int getNbDocOK()
public void setNbDocOK(int value)
public int getNbDocSkipped()
public void setNbDocSkipped(int value)
public int getNbDocError()
public void setNbDocError(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||