|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceTypeDescription
This data type is a Sequence of Data Elements which describes an SCF type. It is a structured data type. It consists of ServiceTypePropertyList, ServiceTypeNameList and AvailableOrUnavailable
Constructor Summary | |
ServiceTypeDescription()
Creates a new ServiceTypeDescription instance. |
|
ServiceTypeDescription(org.csapi.jr.se.fw.ServiceTypeProperty[] _serviceTypePropertyList,
java.lang.String[] _serviceTypeNameList,
boolean _availableOrUnavailable)
Creates a new ServiceTypeDescription instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
boolean |
getAvailableOrUnavailable()
This method returns a availableOrUnavailable. |
java.lang.String[] |
getServiceTypeNameList()
This method returns a serviceTypeNameList. |
org.csapi.jr.se.fw.ServiceTypeProperty[] |
getServiceTypePropertyList()
This method returns a serviceTypePropertyList. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAvailableOrUnavailable(boolean availableOrUnavailable)
This method sets a availableOrUnavailable. |
void |
setServiceTypeNameList(java.lang.String[] serviceTypeNameList)
This method sets a serviceTypeNameList. |
void |
setServiceTypePropertyList(org.csapi.jr.se.fw.ServiceTypeProperty[] serviceTypePropertyList)
This method sets a serviceTypePropertyList. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceTypeDescription()
public ServiceTypeDescription(org.csapi.jr.se.fw.ServiceTypeProperty[] _serviceTypePropertyList, java.lang.String[] _serviceTypeNameList, boolean _availableOrUnavailable)
_serviceTypePropertyList
- A sequence of property name and property mode tuples associated with the SCF type._serviceTypeNameList
- The names of the super types of the associated SCF type._availableOrUnavailable
- An indication whether the SCF type is available (true) or unavailable (false).Method Detail |
public org.csapi.jr.se.fw.ServiceTypeProperty[] getServiceTypePropertyList()
public java.lang.String[] getServiceTypeNameList()
public boolean getAvailableOrUnavailable()
public void setServiceTypePropertyList(org.csapi.jr.se.fw.ServiceTypeProperty[] serviceTypePropertyList)
public void setServiceTypeNameList(java.lang.String[] serviceTypeNameList)
public void setAvailableOrUnavailable(boolean availableOrUnavailable)
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 |