public class Search extends Object
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="searchString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
searchString |
| Constructor and Description |
|---|
Search() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSearchString()
Gets the value of the searchString property.
|
void |
setSearchString(String value)
Sets the value of the searchString property.
|
protected String searchString
Copyright © 2016. All rights reserved.