public class PDUSessionCause extends Sequence
PDUSessionCause
type.Constructor and Description |
---|
PDUSessionCause()
The default constructor.
|
PDUSessionCause(INTEGER pduSessionID,
INTEGER cause)
Constructs an instance of the
PDUSessionCause with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getCause()
Returns the value of the
cause field. |
INTEGER |
getPduSessionID()
Returns the value of the
pduSessionID field. |
void |
setCause(INTEGER cause)
Sets the value of the
cause field. |
void |
setPduSessionID(INTEGER pduSessionID)
Sets the value of the
pduSessionID field. |
public PDUSessionCause()
public PDUSessionCause(INTEGER pduSessionID, INTEGER cause)
PDUSessionCause
with the specified
components.pduSessionID
- the value of the pduSessionID
field (mandatory).cause
- the value of the cause
field (mandatory).
The NAS5GMMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getPduSessionID()
pduSessionID
field.pduSessionID
field.public void setPduSessionID(INTEGER pduSessionID)
pduSessionID
field.pduSessionID
- the value of the pduSessionID
field.java.lang.IllegalArgumentException
- when the pduSessionID
parameter is null.public INTEGER getCause()
cause
field.cause
field.
The NAS5GMMCause
class defines meaningful names for particular values of the field.public void setCause(INTEGER cause)
cause
field.cause
- the value of the cause
field.
The NAS5GMMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the cause
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.