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

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

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

Defines the Tagged Choice of Data Elements that specify specific criteria.

See Also:
Serialized Form

Constructor Summary
CallAdditionalReportCriteria()
          Creates a new CallAdditionalReportCriteria.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cc.gccs.CallReportType getDiscriminator()
          This method returns the discriminator.
 int getNoAnswerDuration()
          This method returns a NoAnswerDuration
 org.csapi.jr.se.cc.CallServiceCode getServiceCode()
          This method returns a ServiceCode
 int hashCode()
          Returns a hashcode value for the object.
 void setNoAnswerDuration(int value)
          This method sets a NoAnswerDuration
 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

CallAdditionalReportCriteria

public CallAdditionalReportCriteria()
Creates a new CallAdditionalReportCriteria. 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

getNoAnswerDuration

public int getNoAnswerDuration()
                        throws InvalidUnionAccessorException
This method returns a NoAnswerDuration

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

setNoAnswerDuration

public void setNoAnswerDuration(int value)
This method sets a NoAnswerDuration

Parameters:
value - a int 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

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