|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.services.sourcereader.GetResourceArgs
public class GetResourceArgs
Offset and Limit which defines the content of the returned ResourceCollection. An optional UsageContext may define the context of the method call.
Java class for getResourceArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getResourceArgs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="usageContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
limit
|
protected int |
offset
|
protected java.lang.String |
usageContext
|
Constructor Summary | |
---|---|
GetResourceArgs()
|
Method Summary | |
---|---|
int |
getLimit()
Gets the value of the limit property. |
int |
getOffset()
Gets the value of the offset property. |
java.lang.String |
getUsageContext()
Gets the value of the usageContext property. |
boolean |
isSetUsageContext()
|
void |
setLimit(int value)
Sets the value of the limit property. |
void |
setOffset(int value)
Sets the value of the offset property. |
void |
setUsageContext(java.lang.String value)
Sets the value of the usageContext property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String usageContext
protected int offset
protected int limit
Constructor Detail |
---|
public GetResourceArgs()
Method Detail |
---|
public java.lang.String getUsageContext()
String
public void setUsageContext(java.lang.String value)
value
- allowed object is
String
public boolean isSetUsageContext()
public int getOffset()
public void setOffset(int value)
public int getLimit()
public void setLimit(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |