Package org.icatproject
Class Get
- java.lang.Object
-
- org.icatproject.Get
-
public class Get extends Object
Java class for get complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get"> <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="primaryKey" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected longprimaryKeyprotected Stringqueryprotected StringsessionId
-
Constructor Summary
Constructors Constructor Description Get()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetPrimaryKey()Gets the value of the primaryKey property.StringgetQuery()Gets the value of the query property.StringgetSessionId()Gets the value of the sessionId property.voidsetPrimaryKey(long value)Sets the value of the primaryKey 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
-
setQuery
public void setQuery(String value)
Sets the value of the query property.- Parameters:
value- allowed object isString
-
getPrimaryKey
public long getPrimaryKey()
Gets the value of the primaryKey property.
-
setPrimaryKey
public void setPrimaryKey(long value)
Sets the value of the primaryKey property.
-
-