|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallAdditionalTreatmentInfo
Defines the Tagged Choice of Data Elements that specify the information to be sent to a call party.
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 |
public CallAdditionalTreatmentInfo()
Method Detail |
public org.csapi.jr.se.cc.CallTreatmentType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.ui.UIInfo getInformationToSend() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setInformationToSend(org.csapi.jr.se.ui.UIInfo value)
value
- a org.csapi.jr.se.ui.UIInfo valuepublic void setUndefined(org.csapi.jr.se.cc.CallTreatmentType discriminator)
discriminator
- a CallTreatmentType valuepublic 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 |