|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallServiceCode
Defines the Sequence of Data Elements that specify the service code and type of service code received during a call. The service code type defines how the value string should be interpreted.
Constructor Summary | |
CallServiceCode()
Creates a new CallServiceCode instance. |
|
CallServiceCode(org.csapi.jr.se.cc.CallServiceCodeType _callServiceCodeType,
java.lang.String _serviceCodeValue)
Creates a new CallServiceCode instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.CallServiceCodeType |
getCallServiceCodeType()
This method returns a callServiceCodeType. |
java.lang.String |
getServiceCodeValue()
This method returns a serviceCodeValue. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCallServiceCodeType(org.csapi.jr.se.cc.CallServiceCodeType callServiceCodeType)
This method sets a callServiceCodeType. |
void |
setServiceCodeValue(java.lang.String serviceCodeValue)
This method sets a serviceCodeValue. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallServiceCode()
public CallServiceCode(org.csapi.jr.se.cc.CallServiceCodeType _callServiceCodeType, java.lang.String _serviceCodeValue)
_callServiceCodeType
- _serviceCodeValue
- Method Detail |
public org.csapi.jr.se.cc.CallServiceCodeType getCallServiceCodeType()
public java.lang.String getServiceCodeValue()
public void setCallServiceCodeType(org.csapi.jr.se.cc.CallServiceCodeType callServiceCodeType)
public void setServiceCodeValue(java.lang.String serviceCodeValue)
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 |