org.ow2.weblab.core.model
Class StringQuery

java.lang.Object
  extended by org.ow2.weblab.core.model.Resource
      extended by org.ow2.weblab.core.model.Query
          extended by org.ow2.weblab.core.model.ElementaryQuery
              extended by org.ow2.weblab.core.model.StringQuery
All Implemented Interfaces:
java.io.Serializable

public class StringQuery
extends ElementaryQuery
implements java.io.Serializable

This query is dedicated for any query expression language which can be expressed in a simple string such as full text queries, XQuery or SPARQL. Details on the language used to express the query should be provided in an Annotation on the query. Data Exchange Model for WebLab platform provided by CASSIDIAN - Version 1.2 - 2010/08

Java class for StringQuery complex type.

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

 <complexType name="StringQuery">
   <complexContent>
     <extension base="{http://weblab.ow2.org/core/1.2/model#}ElementaryQuery">
       <sequence>
         <element name="request" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String request
           
 
Fields inherited from class org.ow2.weblab.core.model.ElementaryQuery
weight
 
Fields inherited from class org.ow2.weblab.core.model.Resource
annotation, descriptor, uri
 
Constructor Summary
StringQuery()
           
 
Method Summary
 java.lang.String getRequest()
          Gets the value of the request property.
 void setRequest(java.lang.String value)
          Sets the value of the request property.
 
Methods inherited from class org.ow2.weblab.core.model.ElementaryQuery
getWeight, setWeight
 
Methods inherited from class org.ow2.weblab.core.model.Resource
getAnnotation, getDescriptor, getUri, isSetAnnotation, isSetDescriptor, setUri, unsetAnnotation, unsetDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected java.lang.String request
Constructor Detail

StringQuery

public StringQuery()
Method Detail

getRequest

public java.lang.String getRequest()
Gets the value of the request property.

Returns:
possible object is String

setRequest

public void setRequest(java.lang.String value)
Sets the value of the request property.

Parameters:
value - allowed object is String


Copyright © 2004-2010. All Rights Reserved.