public class Query extends Object
Java class for Query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="totalResults" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="searchTerms" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="startPage" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="inputEncoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="outputEncoding" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCount()
Gets the value of the count property.
|
String |
getInputEncoding()
Gets the value of the inputEncoding property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getOutputEncoding()
Gets the value of the outputEncoding property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getSearchTerms()
Gets the value of the searchTerms property.
|
Integer |
getStartIndex()
Gets the value of the startIndex property.
|
Integer |
getStartPage()
Gets the value of the startPage property.
|
String |
getTitle()
Gets the value of the title property.
|
BigInteger |
getTotalResults()
Gets the value of the totalResults property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
void |
setInputEncoding(String value)
Sets the value of the inputEncoding property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setOutputEncoding(String value)
Sets the value of the outputEncoding property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setSearchTerms(String value)
Sets the value of the searchTerms property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
void |
setStartPage(Integer value)
Sets the value of the startPage property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTotalResults(BigInteger value)
Sets the value of the totalResults property.
|
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic BigInteger getTotalResults()
BigIntegerpublic void setTotalResults(BigInteger value)
value - allowed object is
BigIntegerpublic String getSearchTerms()
Stringpublic void setSearchTerms(String value)
value - allowed object is
Stringpublic BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic Integer getStartIndex()
Integerpublic void setStartIndex(Integer value)
value - allowed object is
Integerpublic Integer getStartPage()
Integerpublic void setStartPage(Integer value)
value - allowed object is
Integerpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getInputEncoding()
Stringpublic void setInputEncoding(String value)
value - allowed object is
Stringpublic String getOutputEncoding()
StringCopyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.