org.csapi.jr.se.cc
Class CallServiceCode

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

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

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.

See Also:
Serialized Form

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

CallServiceCode

public CallServiceCode()
Creates a new CallServiceCode instance.


CallServiceCode

public CallServiceCode(org.csapi.jr.se.cc.CallServiceCodeType _callServiceCodeType,
                       java.lang.String _serviceCodeValue)
Creates a new CallServiceCode instance.

Parameters:
_callServiceCodeType -
_serviceCodeValue -
Method Detail

getCallServiceCodeType

public org.csapi.jr.se.cc.CallServiceCodeType getCallServiceCodeType()
This method returns a callServiceCodeType.

Returns:
a org.csapi.jr.se.cc.CallServiceCodeType value

getServiceCodeValue

public java.lang.String getServiceCodeValue()
This method returns a serviceCodeValue.

Returns:
a String value

setCallServiceCodeType

public void setCallServiceCodeType(org.csapi.jr.se.cc.CallServiceCodeType callServiceCodeType)
This method sets a callServiceCodeType.


setServiceCodeValue

public void setServiceCodeValue(java.lang.String serviceCodeValue)
This method sets a serviceCodeValue.


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