|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.Service
public class Service
A Service is used as an activity implementation for a task and will typically contain coaches to guide a user through the activity. Tasks that use services must be run using the WLE web application. Only a small amount of information about a service is exposed here to ensure that clients do not become too closely bound to the internal implementation of services in WLE.
Constructor Summary | |
---|---|
Service()
|
|
Service(java.lang.String reference,
java.lang.String snapshotId,
java.lang.String name,
java.lang.String systemId)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getName()
Gets the name value for this Service. |
java.lang.String |
getReference()
Gets the reference value for this Service. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSnapshotId()
Gets the snapshotId value for this Service. |
java.lang.String |
getSystemId()
Gets the systemId value for this Service. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setName(java.lang.String name)
Sets the name value for this Service. |
void |
setReference(java.lang.String reference)
Sets the reference value for this Service. |
void |
setSnapshotId(java.lang.String snapshotId)
Sets the snapshotId value for this Service. |
void |
setSystemId(java.lang.String systemId)
Sets the systemId value for this Service. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Service()
public Service(java.lang.String reference, java.lang.String snapshotId, java.lang.String name, java.lang.String systemId)
Method Detail |
---|
public java.lang.String getReference()
public void setReference(java.lang.String reference)
reference
- * The externalized reference to the servicepublic java.lang.String getSnapshotId()
public void setSnapshotId(java.lang.String snapshotId)
snapshotId
- * The snapshot id of the servicepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- * The name of this service.
Can be missing or nil if the Service is only partially
loaded.public java.lang.String getSystemId()
public void setSystemId(java.lang.String systemId)
systemId
- * The system identifier of this service.
Can be missing or nil if the Service is only partially
loaded.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |