|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallLegConnectionProperties
Defines the Sequence of Data Elements that specify the connection properties of the Call Leg object
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 |
public CallLegConnectionProperties()
public CallLegConnectionProperties(org.csapi.jr.se.cc.CallLegAttachMechanism _attachMechanism)
_attachMechanism
- Defines how a CallLeg should be attached to the call.Method Detail |
public org.csapi.jr.se.cc.CallLegAttachMechanism getAttachMechanism()
public void setAttachMechanism(org.csapi.jr.se.cc.CallLegAttachMechanism attachMechanism)
public 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 |