org.csapi.jr.se.cc
Class CallAdditionalTreatmentInfo

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

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

Defines the Tagged Choice of Data Elements that specify the information to be sent to a call party.

See Also:
Serialized Form

Constructor Summary
CallAdditionalTreatmentInfo()
          Creates a new CallAdditionalTreatmentInfo.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cc.CallTreatmentType getDiscriminator()
          This method returns the discriminator.
 org.csapi.jr.se.ui.UIInfo getInformationToSend()
          This method returns a InformationToSend
 int hashCode()
          Returns a hashcode value for the object.
 void setInformationToSend(org.csapi.jr.se.ui.UIInfo value)
          This method sets a InformationToSend
 void setUndefined(org.csapi.jr.se.cc.CallTreatmentType 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

CallAdditionalTreatmentInfo

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

Method Detail

getDiscriminator

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

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

getInformationToSend

public org.csapi.jr.se.ui.UIInfo getInformationToSend()
                                               throws InvalidUnionAccessorException
This method returns a InformationToSend

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

setInformationToSend

public void setInformationToSend(org.csapi.jr.se.ui.UIInfo value)
This method sets a InformationToSend

Parameters:
value - a org.csapi.jr.se.ui.UIInfo value

setUndefined

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

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