org.csapi.jr.se.cc
Class AdditionalCallEventCriteria

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

public final class AdditionalCallEventCriteria
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
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

AdditionalCallEventCriteria

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

Method Detail

getDiscriminator

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

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

getOriginatingReleaseCauseSet

public org.csapi.jr.se.cc.ReleaseCause[] getOriginatingReleaseCauseSet()
                                                                throws InvalidUnionAccessorException
This method returns a OriginatingReleaseCauseSet

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

setOriginatingReleaseCauseSet

public void setOriginatingReleaseCauseSet(org.csapi.jr.se.cc.ReleaseCause[] value)
This method sets a OriginatingReleaseCauseSet

Parameters:
value - a org.csapi.jr.se.cc.ReleaseCause[] value

getMinAddressLength

public int getMinAddressLength()
                        throws InvalidUnionAccessorException
This method returns a MinAddressLength

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

setMinAddressLength

public void setMinAddressLength(int value)
This method sets a MinAddressLength

Parameters:
value - a int value

getTerminatingReleaseCauseSet

public org.csapi.jr.se.cc.ReleaseCause[] getTerminatingReleaseCauseSet()
                                                                throws InvalidUnionAccessorException
This method returns a TerminatingReleaseCauseSet

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

setTerminatingReleaseCauseSet

public void setTerminatingReleaseCauseSet(org.csapi.jr.se.cc.ReleaseCause[] value)
This method sets a TerminatingReleaseCauseSet

Parameters:
value - a org.csapi.jr.se.cc.ReleaseCause[] value

getOriginatingServiceCode

public org.csapi.jr.se.cc.CallServiceCode[] getOriginatingServiceCode()
                                                               throws InvalidUnionAccessorException
This method returns a OriginatingServiceCode

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

setOriginatingServiceCode

public void setOriginatingServiceCode(org.csapi.jr.se.cc.CallServiceCode[] value)
This method sets a OriginatingServiceCode

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

getTerminatingServiceCode

public org.csapi.jr.se.cc.CallServiceCode[] getTerminatingServiceCode()
                                                               throws InvalidUnionAccessorException
This method returns a TerminatingServiceCode

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

setTerminatingServiceCode

public void setTerminatingServiceCode(org.csapi.jr.se.cc.CallServiceCode[] value)
This method sets a TerminatingServiceCode

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

setUndefined

public void setUndefined(org.csapi.jr.se.cc.CallEventType discriminator)
This method will receive the discriminator as a parameter and will set _object to null

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