public class ExtendedDRXParameters extends Sequence
ExtendedDRXParameters
type.Constructor and Description |
---|
ExtendedDRXParameters()
The default constructor.
|
ExtendedDRXParameters(INTEGER pagingTimeWindow,
INTEGER eDRXValue)
Constructs an instance of the
ExtendedDRXParameters with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getEDRXValue()
Returns the value of the
eDRXValue field. |
INTEGER |
getPagingTimeWindow()
Returns the value of the
pagingTimeWindow field. |
void |
setEDRXValue(INTEGER eDRXValue)
Sets the value of the
eDRXValue field. |
void |
setPagingTimeWindow(INTEGER pagingTimeWindow)
Sets the value of the
pagingTimeWindow field. |
public ExtendedDRXParameters()
public ExtendedDRXParameters(INTEGER pagingTimeWindow, INTEGER eDRXValue)
ExtendedDRXParameters
with the specified
components.pagingTimeWindow
- the value of the pagingTimeWindow
field (mandatory).eDRXValue
- the value of the eDRXValue
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getPagingTimeWindow()
pagingTimeWindow
field.pagingTimeWindow
field.public void setPagingTimeWindow(INTEGER pagingTimeWindow)
pagingTimeWindow
field.pagingTimeWindow
- the value of the pagingTimeWindow
field.java.lang.IllegalArgumentException
- when the pagingTimeWindow
parameter is null.public INTEGER getEDRXValue()
eDRXValue
field.eDRXValue
field.public void setEDRXValue(INTEGER eDRXValue)
eDRXValue
field.eDRXValue
- the value of the eDRXValue
field.java.lang.IllegalArgumentException
- when the eDRXValue
parameter is null.Copyright © 2023 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.