public class GPRSTimer extends Sequence
GPRSTimer
type.Modifier and Type | Class and Description |
---|---|
static class |
GPRSTimer.Unit
Defines meaningful names for particular values of the
unit field. |
Constructor and Description |
---|
GPRSTimer()
The default constructor.
|
GPRSTimer(INTEGER unit,
INTEGER timerValue)
Constructs an instance of the
GPRSTimer with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getTimerValue()
Returns the value of the
timerValue field. |
INTEGER |
getUnit()
Returns the value of the
unit field. |
void |
setTimerValue(INTEGER timerValue)
Sets the value of the
timerValue field. |
void |
setUnit(INTEGER unit)
Sets the value of the
unit field. |
public GPRSTimer()
public GPRSTimer(INTEGER unit, INTEGER timerValue)
GPRSTimer
with the specified
components.unit
- the value of the unit
field (mandatory).
The Unit
class defines meaningful names for particular values of the field.timerValue
- the value of the timerValue
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getUnit()
unit
field.unit
field.
The Unit
class defines meaningful names for particular values of the field.public void setUnit(INTEGER unit)
unit
field.unit
- the value of the unit
field.
The Unit
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the unit
parameter is null.public INTEGER getTimerValue()
timerValue
field.timerValue
field.public void setTimerValue(INTEGER timerValue)
timerValue
field.timerValue
- the value of the timerValue
field.java.lang.IllegalArgumentException
- when the timerValue
parameter is null.Copyright © 2024 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.