public class PDUSessionReleaseCommand extends Sequence
PDUSessionReleaseCommand
type.Constructor and Description |
---|
PDUSessionReleaseCommand()
The default constructor.
|
PDUSessionReleaseCommand(INTEGER nas5GSMCause)
Constructs an instance of the
PDUSessionReleaseCommand with the specified mandatory
components. |
PDUSessionReleaseCommand(INTEGER nas5GSMCause,
GPRSTimer3 backOffTimerValue,
EAPMessage eapMessage,
Nas5GSMCongestionReattemptIndicator nas5GSMCongestionReattemptIndicator,
ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions,
AccessType1 accessType)
Constructs an instance of the
PDUSessionReleaseCommand with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteAccessType()
Omits the
accessType optional field from the value. |
void |
deleteBackOffTimerValue()
Omits the
backOffTimerValue optional field from the value. |
void |
deleteEapMessage()
Omits the
eapMessage optional field from the value. |
void |
deleteExtendedProtocolConfigurationOptions()
Omits the
extendedProtocolConfigurationOptions optional field from the value. |
void |
deleteNas5GSMCongestionReattemptIndicator()
Omits the
nas5GSMCongestionReattemptIndicator optional field from the value. |
AccessType1 |
getAccessType()
Returns the value of the
accessType optional field. |
GPRSTimer3 |
getBackOffTimerValue()
Returns the value of the
backOffTimerValue optional field. |
EAPMessage |
getEapMessage()
Returns the value of the
eapMessage optional field. |
ExtendedProtocolConfigurationOptionsNW |
getExtendedProtocolConfigurationOptions()
Returns the value of the
extendedProtocolConfigurationOptions optional field. |
INTEGER |
getNas5GSMCause()
Returns the value of the
nas5GSMCause field. |
Nas5GSMCongestionReattemptIndicator |
getNas5GSMCongestionReattemptIndicator()
Returns the value of the
nas5GSMCongestionReattemptIndicator optional field. |
boolean |
hasAccessType()
Reports whether the
accessType optional field is present in the value. |
boolean |
hasBackOffTimerValue()
Reports whether the
backOffTimerValue optional field is present in the value. |
boolean |
hasEapMessage()
Reports whether the
eapMessage optional field is present in the value. |
boolean |
hasExtendedProtocolConfigurationOptions()
Reports whether the
extendedProtocolConfigurationOptions optional field is present in the value. |
boolean |
hasNas5GSMCongestionReattemptIndicator()
Reports whether the
nas5GSMCongestionReattemptIndicator optional field is present in the value. |
void |
setAccessType(AccessType1 accessType)
Sets the value of the
accessType optional field. |
void |
setBackOffTimerValue(GPRSTimer3 backOffTimerValue)
Sets the value of the
backOffTimerValue optional field. |
void |
setEapMessage(EAPMessage eapMessage)
Sets the value of the
eapMessage optional field. |
void |
setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
Sets the value of the
extendedProtocolConfigurationOptions optional field. |
void |
setNas5GSMCause(INTEGER nas5GSMCause)
Sets the value of the
nas5GSMCause field. |
void |
setNas5GSMCongestionReattemptIndicator(Nas5GSMCongestionReattemptIndicator nas5GSMCongestionReattemptIndicator)
Sets the value of the
nas5GSMCongestionReattemptIndicator optional field. |
public PDUSessionReleaseCommand()
public PDUSessionReleaseCommand(INTEGER nas5GSMCause)
PDUSessionReleaseCommand
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 PDUSessionReleaseCommand(INTEGER nas5GSMCause, GPRSTimer3 backOffTimerValue, EAPMessage eapMessage, Nas5GSMCongestionReattemptIndicator nas5GSMCongestionReattemptIndicator, ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions, AccessType1 accessType)
PDUSessionReleaseCommand
with the specified
components.nas5GSMCause
- the value of the nas5GSMCause
field (mandatory).
The NAS5GSMCause
class defines meaningful names for particular values of the field.backOffTimerValue
- the value of the backOffTimerValue
field (optional).eapMessage
- the value of the eapMessage
field (optional).nas5GSMCongestionReattemptIndicator
- the value of the nas5GSMCongestionReattemptIndicator
field (optional).extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
field (optional).accessType
- the value of the accessType
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 GPRSTimer3 getBackOffTimerValue()
backOffTimerValue
optional field.backOffTimerValue
optional field or null if the field is omitted.public void setBackOffTimerValue(GPRSTimer3 backOffTimerValue)
backOffTimerValue
optional field.backOffTimerValue
- the value of the backOffTimerValue
optional field. A null
value indicates that the optional field is omitted.public boolean hasBackOffTimerValue()
backOffTimerValue
optional field is present in the value.backOffTimerValue
optional field is present in the value.public void deleteBackOffTimerValue()
backOffTimerValue
optional field from the value.public EAPMessage getEapMessage()
eapMessage
optional field.eapMessage
optional field or null if the field is omitted.public void setEapMessage(EAPMessage eapMessage)
eapMessage
optional field.eapMessage
- the value of the eapMessage
optional field. A null
value indicates that the optional field is omitted.public boolean hasEapMessage()
eapMessage
optional field is present in the value.eapMessage
optional field is present in the value.public void deleteEapMessage()
eapMessage
optional field from the value.public Nas5GSMCongestionReattemptIndicator getNas5GSMCongestionReattemptIndicator()
nas5GSMCongestionReattemptIndicator
optional field.nas5GSMCongestionReattemptIndicator
optional field or null if the field is omitted.public void setNas5GSMCongestionReattemptIndicator(Nas5GSMCongestionReattemptIndicator nas5GSMCongestionReattemptIndicator)
nas5GSMCongestionReattemptIndicator
optional field.nas5GSMCongestionReattemptIndicator
- the value of the nas5GSMCongestionReattemptIndicator
optional field. A null
value indicates that the optional field is omitted.public boolean hasNas5GSMCongestionReattemptIndicator()
nas5GSMCongestionReattemptIndicator
optional field is present in the value.nas5GSMCongestionReattemptIndicator
optional field is present in the value.public void deleteNas5GSMCongestionReattemptIndicator()
nas5GSMCongestionReattemptIndicator
optional field from the value.public ExtendedProtocolConfigurationOptionsNW getExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
optional field or null if the field is omitted.public void setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsNW 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.public AccessType1 getAccessType()
accessType
optional field.accessType
optional field or null if the field is omitted.public void setAccessType(AccessType1 accessType)
accessType
optional field.accessType
- the value of the accessType
optional field. A null
value indicates that the optional field is omitted.public boolean hasAccessType()
accessType
optional field is present in the value.accessType
optional field is present in the value.public void deleteAccessType()
accessType
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.