org.ow2.weblab.core.services.resourcecontainer
Class LoadResourceReturn
java.lang.Object
org.ow2.weblab.core.services.resourcecontainer.LoadResourceReturn
- All Implemented Interfaces:
- java.io.Serializable
public class LoadResourceReturn
- extends java.lang.Object
- implements java.io.Serializable
The resource which correspond to the id passed as argument.
Java class for loadResourceReturn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="loadResourceReturn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resource" 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 |
resource
protected Resource resource
LoadResourceReturn
public LoadResourceReturn()
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-2010. All Rights Reserved.