|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallAdditionalEventInfo
Defines the Tagged Choice of Data Elements that specify additional call event information for certain types of events.
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 |
public CallAdditionalEventInfo()
Method Detail |
public org.csapi.jr.se.cc.CallEventType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.cc.CallServiceCode getTerminatingServiceCode() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setTerminatingServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
value
- a org.csapi.jr.se.cc.CallServiceCode valuepublic org.csapi.jr.se.Address getCollectedAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCollectedAddress(org.csapi.jr.se.Address value)
value
- a org.csapi.jr.se.Address valuepublic org.csapi.jr.se.Address getCalledAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCalledAddress(org.csapi.jr.se.Address value)
value
- a org.csapi.jr.se.Address valuepublic org.csapi.jr.se.Address getForwardAddress() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setForwardAddress(org.csapi.jr.se.Address value)
value
- a org.csapi.jr.se.Address valuepublic org.csapi.jr.se.cc.ReleaseCause getOriginatingReleaseCause() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setOriginatingReleaseCause(org.csapi.jr.se.cc.ReleaseCause value)
value
- a org.csapi.jr.se.cc.ReleaseCause valuepublic org.csapi.jr.se.cc.CallServiceCode getOriginatingServiceCode() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setOriginatingServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
value
- a org.csapi.jr.se.cc.CallServiceCode valuepublic org.csapi.jr.se.cc.ReleaseCause getTerminatingReleaseCause() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setTerminatingReleaseCause(org.csapi.jr.se.cc.ReleaseCause value)
value
- a org.csapi.jr.se.cc.ReleaseCause valuepublic void setUndefined(org.csapi.jr.se.cc.CallEventType discriminator)
discriminator
- a CallEventType 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 |