org.weblab_project.core.model.query
Class StringQuery
java.lang.Object
org.weblab_project.core.model.Resource
org.weblab_project.core.model.query.Query
org.weblab_project.core.model.query.ElementaryQuery
org.weblab_project.core.model.query.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 EADS Query package - Version 1.1 - 2009/05
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-project.org/core/model/query}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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
protected java.lang.String request
StringQuery
public StringQuery()
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.