public class LucenePopulate extends Object
Java class for lucenePopulate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lucenePopulate">
<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="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 String |
sessionId |
| Constructor and Description |
|---|
LucenePopulate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic String getEntityName()
StringCopyright © 2013 The ICAT Collaboration. All rights reserved.