public class APNAggregateMaximumBitRate extends Sequence
APNAggregateMaximumBitRate
type.Modifier and Type | Class and Description |
---|---|
static class |
APNAggregateMaximumBitRate.ApnAMBRForDownlink
Defines meaningful names for particular values of the
apnAMBRForDownlink field. |
static class |
APNAggregateMaximumBitRate.ApnAMBRForUplink
Defines meaningful names for particular values of the
apnAMBRForUplink field. |
static class |
APNAggregateMaximumBitRate.Ext
Represents the type of the
ext field. |
Constructor and Description |
---|
APNAggregateMaximumBitRate()
The default constructor.
|
APNAggregateMaximumBitRate(INTEGER apnAMBRForDownlink,
INTEGER apnAMBRForUplink)
Constructs an instance of the
APNAggregateMaximumBitRate with the specified mandatory
components. |
APNAggregateMaximumBitRate(INTEGER apnAMBRForDownlink,
INTEGER apnAMBRForUplink,
APNAggregateMaximumBitRate.Ext ext)
Constructs an instance of the
APNAggregateMaximumBitRate with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteExt()
Omits the
ext optional field from the value. |
INTEGER |
getApnAMBRForDownlink()
Returns the value of the
apnAMBRForDownlink field. |
INTEGER |
getApnAMBRForUplink()
Returns the value of the
apnAMBRForUplink field. |
APNAggregateMaximumBitRate.Ext |
getExt()
Returns the value of the
ext optional field. |
boolean |
hasExt()
Reports whether the
ext optional field is present in the value. |
void |
setApnAMBRForDownlink(INTEGER apnAMBRForDownlink)
Sets the value of the
apnAMBRForDownlink field. |
void |
setApnAMBRForUplink(INTEGER apnAMBRForUplink)
Sets the value of the
apnAMBRForUplink field. |
void |
setExt(APNAggregateMaximumBitRate.Ext ext)
Sets the value of the
ext optional field. |
public APNAggregateMaximumBitRate()
public APNAggregateMaximumBitRate(INTEGER apnAMBRForDownlink, INTEGER apnAMBRForUplink)
APNAggregateMaximumBitRate
with the specified mandatory
components.apnAMBRForDownlink
- the value of the apnAMBRForDownlink
mandatory field.
The ApnAMBRForDownlink
class defines meaningful names for particular values of the field.apnAMBRForUplink
- the value of the apnAMBRForUplink
mandatory field.
The ApnAMBRForUplink
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any component has a null value.public APNAggregateMaximumBitRate(INTEGER apnAMBRForDownlink, INTEGER apnAMBRForUplink, APNAggregateMaximumBitRate.Ext ext)
APNAggregateMaximumBitRate
with the specified
components.apnAMBRForDownlink
- the value of the apnAMBRForDownlink
field (mandatory).
The ApnAMBRForDownlink
class defines meaningful names for particular values of the field.apnAMBRForUplink
- the value of the apnAMBRForUplink
field (mandatory).
The ApnAMBRForUplink
class defines meaningful names for particular values of the field.ext
- the value of the ext
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getApnAMBRForDownlink()
apnAMBRForDownlink
field.apnAMBRForDownlink
field.
The ApnAMBRForDownlink
class defines meaningful names for particular values of the field.public void setApnAMBRForDownlink(INTEGER apnAMBRForDownlink)
apnAMBRForDownlink
field.apnAMBRForDownlink
- the value of the apnAMBRForDownlink
field.
The ApnAMBRForDownlink
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the apnAMBRForDownlink
parameter is null.public INTEGER getApnAMBRForUplink()
apnAMBRForUplink
field.apnAMBRForUplink
field.
The ApnAMBRForUplink
class defines meaningful names for particular values of the field.public void setApnAMBRForUplink(INTEGER apnAMBRForUplink)
apnAMBRForUplink
field.apnAMBRForUplink
- the value of the apnAMBRForUplink
field.
The ApnAMBRForUplink
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the apnAMBRForUplink
parameter is null.public APNAggregateMaximumBitRate.Ext getExt()
ext
optional field.ext
optional field or null if the field is omitted.public void setExt(APNAggregateMaximumBitRate.Ext ext)
ext
optional field.ext
- the value of the ext
optional field. A null
value indicates that the optional field is omitted.public boolean hasExt()
ext
optional field is present in the value.ext
optional field is present in the value.public void deleteExt()
ext
optional field from the value.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.