org.weblab_project.services.contentprovider.types
Class GetContentReturn
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected Content content
GetContentReturn
public GetContentReturn()
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-2010. All Rights Reserved.