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