public class NAS5QIParameter extends Sequence
NAS5QIParameter
type.Modifier and Type | Class and Description |
---|---|
static class |
NAS5QIParameter.QosParameterIdentifier
Defines meaningful names for particular values of the
qosParameterIdentifier field. |
Constructor and Description |
---|
NAS5QIParameter()
The default constructor.
|
NAS5QIParameter(NAS5QI qosParameterContents)
Constructs an instance of the
NAS5QIParameter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
NAS5QI |
getQosParameterContents()
Returns the value of the
qosParameterContents field. |
INTEGER |
getQosParameterIdentifier()
Returns the value of the
qosParameterIdentifier read-only field. |
void |
setQosParameterContents(NAS5QI qosParameterContents)
Sets the value of the
qosParameterContents field. |
public NAS5QIParameter()
public NAS5QIParameter(NAS5QI qosParameterContents)
NAS5QIParameter
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 NAS5QI getQosParameterContents()
qosParameterContents
field.qosParameterContents
field.public void setQosParameterContents(NAS5QI 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.