org.weblab_project.services.contentprovider.types
Class GetContentReturn

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

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

Wrapper containing the content requested.

Java class for getContentReturn complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getContentReturn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="content" type="{http://weblab-project.org/core/model/content}content"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Content content
           
 
Constructor Summary
GetContentReturn()
           
 
Method Summary
 Content getContent()
          Gets the value of the content property.
 void setContent(Content value)
          Sets the value of the content property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected Content content
Constructor Detail

GetContentReturn

public GetContentReturn()
Method Detail

getContent

public Content getContent()
Gets the value of the content property.

Returns:
possible object is Content

setContent

public void setContent(Content value)
Sets the value of the content property.

Parameters:
value - allowed object is Content


Copyright © 2004-2009. All Rights Reserved.