|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.AdditionalCallEventCriteria
Defines the Tagged Choice of Data Elements that specify specific criteria.
Constructor Summary | |
AdditionalCallEventCriteria()
Creates a new AdditionalCallEventCriteria. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.CallEventType |
getDiscriminator()
This method returns the discriminator. |
int |
getMinAddressLength()
This method returns a MinAddressLength |
org.csapi.jr.se.cc.ReleaseCause[] |
getOriginatingReleaseCauseSet()
This method returns a OriginatingReleaseCauseSet |
org.csapi.jr.se.cc.CallServiceCode[] |
getOriginatingServiceCode()
This method returns a OriginatingServiceCode |
org.csapi.jr.se.cc.ReleaseCause[] |
getTerminatingReleaseCauseSet()
This method returns a TerminatingReleaseCauseSet |
org.csapi.jr.se.cc.CallServiceCode[] |
getTerminatingServiceCode()
This method returns a TerminatingServiceCode |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setMinAddressLength(int value)
This method sets a MinAddressLength |
void |
setOriginatingReleaseCauseSet(org.csapi.jr.se.cc.ReleaseCause[] value)
This method sets a OriginatingReleaseCauseSet |
void |
setOriginatingServiceCode(org.csapi.jr.se.cc.CallServiceCode[] value)
This method sets a OriginatingServiceCode |
void |
setTerminatingReleaseCauseSet(org.csapi.jr.se.cc.ReleaseCause[] value)
This method sets a TerminatingReleaseCauseSet |
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 AdditionalCallEventCriteria()
Method Detail |
public org.csapi.jr.se.cc.CallEventType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.cc.ReleaseCause[] getOriginatingReleaseCauseSet() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setOriginatingReleaseCauseSet(org.csapi.jr.se.cc.ReleaseCause[] value)
value
- a org.csapi.jr.se.cc.ReleaseCause[] valuepublic int getMinAddressLength() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setMinAddressLength(int value)
value
- a int valuepublic org.csapi.jr.se.cc.ReleaseCause[] getTerminatingReleaseCauseSet() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setTerminatingReleaseCauseSet(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.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 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 |