public class IntegrityProtectionMaximumDataRate extends Sequence
IntegrityProtectionMaximumDataRate
type.Modifier and Type | Class and Description |
---|---|
static class |
IntegrityProtectionMaximumDataRate.MaxDataRateForDownlink
Defines meaningful names for particular values of the
maxDataRateForDownlink field. |
static class |
IntegrityProtectionMaximumDataRate.MaxDataRateForUplink
Defines meaningful names for particular values of the
maxDataRateForUplink field. |
Constructor and Description |
---|
IntegrityProtectionMaximumDataRate()
The default constructor.
|
IntegrityProtectionMaximumDataRate(INTEGER maxDataRateForUplink,
INTEGER maxDataRateForDownlink)
Constructs an instance of the
IntegrityProtectionMaximumDataRate with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getMaxDataRateForDownlink()
Returns the value of the
maxDataRateForDownlink field. |
INTEGER |
getMaxDataRateForUplink()
Returns the value of the
maxDataRateForUplink field. |
void |
setMaxDataRateForDownlink(INTEGER maxDataRateForDownlink)
Sets the value of the
maxDataRateForDownlink field. |
void |
setMaxDataRateForUplink(INTEGER maxDataRateForUplink)
Sets the value of the
maxDataRateForUplink field. |
public IntegrityProtectionMaximumDataRate()
public IntegrityProtectionMaximumDataRate(INTEGER maxDataRateForUplink, INTEGER maxDataRateForDownlink)
IntegrityProtectionMaximumDataRate
with the specified
components.maxDataRateForUplink
- the value of the maxDataRateForUplink
field (mandatory).
The MaxDataRateForUplink
class defines meaningful names for particular values of the field.maxDataRateForDownlink
- the value of the maxDataRateForDownlink
field (mandatory).
The MaxDataRateForDownlink
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getMaxDataRateForUplink()
maxDataRateForUplink
field.maxDataRateForUplink
field.
The MaxDataRateForUplink
class defines meaningful names for particular values of the field.public void setMaxDataRateForUplink(INTEGER maxDataRateForUplink)
maxDataRateForUplink
field.maxDataRateForUplink
- the value of the maxDataRateForUplink
field.
The MaxDataRateForUplink
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the maxDataRateForUplink
parameter is null.public INTEGER getMaxDataRateForDownlink()
maxDataRateForDownlink
field.maxDataRateForDownlink
field.
The MaxDataRateForDownlink
class defines meaningful names for particular values of the field.public void setMaxDataRateForDownlink(INTEGER maxDataRateForDownlink)
maxDataRateForDownlink
field.maxDataRateForDownlink
- the value of the maxDataRateForDownlink
field.
The MaxDataRateForDownlink
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the maxDataRateForDownlink
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.