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