org.weblab_project.services.contentconsumer.types
Class SetContentReturn
java.lang.Object
org.weblab_project.services.contentconsumer.types.SetContentReturn
- All Implemented Interfaces:
- java.io.Serializable
public class SetContentReturn
- extends java.lang.Object
- implements java.io.Serializable
The URI of the set content.
Java class for setContentReturn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setContentReturn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contentId" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
contentId
|
Method Summary |
java.lang.String |
getContentId()
Gets the value of the contentId property. |
void |
setContentId(java.lang.String value)
Sets the value of the contentId property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentId
protected java.lang.String contentId
SetContentReturn
public SetContentReturn()
getContentId
public java.lang.String getContentId()
- Gets the value of the contentId property.
- Returns:
- possible object is
String
setContentId
public void setContentId(java.lang.String value)
- Sets the value of the contentId property.
- Parameters:
value
- allowed object is
String
Copyright © 2004-2009. All Rights Reserved.