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