public class PDUSessionModificationReject extends Sequence
PDUSessionModificationReject
type.Constructor and Description |
---|
PDUSessionModificationReject()
The default constructor.
|
PDUSessionModificationReject(INTEGER nas5GSMCause)
Constructs an instance of the
PDUSessionModificationReject with the specified mandatory
components. |
PDUSessionModificationReject(INTEGER nas5GSMCause,
GPRSTimer3 backOffTimerValue,
Nas5GSMCongestionReattemptIndicator nas5GSMCongestionReattemptIndicator,
ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions,
ReAttemptIndicator reAttemptIndicator)
Constructs an instance of the
PDUSessionModificationReject with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteBackOffTimerValue()
Omits the
backOffTimerValue 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. |
void |
deleteReAttemptIndicator()
Omits the
reAttemptIndicator optional field from the value. |
GPRSTimer3 |
getBackOffTimerValue()
Returns the value of the
backOffTimerValue 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. |
ReAttemptIndicator |
getReAttemptIndicator()
Returns the value of the
reAttemptIndicator optional field. |
boolean |
hasBackOffTimerValue()
Reports whether the
backOffTimerValue 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. |
boolean |
hasReAttemptIndicator()
Reports whether the
reAttemptIndicator optional field is present in the value. |
void |
setBackOffTimerValue(GPRSTimer3 backOffTimerValue)
Sets the value of the
backOffTimerValue 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. |
void |
setReAttemptIndicator(ReAttemptIndicator reAttemptIndicator)
Sets the value of the
reAttemptIndicator optional field. |
public PDUSessionModificationReject()
public PDUSessionModificationReject(INTEGER nas5GSMCause)
PDUSessionModificationReject
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 PDUSessionModificationReject(INTEGER nas5GSMCause, GPRSTimer3 backOffTimerValue, Nas5GSMCongestionReattemptIndicator nas5GSMCongestionReattemptIndicator, ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions, ReAttemptIndicator reAttemptIndicator)
PDUSessionModificationReject
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).nas5GSMCongestionReattemptIndicator
- the value of the nas5GSMCongestionReattemptIndicator
field (optional).extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
field (optional).reAttemptIndicator
- the value of the reAttemptIndicator
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 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 ReAttemptIndicator getReAttemptIndicator()
reAttemptIndicator
optional field.reAttemptIndicator
optional field or null if the field is omitted.public void setReAttemptIndicator(ReAttemptIndicator reAttemptIndicator)
reAttemptIndicator
optional field.reAttemptIndicator
- the value of the reAttemptIndicator
optional field. A null
value indicates that the optional field is omitted.public boolean hasReAttemptIndicator()
reAttemptIndicator
optional field is present in the value.reAttemptIndicator
optional field is present in the value.public void deleteReAttemptIndicator()
reAttemptIndicator
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.