public class EPSQualityOfService extends Sequence
EPSQualityOfService
type.Modifier and Type | Class and Description |
---|---|
static class |
EPSQualityOfService.Bitrates
Represents the type of the
bitrates field. |
Constructor and Description |
---|
EPSQualityOfService()
The default constructor.
|
EPSQualityOfService(INTEGER qci)
Constructs an instance of the
EPSQualityOfService with the specified mandatory
components. |
EPSQualityOfService(INTEGER qci,
EPSQualityOfService.Bitrates bitrates)
Constructs an instance of the
EPSQualityOfService with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteBitrates()
Omits the
bitrates optional field from the value. |
EPSQualityOfService.Bitrates |
getBitrates()
Returns the value of the
bitrates optional field. |
INTEGER |
getQci()
Returns the value of the
qci field. |
boolean |
hasBitrates()
Reports whether the
bitrates optional field is present in the value. |
void |
setBitrates(EPSQualityOfService.Bitrates bitrates)
Sets the value of the
bitrates optional field. |
void |
setQci(INTEGER qci)
Sets the value of the
qci field. |
public EPSQualityOfService()
public EPSQualityOfService(INTEGER qci)
EPSQualityOfService
with the specified mandatory
components.qci
- the value of the qci
mandatory field.
The QCI
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any component has a null value.public EPSQualityOfService(INTEGER qci, EPSQualityOfService.Bitrates bitrates)
EPSQualityOfService
with the specified
components.qci
- the value of the qci
field (mandatory).
The QCI
class defines meaningful names for particular values of the field.bitrates
- the value of the bitrates
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getQci()
qci
field.qci
field.
The QCI
class defines meaningful names for particular values of the field.public void setQci(INTEGER qci)
qci
field.qci
- the value of the qci
field.
The QCI
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the qci
parameter is null.public EPSQualityOfService.Bitrates getBitrates()
bitrates
optional field.bitrates
optional field or null if the field is omitted.public void setBitrates(EPSQualityOfService.Bitrates bitrates)
bitrates
optional field.bitrates
- the value of the bitrates
optional field. A null
value indicates that the optional field is omitted.public boolean hasBitrates()
bitrates
optional field is present in the value.bitrates
optional field is present in the value.public void deleteBitrates()
bitrates
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.