public class

QueryResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.search.QueryResponse

Class Overview

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="QueryResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String queryResult
Public Constructors
QueryResponse()
Public Methods
String getQueryResult()
Gets the value of the queryResult property.
void setQueryResult(String value)
Sets the value of the queryResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String queryResult

Public Constructors

public QueryResponse ()

Public Methods

public String getQueryResult ()

Gets the value of the queryResult property.

Returns
  • possible object is String

public void setQueryResult (String value)

Sets the value of the queryResult property.

Parameters
value Allowed object is String