public class ApiSearchData extends Object
Java class for ApiSearchData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApiSearchData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchField1" type="{http://rest.immobilienscout24.de/schema/common/1.0}searchField" minOccurs="0"/>
<element name="searchField2" type="{http://rest.immobilienscout24.de/schema/common/1.0}searchField" minOccurs="0"/>
<element name="searchField3" type="{http://rest.immobilienscout24.de/schema/common/1.0}searchField" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
searchField1 |
protected String |
searchField2 |
protected String |
searchField3 |
| Constructor and Description |
|---|
ApiSearchData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSearchField1()
Gets the value of the searchField1 property.
|
String |
getSearchField2()
Gets the value of the searchField2 property.
|
String |
getSearchField3()
Gets the value of the searchField3 property.
|
void |
setSearchField1(String value)
Sets the value of the searchField1 property.
|
void |
setSearchField2(String value)
Sets the value of the searchField2 property.
|
void |
setSearchField3(String value)
Sets the value of the searchField3 property.
|
protected String searchField1
protected String searchField2
protected String searchField3
public String getSearchField1()
Stringpublic void setSearchField1(String value)
value - allowed object is
Stringpublic String getSearchField2()
Stringpublic void setSearchField2(String value)
value - allowed object is
Stringpublic String getSearchField3()
StringCopyright © 2014 OpenEstate. All rights reserved.