|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.search.SearchRequest
public class SearchRequest
| Constructor Summary | |
|---|---|
SearchRequest()
|
|
SearchRequest(String appID,
String query,
String cultureInfo,
SafeSearchOptions safeSearch,
String[] flags,
Location location,
SourceRequest[] requests)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAppID()
Gets the appID value for this SearchRequest. |
String |
getCultureInfo()
Gets the cultureInfo value for this SearchRequest. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String[] |
getFlags()
Gets the flags value for this SearchRequest. |
Location |
getLocation()
Gets the location value for this SearchRequest. |
String |
getQuery()
Gets the query value for this SearchRequest. |
SourceRequest[] |
getRequests()
Gets the requests value for this SearchRequest. |
SafeSearchOptions |
getSafeSearch()
Gets the safeSearch value for this SearchRequest. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAppID(String appID)
Sets the appID value for this SearchRequest. |
void |
setCultureInfo(String cultureInfo)
Sets the cultureInfo value for this SearchRequest. |
void |
setFlags(String[] flags)
Sets the flags value for this SearchRequest. |
void |
setLocation(Location location)
Sets the location value for this SearchRequest. |
void |
setQuery(String query)
Sets the query value for this SearchRequest. |
void |
setRequests(SourceRequest[] requests)
Sets the requests value for this SearchRequest. |
void |
setSafeSearch(SafeSearchOptions safeSearch)
Sets the safeSearch value for this SearchRequest. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchRequest()
public SearchRequest(String appID,
String query,
String cultureInfo,
SafeSearchOptions safeSearch,
String[] flags,
Location location,
SourceRequest[] requests)
| Method Detail |
|---|
public String getAppID()
public void setAppID(String appID)
appID - public String getQuery()
public void setQuery(String query)
query - public String getCultureInfo()
public void setCultureInfo(String cultureInfo)
cultureInfo - public SafeSearchOptions getSafeSearch()
public void setSafeSearch(SafeSearchOptions safeSearch)
safeSearch - public String[] getFlags()
public void setFlags(String[] flags)
flags - public Location getLocation()
public void setLocation(Location location)
location - public SourceRequest[] getRequests()
public void setRequests(SourceRequest[] requests)
requests - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||