|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallError
Defines the Sequence of Data Elements that specify the additional information relating to a call error.
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 |
public CallError()
public CallError(java.lang.String _errorTime, org.csapi.jr.se.cc.CallErrorType _errorType, org.csapi.jr.se.cc.CallAdditionalErrorInfo _additionalErorInfo)
_errorTime
- _errorType
- _additionalErorInfo
- Method Detail |
public java.lang.String getErrorTime()
public org.csapi.jr.se.cc.CallErrorType getErrorType()
public org.csapi.jr.se.cc.CallAdditionalErrorInfo getAdditionalErorInfo()
public void setErrorTime(java.lang.String errorTime)
public void setErrorType(org.csapi.jr.se.cc.CallErrorType errorType)
public void setAdditionalErorInfo(org.csapi.jr.se.cc.CallAdditionalErrorInfo additionalErorInfo)
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 |