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