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>
Modifier and Type | Field and Description |
---|---|
protected long |
primaryKey |
protected String |
query |
protected String |
sessionId |
Constructor and Description |
---|
Get() |
Modifier and Type | Method and Description |
---|---|
long |
getPrimaryKey()
Gets the value of the primaryKey property.
|
String |
getQuery()
Gets the value of the query property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setPrimaryKey(long value)
Sets the value of the primaryKey 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 long primaryKey
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 long getPrimaryKey()
public void setPrimaryKey(long value)
Copyright © 2022 The ICAT Collaboration. All rights reserved.