org.weblab_project.services.stringquerycreator.types
Class CreateQueryReturn

java.lang.Object
  extended by org.weblab_project.services.stringquerycreator.types.CreateQueryReturn
All Implemented Interfaces:
java.io.Serializable

public class CreateQueryReturn
extends java.lang.Object
implements java.io.Serializable

The output result (query) is an instance of StringQuery. It's request field value is like "source:sourceValueEncoded". It means that backslash and other Lucene query specific characters are escaped.

Java class for createQueryReturn complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="createQueryReturn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="query" type="{http://weblab-project.org/core/model/query}query"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  org.weblab_project.core.model.query.Query query
           
 
Constructor Summary
CreateQueryReturn()
           
 
Method Summary
 org.weblab_project.core.model.query.Query getQuery()
          Gets the value of the query property.
 void setQuery(org.weblab_project.core.model.query.Query value)
          Sets the value of the query property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

protected org.weblab_project.core.model.query.Query query
Constructor Detail

CreateQueryReturn

public CreateQueryReturn()
Method Detail

getQuery

public org.weblab_project.core.model.query.Query getQuery()
Gets the value of the query property.

Returns:
possible object is Query

setQuery

public void setQuery(org.weblab_project.core.model.query.Query value)
Sets the value of the query property.

Parameters:
value - allowed object is Query


Copyright © 2004-2010. All Rights Reserved.