org.csapi.jr.se.cc
Class CallError

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

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

Defines the Sequence of Data Elements that specify the additional information relating to a call error.

See Also:
Serialized Form

Constructor Summary
CallError()
          Creates a new CallError instance.
CallError(java.lang.String _errorTime, org.csapi.jr.se.cc.CallErrorType _errorType, org.csapi.jr.se.cc.CallAdditionalErrorInfo _additionalErorInfo)
          Creates a new CallError instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cc.CallAdditionalErrorInfo getAdditionalErorInfo()
          This method returns a additionalErorInfo.
 java.lang.String getErrorTime()
          This method returns a errorTime.
 org.csapi.jr.se.cc.CallErrorType getErrorType()
          This method returns a errorType.
 int hashCode()
          Returns a hashcode value for the object.
 void setAdditionalErorInfo(org.csapi.jr.se.cc.CallAdditionalErrorInfo additionalErorInfo)
          This method sets a additionalErorInfo.
 void setErrorTime(java.lang.String errorTime)
          This method sets a errorTime.
 void setErrorType(org.csapi.jr.se.cc.CallErrorType errorType)
          This method sets a errorType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallError

public CallError()
Creates a new CallError instance.


CallError

public CallError(java.lang.String _errorTime,
                 org.csapi.jr.se.cc.CallErrorType _errorType,
                 org.csapi.jr.se.cc.CallAdditionalErrorInfo _additionalErorInfo)
Creates a new CallError instance.

Parameters:
_errorTime -
_errorType -
_additionalErorInfo -
Method Detail

getErrorTime

public java.lang.String getErrorTime()
This method returns a errorTime.

Returns:
a String value

getErrorType

public org.csapi.jr.se.cc.CallErrorType getErrorType()
This method returns a errorType.

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

getAdditionalErorInfo

public org.csapi.jr.se.cc.CallAdditionalErrorInfo getAdditionalErorInfo()
This method returns a additionalErorInfo.

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

setErrorTime

public void setErrorTime(java.lang.String errorTime)
This method sets a errorTime.


setErrorType

public void setErrorType(org.csapi.jr.se.cc.CallErrorType errorType)
This method sets a errorType.


setAdditionalErorInfo

public void setAdditionalErorInfo(org.csapi.jr.se.cc.CallAdditionalErrorInfo additionalErorInfo)
This method sets a additionalErorInfo.


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