public class STATUSType extends Object
Java class for STATUSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STATUSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="COUNT_DOCS" type="{}COUNT_DOCSType"/>
<element name="RETRIEVAL_CONDITION" type="{}RETRIEVAL_CONDITIONType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected COUNTDOCSType |
countdocs |
protected RETRIEVALCONDITIONType |
retrievalcondition |
| Constructor and Description |
|---|
STATUSType() |
| Modifier and Type | Method and Description |
|---|---|
COUNTDOCSType |
getCOUNTDOCS()
Gets the value of the countdocs property.
|
RETRIEVALCONDITIONType |
getRETRIEVALCONDITION()
Gets the value of the retrievalcondition property.
|
void |
setCOUNTDOCS(COUNTDOCSType value)
Sets the value of the countdocs property.
|
void |
setRETRIEVALCONDITION(RETRIEVALCONDITIONType value)
Sets the value of the retrievalcondition property.
|
protected COUNTDOCSType countdocs
protected RETRIEVALCONDITIONType retrievalcondition
public COUNTDOCSType getCOUNTDOCS()
COUNTDOCSTypepublic void setCOUNTDOCS(COUNTDOCSType value)
value - allowed object is
COUNTDOCSTypepublic RETRIEVALCONDITIONType getRETRIEVALCONDITION()
RETRIEVALCONDITIONTypepublic void setRETRIEVALCONDITION(RETRIEVALCONDITIONType value)
value - allowed object is
RETRIEVALCONDITIONTypeCopyright © 2022. All rights reserved.