org.ow2.weblab.core.services.dataoperator
Class ReportReturn

java.lang.Object
  extended by org.ow2.weblab.core.services.dataoperator.ReportReturn
All Implemented Interfaces:
java.io.Serializable

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

PoK to be used to report information about the service.

Java class for reportReturn complex type.

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

 <complexType name="reportReturn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="report" type="{http://weblab.ow2.org/core/1.2/model#}PieceOfKnowledge"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  org.ow2.weblab.core.model.PieceOfKnowledge report
           
 
Constructor Summary
ReportReturn()
           
 
Method Summary
 org.ow2.weblab.core.model.PieceOfKnowledge getReport()
          Gets the value of the report property.
 void setReport(org.ow2.weblab.core.model.PieceOfKnowledge value)
          Sets the value of the report property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

report

protected org.ow2.weblab.core.model.PieceOfKnowledge report
Constructor Detail

ReportReturn

public ReportReturn()
Method Detail

getReport

public org.ow2.weblab.core.model.PieceOfKnowledge getReport()
Gets the value of the report property.

Returns:
possible object is PieceOfKnowledge

setReport

public void setReport(org.ow2.weblab.core.model.PieceOfKnowledge value)
Sets the value of the report property.

Parameters:
value - allowed object is PieceOfKnowledge


Copyright © 2004-2012. All Rights Reserved.