Package org.icatproject
Class Search
- java.lang.Object
-
- org.icatproject.Search
-
public class Search extends Object
Java class for search complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="search"> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Search()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQuery()Gets the value of the query property.StringgetSessionId()Gets the value of the sessionId property.voidsetQuery(String value)Sets the value of the query property.voidsetSessionId(String value)Sets the value of the sessionId property.
-
-
-
Method Detail
-
getSessionId
public String getSessionId()
Gets the value of the sessionId property.- Returns:
- possible object is
String
-
setSessionId
public void setSessionId(String value)
Sets the value of the sessionId property.- Parameters:
value- allowed object isString
-
getQuery
public String getQuery()
Gets the value of the query property.- Returns:
- possible object is
String
-
-