public class CorrectedQuery extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
keywords |
protected String |
message |
| Constructor and Description |
|---|
CorrectedQuery() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeywords()
Gets the value of the keywords property.
|
String |
getMessage()
Gets the value of the message property.
|
void |
setKeywords(String value)
Sets the value of the keywords property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
public String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic String getMessage()
StringCopyright © 2013. All Rights Reserved.