public class NAS5GSRegistrationResult extends Sequence
NAS5GSRegistrationResult
type.Modifier and Type | Class and Description |
---|---|
static class |
NAS5GSRegistrationResult.Nas5GSRegistrationResultValue
Defines meaningful names for particular values of the
nas5GSRegistrationResultValue field. |
static class |
NAS5GSRegistrationResult.NssaaPerformed
Defines meaningful names for particular values of the
nssaaPerformed field. |
static class |
NAS5GSRegistrationResult.SmsAllowed
Defines meaningful names for particular values of the
smsAllowed field. |
Constructor and Description |
---|
NAS5GSRegistrationResult()
The default constructor.
|
NAS5GSRegistrationResult(BOOLEAN emergencyRegistered,
INTEGER nssaaPerformed,
INTEGER smsAllowed,
INTEGER nas5GSRegistrationResultValue)
Constructs an instance of the
NAS5GSRegistrationResult with the specified
components. |
Modifier and Type | Method and Description |
---|---|
BOOLEAN |
getEmergencyRegistered()
Returns the value of the
emergencyRegistered field. |
INTEGER |
getNas5GSRegistrationResultValue()
Returns the value of the
nas5GSRegistrationResultValue field. |
INTEGER |
getNssaaPerformed()
Returns the value of the
nssaaPerformed field. |
INTEGER |
getSmsAllowed()
Returns the value of the
smsAllowed field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setEmergencyRegistered(BOOLEAN emergencyRegistered)
Sets the value of the
emergencyRegistered field. |
void |
setNas5GSRegistrationResultValue(INTEGER nas5GSRegistrationResultValue)
Sets the value of the
nas5GSRegistrationResultValue field. |
void |
setNssaaPerformed(INTEGER nssaaPerformed)
Sets the value of the
nssaaPerformed field. |
void |
setSmsAllowed(INTEGER smsAllowed)
Sets the value of the
smsAllowed field. |
public NAS5GSRegistrationResult()
public NAS5GSRegistrationResult(BOOLEAN emergencyRegistered, INTEGER nssaaPerformed, INTEGER smsAllowed, INTEGER nas5GSRegistrationResultValue)
NAS5GSRegistrationResult
with the specified
components.emergencyRegistered
- the value of the emergencyRegistered
field (mandatory).nssaaPerformed
- the value of the nssaaPerformed
field (mandatory).
The NssaaPerformed
class defines meaningful names for particular values of the field.smsAllowed
- the value of the smsAllowed
field (mandatory).
The SmsAllowed
class defines meaningful names for particular values of the field.nas5GSRegistrationResultValue
- the value of the nas5GSRegistrationResultValue
field (mandatory).
The Nas5GSRegistrationResultValue
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public BOOLEAN getEmergencyRegistered()
emergencyRegistered
field.emergencyRegistered
field.public void setEmergencyRegistered(BOOLEAN emergencyRegistered)
emergencyRegistered
field.emergencyRegistered
- the value of the emergencyRegistered
field.java.lang.IllegalArgumentException
- when the emergencyRegistered
parameter is null.public INTEGER getNssaaPerformed()
nssaaPerformed
field.nssaaPerformed
field.
The NssaaPerformed
class defines meaningful names for particular values of the field.public void setNssaaPerformed(INTEGER nssaaPerformed)
nssaaPerformed
field.nssaaPerformed
- the value of the nssaaPerformed
field.
The NssaaPerformed
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the nssaaPerformed
parameter is null.public INTEGER getSmsAllowed()
smsAllowed
field.smsAllowed
field.
The SmsAllowed
class defines meaningful names for particular values of the field.public void setSmsAllowed(INTEGER smsAllowed)
smsAllowed
field.smsAllowed
- the value of the smsAllowed
field.
The SmsAllowed
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the smsAllowed
parameter is null.public INTEGER getNas5GSRegistrationResultValue()
nas5GSRegistrationResultValue
field.nas5GSRegistrationResultValue
field.
The Nas5GSRegistrationResultValue
class defines meaningful names for particular values of the field.public void setNas5GSRegistrationResultValue(INTEGER nas5GSRegistrationResultValue)
nas5GSRegistrationResultValue
field.nas5GSRegistrationResultValue
- the value of the nas5GSRegistrationResultValue
field.
The Nas5GSRegistrationResultValue
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the nas5GSRegistrationResultValue
parameter is null.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.