|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceDescription
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.
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 |
public ServiceDescription()
public ServiceDescription(java.lang.String _serviceTypeName, org.csapi.jr.se.fw.ServiceProperty[] _servicePropertyList)
_serviceTypeName
- _servicePropertyList
- Method Detail |
public java.lang.String getServiceTypeName()
public org.csapi.jr.se.fw.ServiceProperty[] getServicePropertyList()
public void setServiceTypeName(java.lang.String serviceTypeName)
public void setServicePropertyList(org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |