org.weblab_project.services.contentprovider.types
Class GetContentArgs

java.lang.Object
  extended by org.weblab_project.services.contentprovider.types.GetContentArgs
All Implemented Interfaces:
java.io.Serializable

public class GetContentArgs
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

contentId

protected java.lang.String contentId

offset

protected java.lang.Integer offset

limit

protected java.lang.Integer limit
Constructor Detail

GetContentArgs

public GetContentArgs()
Method Detail

getContentId

public java.lang.String getContentId()
Gets the value of the contentId property.

Returns:
possible object is String

setContentId

public void setContentId(java.lang.String value)
Sets the value of the contentId property.

Parameters:
value - allowed object is String

getOffset

public java.lang.Integer getOffset()
Gets the value of the offset property.

Returns:
possible object is Integer

setOffset

public void setOffset(java.lang.Integer value)
Sets the value of the offset property.

Parameters:
value - allowed object is Integer

getLimit

public java.lang.Integer getLimit()
Gets the value of the limit property.

Returns:
possible object is Integer

setLimit

public void setLimit(java.lang.Integer value)
Sets the value of the limit property.

Parameters:
value - allowed object is Integer


Copyright © 2004-2010. All Rights Reserved.