|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.services.contentprovider.types.GetContentArgs
public class GetContentArgs
Wrapper containing the URI of the content to retrieve, and two integers to retrieve the original content.
Java class for getContentArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getContentArgs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contentId" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
contentId
|
protected java.lang.Integer |
limit
|
protected java.lang.Integer |
offset
|
Constructor Summary | |
---|---|
GetContentArgs()
|
Method Summary | |
---|---|
java.lang.String |
getContentId()
Gets the value of the contentId property. |
java.lang.Integer |
getLimit()
Gets the value of the limit property. |
java.lang.Integer |
getOffset()
Gets the value of the offset property. |
void |
setContentId(java.lang.String value)
Sets the value of the contentId property. |
void |
setLimit(java.lang.Integer value)
Sets the value of the limit property. |
void |
setOffset(java.lang.Integer value)
Sets the value of the offset 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 contentId
protected java.lang.Integer offset
protected java.lang.Integer limit
Constructor Detail |
---|
public GetContentArgs()
Method Detail |
---|
public java.lang.String getContentId()
String
public void setContentId(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getOffset()
Integer
public void setOffset(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLimit()
Integer
public void setLimit(java.lang.Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |