public class EPSBearerIdentityParameter extends Sequence
EPSBearerIdentityParameter
type.Modifier and Type | Class and Description |
---|---|
static class |
EPSBearerIdentityParameter.QosParameterIdentifier
Defines meaningful names for particular values of the
qosParameterIdentifier field. |
Constructor and Description |
---|
EPSBearerIdentityParameter()
The default constructor.
|
EPSBearerIdentityParameter(EPSBearerIdentityOctet qosParameterContents)
Constructs an instance of the
EPSBearerIdentityParameter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
EPSBearerIdentityOctet |
getQosParameterContents()
Returns the value of the
qosParameterContents field. |
INTEGER |
getQosParameterIdentifier()
Returns the value of the
qosParameterIdentifier read-only field. |
void |
setQosParameterContents(EPSBearerIdentityOctet qosParameterContents)
Sets the value of the
qosParameterContents field. |
public EPSBearerIdentityParameter()
public EPSBearerIdentityParameter(EPSBearerIdentityOctet qosParameterContents)
EPSBearerIdentityParameter
with the specified
components.qosParameterContents
- the value of the qosParameterContents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getQosParameterIdentifier()
qosParameterIdentifier
read-only field.qosParameterIdentifier
read-only field.
The QosParameterIdentifier
class defines meaningful names for particular values of the field.public EPSBearerIdentityOctet getQosParameterContents()
qosParameterContents
field.qosParameterContents
field.public void setQosParameterContents(EPSBearerIdentityOctet qosParameterContents)
qosParameterContents
field.qosParameterContents
- the value of the qosParameterContents
field.java.lang.IllegalArgumentException
- when the qosParameterContents
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.