public class LuceneSearch extends Object
Java class for luceneSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="luceneSearch"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="maxCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
entityName |
protected int |
maxCount |
protected String |
query |
protected String |
sessionId |
Constructor and Description |
---|
LuceneSearch() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityName()
Gets the value of the entityName property.
|
int |
getMaxCount()
Gets the value of the maxCount property.
|
String |
getQuery()
Gets the value of the query property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setMaxCount(int value)
Sets the value of the maxCount property.
|
void |
setQuery(String value)
Sets the value of the query property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected String query
protected int maxCount
protected String entityName
public String getSessionId()
String
public void setSessionId(String value)
value
- allowed object is
String
public String getQuery()
String
public void setQuery(String value)
value
- allowed object is
String
public int getMaxCount()
public void setMaxCount(int value)
public String getEntityName()
String
Copyright © 2013 The ICAT Collaboration. All rights reserved.