|
|||||||||||
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.CallAdditionalReportCriteria
Defines the Tagged Choice of Data Elements that specify specific criteria.
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 |
public CallAdditionalReportCriteria()
Method Detail |
public org.csapi.jr.se.cc.gccs.CallReportType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic int getNoAnswerDuration() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setNoAnswerDuration(int value)
value
- a int 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 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 |