org.weblab_project.services.resourcecontainer.types
Class GetResourceReturn

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

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

The resource which correspond to the id passed as argument.

Java class for getResourceReturn complex type.

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

 <complexType name="getResourceReturn">
   <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

Field Summary
protected  Resource resource
           
 
Constructor Summary
GetResourceReturn()
           
 
Method Summary
 Resource getResource()
          Gets the value of the resource property.
 void setResource(Resource value)
          Sets the value of the resource property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

protected Resource resource
Constructor Detail

GetResourceReturn

public GetResourceReturn()
Method Detail

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.