org.csapi.jr.se.cc
Class CallAdditionalErrorInfo

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

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

Defines the Tagged Choice of Data Elements that specify additional call error and call error specific information. This is also used to specify call leg errors and information errors.

See Also:
Serialized Form

Constructor Summary
CallAdditionalErrorInfo()
          Creates a new CallAdditionalErrorInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.AddressError getCallErrorInvalidAddress()
          This method returns a CallErrorInvalidAddress
 org.csapi.jr.se.cc.CallErrorType getDiscriminator()
          This method returns the discriminator.
 int hashCode()
          Returns a hashcode value for the object.
 void setCallErrorInvalidAddress(org.csapi.jr.se.AddressError value)
          This method sets a CallErrorInvalidAddress
 void setUndefined(org.csapi.jr.se.cc.CallErrorType discriminator)
          This method will receive the discriminator as a parameter and will set _object to null
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallAdditionalErrorInfo

public CallAdditionalErrorInfo()
Creates a new CallAdditionalErrorInfo. Tagged choice of data elements always have empty constructors

Method Detail

getDiscriminator

public org.csapi.jr.se.cc.CallErrorType getDiscriminator()
                                                  throws InvalidUnionAccessorException
This method returns the discriminator.

Returns:
a CallErrorType value
Throws:
InvalidUnionAccessorException - if an error occurs

getCallErrorInvalidAddress

public org.csapi.jr.se.AddressError getCallErrorInvalidAddress()
                                                        throws InvalidUnionAccessorException
This method returns a CallErrorInvalidAddress

Returns:
a org.csapi.jr.se.AddressError value
Throws:
InvalidUnionAccessorException - if an error occurs

setCallErrorInvalidAddress

public void setCallErrorInvalidAddress(org.csapi.jr.se.AddressError value)
This method sets a CallErrorInvalidAddress

Parameters:
value - a org.csapi.jr.se.AddressError value

setUndefined

public void setUndefined(org.csapi.jr.se.cc.CallErrorType discriminator)
This method will receive the discriminator as a parameter and will set _object to null

Parameters:
discriminator - a CallErrorType value

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