org.weblab_project.services.resourcecontainer.types
Class SaveResourceReturn

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

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

The URI of the saved resource.

Java class for saveResourceReturn complex type.

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

 <complexType name="saveResourceReturn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resourceId" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String resourceId
           
 
Constructor Summary
SaveResourceReturn()
           
 
Method Summary
 java.lang.String getResourceId()
          Gets the value of the resourceId property.
 void setResourceId(java.lang.String value)
          Sets the value of the resourceId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceId

protected java.lang.String resourceId
Constructor Detail

SaveResourceReturn

public SaveResourceReturn()
Method Detail

getResourceId

public java.lang.String getResourceId()
Gets the value of the resourceId property.

Returns:
possible object is String

setResourceId

public void setResourceId(java.lang.String value)
Sets the value of the resourceId property.

Parameters:
value - allowed object is String


Copyright © 2004-2009. All Rights Reserved.