org.weblab_project.services.contentconsumer.types
Class SetContentArgs

java.lang.Object
  extended by 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

Field Summary
protected  Content content
           
 
Constructor Summary
SetContentArgs()
           
 
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

SetContentArgs

public SetContentArgs()
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-2010. All Rights Reserved.