public class SearchRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<element name="searchrequest">
<complexType>
<any processContents="skip" namespace="##other" minOccurs="1" maxOccurs="1" />
</complexType>
</element>
| Constructor and Description |
|---|
SearchRequest() |
SearchRequest(String language,
String query) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
getElement() |
String |
getLanguage() |
String |
getQuery() |
void |
setLanguage(String language) |
void |
setQuery(String query) |
Copyright © 2019. All rights reserved.