org.weblab_project.services.analyser.types
Class ProcessReturn
java.lang.Object
org.weblab_project.services.analyser.types.ProcessReturn
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessReturn
- extends java.lang.Object
- implements java.io.Serializable
Wrapper containing the processed resource
Java class for processReturn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="processReturn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resource" type="{http://weblab-project.org/core/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 |
resource
protected Resource resource
ProcessReturn
public ProcessReturn()
getResource
public Resource getResource()
- Gets the value of the resource property.
- Returns:
- possible object is
Resource
setResource
public void setResource(Resource value)
- Sets the value of the resource property.
- Parameters:
value
- allowed object is
Resource
Copyright © 2004-2009. All Rights Reserved.