|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.CAIElements
Defines the Sequence of Data Elements that specify the Charging Advice Information elements according to TS 122 024.
Constructor Summary | |
CAIElements()
Creates a new CAIElements instance. |
|
CAIElements(int _unitsPerInterval,
int _secondsPerTimeInterval,
int _scalingFactor,
int _unitIncrement,
int _unitsPerDataInterval,
int _segmentsPerDataInterval,
int _initialSecsPerTimeInterval)
Creates a new CAIElements instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getInitialSecsPerTimeInterval()
This method returns a initialSecsPerTimeInterval. |
int |
getScalingFactor()
This method returns a scalingFactor. |
int |
getSecondsPerTimeInterval()
This method returns a secondsPerTimeInterval. |
int |
getSegmentsPerDataInterval()
This method returns a segmentsPerDataInterval. |
int |
getUnitIncrement()
This method returns a unitIncrement. |
int |
getUnitsPerDataInterval()
This method returns a unitsPerDataInterval. |
int |
getUnitsPerInterval()
This method returns a unitsPerInterval. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setInitialSecsPerTimeInterval(int initialSecsPerTimeInterval)
This method sets a initialSecsPerTimeInterval. |
void |
setScalingFactor(int scalingFactor)
This method sets a scalingFactor. |
void |
setSecondsPerTimeInterval(int secondsPerTimeInterval)
This method sets a secondsPerTimeInterval. |
void |
setSegmentsPerDataInterval(int segmentsPerDataInterval)
This method sets a segmentsPerDataInterval. |
void |
setUnitIncrement(int unitIncrement)
This method sets a unitIncrement. |
void |
setUnitsPerDataInterval(int unitsPerDataInterval)
This method sets a unitsPerDataInterval. |
void |
setUnitsPerInterval(int unitsPerInterval)
This method sets a unitsPerInterval. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CAIElements()
public CAIElements(int _unitsPerInterval, int _secondsPerTimeInterval, int _scalingFactor, int _unitIncrement, int _unitsPerDataInterval, int _segmentsPerDataInterval, int _initialSecsPerTimeInterval)
_unitsPerInterval
- Units per interval_secondsPerTimeInterval
- Seconds per time interval_scalingFactor
- Scaling factor_unitIncrement
- Unit increment_unitsPerDataInterval
- Units per data interval_segmentsPerDataInterval
- Segments per data interval_initialSecsPerTimeInterval
- Initial secs per time intervalMethod Detail |
public int getUnitsPerInterval()
public int getSecondsPerTimeInterval()
public int getScalingFactor()
public int getUnitIncrement()
public int getUnitsPerDataInterval()
public int getSegmentsPerDataInterval()
public int getInitialSecsPerTimeInterval()
public void setUnitsPerInterval(int unitsPerInterval)
public void setSecondsPerTimeInterval(int secondsPerTimeInterval)
public void setScalingFactor(int scalingFactor)
public void setUnitIncrement(int unitIncrement)
public void setUnitsPerDataInterval(int unitsPerDataInterval)
public void setSegmentsPerDataInterval(int segmentsPerDataInterval)
public void setInitialSecsPerTimeInterval(int initialSecsPerTimeInterval)
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 |