org.csapi.jr.se.cc
Class CallLoadControlMechanism

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

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

Defines the Tagged Choice of Data Elements that specify the applied mechanism and associated parameters.

See Also:
Serialized Form

Constructor Summary
CallLoadControlMechanism()
          Creates a new CallLoadControlMechanism.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getCallLoadControlPerInterval()
          This method returns a CallLoadControlPerInterval
 org.csapi.jr.se.cc.CallLoadControlMechanismType getDiscriminator()
          This method returns the discriminator.
 int hashCode()
          Returns a hashcode value for the object.
 void setCallLoadControlPerInterval(int value)
          This method sets a CallLoadControlPerInterval
 void setUndefined(org.csapi.jr.se.cc.CallLoadControlMechanismType 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

CallLoadControlMechanism

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

Method Detail

getDiscriminator

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

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

getCallLoadControlPerInterval

public int getCallLoadControlPerInterval()
                                  throws InvalidUnionAccessorException
This method returns a CallLoadControlPerInterval

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

setCallLoadControlPerInterval

public void setCallLoadControlPerInterval(int value)
This method sets a CallLoadControlPerInterval

Parameters:
value - a int value

setUndefined

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

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