org.csapi.jr.se.cc.gccs
Class CallAdditionalReportInfo

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

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

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

See Also:
Serialized Form

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

CallAdditionalReportInfo

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

Method Detail

getDiscriminator

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

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

getBusy

public org.csapi.jr.se.cc.gccs.CallReleaseCause getBusy()
                                                 throws InvalidUnionAccessorException
This method returns a Busy

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

setBusy

public void setBusy(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a Busy

Parameters:
value - a org.csapi.jr.se.cc.gccs.CallReleaseCause value

getCallDisconnect

public org.csapi.jr.se.cc.gccs.CallReleaseCause getCallDisconnect()
                                                           throws InvalidUnionAccessorException
This method returns a CallDisconnect

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

setCallDisconnect

public void setCallDisconnect(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a CallDisconnect

Parameters:
value - a org.csapi.jr.se.cc.gccs.CallReleaseCause 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

getRoutingFailure

public org.csapi.jr.se.cc.gccs.CallReleaseCause getRoutingFailure()
                                                           throws InvalidUnionAccessorException
This method returns a RoutingFailure

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

setRoutingFailure

public void setRoutingFailure(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a RoutingFailure

Parameters:
value - a org.csapi.jr.se.cc.gccs.CallReleaseCause value

getServiceCode

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

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

setServiceCode

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

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

getNotReachable

public org.csapi.jr.se.cc.gccs.CallReleaseCause getNotReachable()
                                                         throws InvalidUnionAccessorException
This method returns a NotReachable

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

setNotReachable

public void setNotReachable(org.csapi.jr.se.cc.gccs.CallReleaseCause value)
This method sets a NotReachable

Parameters:
value - a org.csapi.jr.se.cc.gccs.CallReleaseCause value

getQueueStatus

public java.lang.String getQueueStatus()
                                throws InvalidUnionAccessorException
This method returns a QueueStatus

Returns:
a java.lang.String value
Throws:
InvalidUnionAccessorException - if an error occurs

setQueueStatus

public void setQueueStatus(java.lang.String value)
This method sets a QueueStatus

Parameters:
value - a java.lang.String value

setUndefined

public 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

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