org.weblab_project.services.contentconsumer.types
Class SetContentArgs
java.lang.Object
org.weblab_project.services.contentconsumer.types.SetContentArgs
- All Implemented Interfaces:
- java.io.Serializable
public class SetContentArgs
- extends java.lang.Object
- implements java.io.Serializable
Wrapper containing the content to be used (stored for instance) by the service.
Java class for setContentArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setContentArgs">
<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
SetContentArgs
public SetContentArgs()
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.