org.weblab_project.services.reportprovider.types
Class BuildReportReturn

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

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

Report as a Resource.

Java class for buildReportReturn complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  Resource report
           
 
Constructor Summary
BuildReportReturn()
           
 
Method Summary
 Resource getReport()
          Gets the value of the report property.
 void setReport(Resource 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 Resource report
Constructor Detail

BuildReportReturn

public BuildReportReturn()
Method Detail

getReport

public Resource getReport()
Gets the value of the report property.

Returns:
possible object is Resource

setReport

public void setReport(Resource value)
Sets the value of the report property.

Parameters:
value - allowed object is Resource


Copyright © 2004-2009. All Rights Reserved.