public class PDUSessionModificationCommandReject extends Sequence
PDUSessionModificationCommandReject
type.Constructor and Description |
---|
PDUSessionModificationCommandReject()
The default constructor.
|
PDUSessionModificationCommandReject(INTEGER nas5GSMCause)
Constructs an instance of the
PDUSessionModificationCommandReject with the specified mandatory
components. |
PDUSessionModificationCommandReject(INTEGER nas5GSMCause,
ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
Constructs an instance of the
PDUSessionModificationCommandReject with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteExtendedProtocolConfigurationOptions()
Omits the
extendedProtocolConfigurationOptions optional field from the value. |
ExtendedProtocolConfigurationOptionsUE |
getExtendedProtocolConfigurationOptions()
Returns the value of the
extendedProtocolConfigurationOptions optional field. |
INTEGER |
getNas5GSMCause()
Returns the value of the
nas5GSMCause field. |
boolean |
hasExtendedProtocolConfigurationOptions()
Reports whether the
extendedProtocolConfigurationOptions optional field is present in the value. |
void |
setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
Sets the value of the
extendedProtocolConfigurationOptions optional field. |
void |
setNas5GSMCause(INTEGER nas5GSMCause)
Sets the value of the
nas5GSMCause field. |
public PDUSessionModificationCommandReject()
public PDUSessionModificationCommandReject(INTEGER nas5GSMCause)
PDUSessionModificationCommandReject
with the specified mandatory
components.nas5GSMCause
- the value of the nas5GSMCause
mandatory field.
The NAS5GSMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any component has a null value.public PDUSessionModificationCommandReject(INTEGER nas5GSMCause, ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
PDUSessionModificationCommandReject
with the specified
components.nas5GSMCause
- the value of the nas5GSMCause
field (mandatory).
The NAS5GSMCause
class defines meaningful names for particular values of the field.extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getNas5GSMCause()
nas5GSMCause
field.nas5GSMCause
field.
The NAS5GSMCause
class defines meaningful names for particular values of the field.public void setNas5GSMCause(INTEGER nas5GSMCause)
nas5GSMCause
field.nas5GSMCause
- the value of the nas5GSMCause
field.
The NAS5GSMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the nas5GSMCause
parameter is null.public ExtendedProtocolConfigurationOptionsUE getExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
optional field or null if the field is omitted.public void setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
optional field. A null
value indicates that the optional field is omitted.public boolean hasExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field is present in the value.extendedProtocolConfigurationOptions
optional field is present in the value.public void deleteExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
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.