org.csapi.jr.se.cc
Class CallAdditionalEventInfo

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

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

Defines the Tagged Choice of Data Elements that specify additional call event information for certain types of events.

See Also:
Serialized Form

Constructor Summary
CallAdditionalEventInfo()
          Creates a new CallAdditionalEventInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.Address getCalledAddress()
          This method returns a CalledAddress
 org.csapi.jr.se.Address getCollectedAddress()
          This method returns a CollectedAddress
 org.csapi.jr.se.cc.CallEventType getDiscriminator()
          This method returns the discriminator.
 org.csapi.jr.se.Address getForwardAddress()
          This method returns a ForwardAddress
 org.csapi.jr.se.cc.ReleaseCause getOriginatingReleaseCause()
          This method returns a OriginatingReleaseCause
 org.csapi.jr.se.cc.CallServiceCode getOriginatingServiceCode()
          This method returns a OriginatingServiceCode
 org.csapi.jr.se.cc.ReleaseCause getTerminatingReleaseCause()
          This method returns a TerminatingReleaseCause
 org.csapi.jr.se.cc.CallServiceCode getTerminatingServiceCode()
          This method returns a TerminatingServiceCode
 int hashCode()
          Returns a hashcode value for the object.
 void setCalledAddress(org.csapi.jr.se.Address value)
          This method sets a CalledAddress
 void setCollectedAddress(org.csapi.jr.se.Address value)
          This method sets a CollectedAddress
 void setForwardAddress(org.csapi.jr.se.Address value)
          This method sets a ForwardAddress
 void setOriginatingReleaseCause(org.csapi.jr.se.cc.ReleaseCause value)
          This method sets a OriginatingReleaseCause
 void setOriginatingServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
          This method sets a OriginatingServiceCode
 void setTerminatingReleaseCause(org.csapi.jr.se.cc.ReleaseCause value)
          This method sets a TerminatingReleaseCause
 void setTerminatingServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
          This method sets a TerminatingServiceCode
 void setUndefined(org.csapi.jr.se.cc.CallEventType 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

CallAdditionalEventInfo

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

Method Detail

getDiscriminator

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

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

getTerminatingServiceCode

public org.csapi.jr.se.cc.CallServiceCode getTerminatingServiceCode()
                                                             throws InvalidUnionAccessorException
This method returns a TerminatingServiceCode

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

setTerminatingServiceCode

public void setTerminatingServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
This method sets a TerminatingServiceCode

Parameters:
value - a org.csapi.jr.se.cc.CallServiceCode value

getCollectedAddress

public org.csapi.jr.se.Address getCollectedAddress()
                                            throws InvalidUnionAccessorException
This method returns a CollectedAddress

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

setCollectedAddress

public void setCollectedAddress(org.csapi.jr.se.Address value)
This method sets a CollectedAddress

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

getCalledAddress

public org.csapi.jr.se.Address getCalledAddress()
                                         throws InvalidUnionAccessorException
This method returns a CalledAddress

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

setCalledAddress

public void setCalledAddress(org.csapi.jr.se.Address value)
This method sets a CalledAddress

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

getForwardAddress

public org.csapi.jr.se.Address getForwardAddress()
                                          throws InvalidUnionAccessorException
This method returns a ForwardAddress

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

setForwardAddress

public void setForwardAddress(org.csapi.jr.se.Address value)
This method sets a ForwardAddress

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

getOriginatingReleaseCause

public org.csapi.jr.se.cc.ReleaseCause getOriginatingReleaseCause()
                                                           throws InvalidUnionAccessorException
This method returns a OriginatingReleaseCause

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

setOriginatingReleaseCause

public void setOriginatingReleaseCause(org.csapi.jr.se.cc.ReleaseCause value)
This method sets a OriginatingReleaseCause

Parameters:
value - a org.csapi.jr.se.cc.ReleaseCause value

getOriginatingServiceCode

public org.csapi.jr.se.cc.CallServiceCode getOriginatingServiceCode()
                                                             throws InvalidUnionAccessorException
This method returns a OriginatingServiceCode

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

setOriginatingServiceCode

public void setOriginatingServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
This method sets a OriginatingServiceCode

Parameters:
value - a org.csapi.jr.se.cc.CallServiceCode value

getTerminatingReleaseCause

public org.csapi.jr.se.cc.ReleaseCause getTerminatingReleaseCause()
                                                           throws InvalidUnionAccessorException
This method returns a TerminatingReleaseCause

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

setTerminatingReleaseCause

public void setTerminatingReleaseCause(org.csapi.jr.se.cc.ReleaseCause value)
This method sets a TerminatingReleaseCause

Parameters:
value - a org.csapi.jr.se.cc.ReleaseCause value

setUndefined

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

Parameters:
discriminator - a CallEventType 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