org.weblab_project.core.model.service
Class Service
java.lang.Object
org.weblab_project.core.model.Resource
org.weblab_project.core.model.service.Service
- All Implemented Interfaces:
- java.io.Serializable
public class Service
- extends Resource
- implements java.io.Serializable
A service is a resource which contains XML data. This data describe the WSDL interface of the service (roughly speaking its functions, needed arguments and returned values).
As a resource, a service could be annotated to provide, for example, meta-information on its creation date, description of its internal process, reliability indication, or anything
relevant to the WebLab platform.
Data Exchange Model for WebLab platform provided by EADS Service package - Version 1.1 - 2009/05
Java class for service complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service">
<complexContent>
<extension base="{http://weblab-project.org/core/model/}resource">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Object |
data
|
Method Summary |
java.lang.Object |
getData()
Gets the value of the data property. |
void |
setData(java.lang.Object value)
Sets the value of the data property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected java.lang.Object data
Service
public Service()
getData
public java.lang.Object getData()
- Gets the value of the data property.
- Returns:
- possible object is
Object
setData
public void setData(java.lang.Object value)
- Sets the value of the data property.
- Parameters:
value
- allowed object is
Object
Copyright © 2004-2010. All Rights Reserved.