org.ow2.weblab.core.services.reportprovider
Class BuildReportReturn
java.lang.Object
org.ow2.weblab.core.services.reportprovider.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.ow2.org/core/1.2/model#}Resource"/>
</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 |
report
protected Resource report
BuildReportReturn
public BuildReportReturn()
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-2010. All Rights Reserved.