org.csapi.jr.se.fw
Class ServiceDescription

java.lang.Object
  |
  +--org.csapi.jr.se.fw.ServiceDescription
All Implemented Interfaces:
java.io.Serializable

public final class ServiceDescription
extends java.lang.Object
implements java.io.Serializable

This data type is a Sequence of Data Elements which describes a registered SCF. It is a structured data type which consists of ServiceTypeName and ServicePropertyList.

See Also:
Serialized Form

Constructor Summary
ServiceDescription()
          Creates a new ServiceDescription instance.
ServiceDescription(java.lang.String _serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] _servicePropertyList)
          Creates a new ServiceDescription instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.fw.ServiceProperty[] getServicePropertyList()
          This method returns a servicePropertyList.
 java.lang.String getServiceTypeName()
          This method returns a serviceTypeName.
 int hashCode()
          Returns a hashcode value for the object.
 void setServicePropertyList(org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList)
          This method sets a servicePropertyList.
 void setServiceTypeName(java.lang.String serviceTypeName)
          This method sets a serviceTypeName.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescription

public ServiceDescription()
Creates a new ServiceDescription instance.


ServiceDescription

public ServiceDescription(java.lang.String _serviceTypeName,
                          org.csapi.jr.se.fw.ServiceProperty[] _servicePropertyList)
Creates a new ServiceDescription instance.

Parameters:
_serviceTypeName -
_servicePropertyList -
Method Detail

getServiceTypeName

public java.lang.String getServiceTypeName()
This method returns a serviceTypeName.

Returns:
a String value

getServicePropertyList

public org.csapi.jr.se.fw.ServiceProperty[] getServicePropertyList()
This method returns a servicePropertyList.

Returns:
a org.csapi.jr.se.fw.ServiceProperty[] value

setServiceTypeName

public void setServiceTypeName(java.lang.String serviceTypeName)
This method sets a serviceTypeName.


setServicePropertyList

public void setServicePropertyList(org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList)
This method sets a servicePropertyList.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object