|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.mmccs.CallSuperviseVolume
Defines the Sequence of Data Elements that specify the amount of volume that is allowed to be transmitted for the specific connection.
Constructor Summary | |
CallSuperviseVolume()
Creates a new CallSuperviseVolume instance. |
|
CallSuperviseVolume(int _volumeQuantity,
int _volumeUnit)
Creates a new CallSuperviseVolume instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getVolumeQuantity()
This method returns a volumeQuantity. |
int |
getVolumeUnit()
This method returns a volumeUnit. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setVolumeQuantity(int volumeQuantity)
This method sets a volumeQuantity. |
void |
setVolumeUnit(int volumeUnit)
This method sets a volumeUnit. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallSuperviseVolume()
public CallSuperviseVolume(int _volumeQuantity, int _volumeUnit)
_volumeQuantity
- This data type is identical to a TpInt32, and defines the quantity of the granted volume that can be transmitted for the specific connection._volumeUnit
- This data type is identical to a TpInt32, and defines the unit of the granted volume that can be transmitted for the specific connection.
Unit must be specified as 10^n number of bytes, where
n denotes the power.
When the unit is for example in kilobytes, VolumeUnit must be set to 3.Method Detail |
public int getVolumeQuantity()
public int getVolumeUnit()
public void setVolumeQuantity(int volumeQuantity)
public void setVolumeUnit(int volumeUnit)
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 |