|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallTreatment
Defines the Sequence of Data Elements that specify the treatment for calls that will be handled only by the network (for example, call which are not admitted by the call load control mechanism).
Constructor Summary | |
CallTreatment()
Creates a new CallTreatment instance. |
|
CallTreatment(org.csapi.jr.se.cc.CallTreatmentType _callTreatmentType,
org.csapi.jr.se.cc.ReleaseCause _releaseCause,
org.csapi.jr.se.cc.CallAdditionalTreatmentInfo _additionalTreatmentInfo)
Creates a new CallTreatment instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.CallAdditionalTreatmentInfo |
getAdditionalTreatmentInfo()
This method returns a additionalTreatmentInfo. |
org.csapi.jr.se.cc.CallTreatmentType |
getCallTreatmentType()
This method returns a callTreatmentType. |
org.csapi.jr.se.cc.ReleaseCause |
getReleaseCause()
This method returns a releaseCause. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAdditionalTreatmentInfo(org.csapi.jr.se.cc.CallAdditionalTreatmentInfo additionalTreatmentInfo)
This method sets a additionalTreatmentInfo. |
void |
setCallTreatmentType(org.csapi.jr.se.cc.CallTreatmentType callTreatmentType)
This method sets a callTreatmentType. |
void |
setReleaseCause(org.csapi.jr.se.cc.ReleaseCause releaseCause)
This method sets a releaseCause. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallTreatment()
public CallTreatment(org.csapi.jr.se.cc.CallTreatmentType _callTreatmentType, org.csapi.jr.se.cc.ReleaseCause _releaseCause, org.csapi.jr.se.cc.CallAdditionalTreatmentInfo _additionalTreatmentInfo)
_callTreatmentType
- _releaseCause
- _additionalTreatmentInfo
- Method Detail |
public org.csapi.jr.se.cc.CallTreatmentType getCallTreatmentType()
public org.csapi.jr.se.cc.ReleaseCause getReleaseCause()
public org.csapi.jr.se.cc.CallAdditionalTreatmentInfo getAdditionalTreatmentInfo()
public void setCallTreatmentType(org.csapi.jr.se.cc.CallTreatmentType callTreatmentType)
public void setReleaseCause(org.csapi.jr.se.cc.ReleaseCause releaseCause)
public void setAdditionalTreatmentInfo(org.csapi.jr.se.cc.CallAdditionalTreatmentInfo additionalTreatmentInfo)
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 |