|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.dsc.DataSessionSuperviseVolume
Defines the Sequence of Data Elements that specify the amount of volume that is allowed to be transmitted for the specific connection.
Constructor Summary | |
DataSessionSuperviseVolume()
Creates a new DataSessionSuperviseVolume instance. |
|
DataSessionSuperviseVolume(int _volumeQuantity,
int _volumeUnit)
Creates a new DataSessionSuperviseVolume 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 DataSessionSuperviseVolume()
public DataSessionSuperviseVolume(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. The volume specifies the sum of uplink and downlink transfer data volumes._volumeUnit
- In Order to enlarge the range of the volume quantity value the exponent of a scaling factor (10^VolumeUnit) is provided.
When the unit is for example in kilobytes, VolumeUnit shall 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 |