org.csapi.jr.se.dsc
Class DataSessionError

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

public final class DataSessionError
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
DataSessionError()
          Creates a new DataSessionError instance.
DataSessionError(java.lang.String _errorTime, org.csapi.jr.se.dsc.DataSessionErrorType _errorType, org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo _additionalErrorInfo)
          Creates a new DataSessionError instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo getAdditionalErrorInfo()
          This method returns a additionalErrorInfo.
 java.lang.String getErrorTime()
          This method returns a errorTime.
 org.csapi.jr.se.dsc.DataSessionErrorType getErrorType()
          This method returns a errorType.
 int hashCode()
          Returns a hashcode value for the object.
 void setAdditionalErrorInfo(org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo additionalErrorInfo)
          This method sets a additionalErrorInfo.
 void setErrorTime(java.lang.String errorTime)
          This method sets a errorTime.
 void setErrorType(org.csapi.jr.se.dsc.DataSessionErrorType errorType)
          This method sets a errorType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSessionError

public DataSessionError()
Creates a new DataSessionError instance.


DataSessionError

public DataSessionError(java.lang.String _errorTime,
                        org.csapi.jr.se.dsc.DataSessionErrorType _errorType,
                        org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo _additionalErrorInfo)
Creates a new DataSessionError instance.

Parameters:
_errorTime -
_errorType -
_additionalErrorInfo -
Method Detail

getErrorTime

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

Returns:
a String value

getErrorType

public org.csapi.jr.se.dsc.DataSessionErrorType getErrorType()
This method returns a errorType.

Returns:
a org.csapi.jr.se.dsc.DataSessionErrorType value

getAdditionalErrorInfo

public org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo getAdditionalErrorInfo()
This method returns a additionalErrorInfo.

Returns:
a org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo value

setErrorTime

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


setErrorType

public void setErrorType(org.csapi.jr.se.dsc.DataSessionErrorType errorType)
This method sets a errorType.


setAdditionalErrorInfo

public void setAdditionalErrorInfo(org.csapi.jr.se.dsc.DataSessionAdditionalErrorInfo additionalErrorInfo)
This method sets a additionalErrorInfo.


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