org.csapi.jr.se.cc
Class CallLegConnectionProperties

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

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

Defines the Sequence of Data Elements that specify the connection properties of the Call Leg object

See Also:
Serialized Form

Constructor Summary
CallLegConnectionProperties()
          Creates a new CallLegConnectionProperties instance.
CallLegConnectionProperties(org.csapi.jr.se.cc.CallLegAttachMechanism _attachMechanism)
          Creates a new CallLegConnectionProperties instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cc.CallLegAttachMechanism getAttachMechanism()
          This method returns a attachMechanism.
 int hashCode()
          Returns a hashcode value for the object.
 void setAttachMechanism(org.csapi.jr.se.cc.CallLegAttachMechanism attachMechanism)
          This method sets a attachMechanism.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallLegConnectionProperties

public CallLegConnectionProperties()
Creates a new CallLegConnectionProperties instance.


CallLegConnectionProperties

public CallLegConnectionProperties(org.csapi.jr.se.cc.CallLegAttachMechanism _attachMechanism)
Creates a new CallLegConnectionProperties instance.

Parameters:
_attachMechanism - Defines how a CallLeg should be attached to the call.
Method Detail

getAttachMechanism

public org.csapi.jr.se.cc.CallLegAttachMechanism getAttachMechanism()
This method returns a attachMechanism.

Returns:
a org.csapi.jr.se.cc.CallLegAttachMechanism value

setAttachMechanism

public void setAttachMechanism(org.csapi.jr.se.cc.CallLegAttachMechanism attachMechanism)
This method sets a attachMechanism.


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