public class GetKeywordsForUserMax extends Object
Java class for getKeywordsForUserMax complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getKeywordsForUserMax"> <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="limit" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
limit |
protected String |
sessionId |
Constructor and Description |
---|
GetKeywordsForUserMax() |
Modifier and Type | Method and Description |
---|---|
int |
getLimit()
Gets the value of the limit property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setLimit(int value)
Sets the value of the limit property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected int limit
public String getSessionId()
String
public void setSessionId(String value)
value
- allowed object is
String
public int getLimit()
public void setLimit(int value)
Copyright © 2012 The ICAT Collaboration. All Rights Reserved.