public class QUERYRESULTSType extends Object
Java class for QUERY_RESULTSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QUERY_RESULTSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DOC_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IS_NEW" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
docid |
protected boolean |
isnew |
| Constructor and Description |
|---|
QUERYRESULTSType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDOCID()
Gets the value of the docid property.
|
boolean |
isISNEW()
Gets the value of the isnew property.
|
void |
setDOCID(String value)
Sets the value of the docid property.
|
void |
setISNEW(boolean value)
Sets the value of the isnew property.
|
protected String docid
protected boolean isnew
public String getDOCID()
Stringpublic void setDOCID(String value)
value - allowed object is
Stringpublic boolean isISNEW()
public void setISNEW(boolean value)
Copyright © 2017. All rights reserved.