|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo
Defines the Tagged Choice of Data Elements that specify additional call report information for certain types of reports.
Constructor Summary | |
CallAdditionalReportInfo()
Creates a new CallAdditionalReportInfo. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.gccs.CallReleaseCause |
getBusy()
This method returns a Busy |
org.csapi.jr.se.cc.gccs.CallReleaseCause |
getCallDisconnect()
This method returns a CallDisconnect |
org.csapi.jr.se.cc.gccs.CallReportType |
getDiscriminator()
This method returns the discriminator. |
org.csapi.jr.se.Address |
getForwardAddress()
This method returns a ForwardAddress |
org.csapi.jr.se.cc.gccs.CallReleaseCause |
getNotReachable()
This method returns a NotReachable |
java.lang.String |
getQueueStatus()
This method returns a QueueStatus |
org.csapi.jr.se.cc.gccs.CallReleaseCause |
getRoutingFailure()
This method returns a RoutingFailure |
org.csapi.jr.se.cc.CallServiceCode |
getServiceCode()
This method returns a ServiceCode |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setBusy(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a Busy |
void |
setCallDisconnect(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a CallDisconnect |
void |
setForwardAddress(org.csapi.jr.se.Address value)
This method sets a ForwardAddress |
void |
setNotReachable(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a NotReachable |
void |
setQueueStatus(java.lang.String value)
This method sets a QueueStatus |
void |
setRoutingFailure(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a RoutingFailure |
void |
setServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
This method sets a ServiceCode |
void |
setUndefined(org.csapi.jr.se.cc.gccs.CallReportType 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 CallAdditionalReportInfo()
Method Detail |
public org.csapi.jr.se.cc.gccs.CallReportType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.cc.gccs.CallReleaseCause getBusy() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setBusy(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
value
- a org.csapi.jr.se.cc.gccs.CallReleaseCause valuepublic org.csapi.jr.se.cc.gccs.CallReleaseCause getCallDisconnect() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCallDisconnect(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
value
- a org.csapi.jr.se.cc.gccs.CallReleaseCause 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.gccs.CallReleaseCause getRoutingFailure() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setRoutingFailure(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
value
- a org.csapi.jr.se.cc.gccs.CallReleaseCause valuepublic org.csapi.jr.se.cc.CallServiceCode getServiceCode() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setServiceCode(org.csapi.jr.se.cc.CallServiceCode value)
value
- a org.csapi.jr.se.cc.CallServiceCode valuepublic org.csapi.jr.se.cc.gccs.CallReleaseCause getNotReachable() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setNotReachable(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
value
- a org.csapi.jr.se.cc.gccs.CallReleaseCause valuepublic java.lang.String getQueueStatus() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setQueueStatus(java.lang.String value)
value
- a java.lang.String valuepublic void setUndefined(org.csapi.jr.se.cc.gccs.CallReportType discriminator)
discriminator
- a CallReportType 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 |