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.SmsAllowed
Defines meaningful names for particular values of the
smsAllowed field. |
Constructor and Description |
---|
NAS5GSRegistrationResult()
The default constructor.
|
NAS5GSRegistrationResult(INTEGER smsAllowed,
INTEGER nas5GSRegistrationResultValue)
Constructs an instance of the
NAS5GSRegistrationResult with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getNas5GSRegistrationResultValue()
Returns the value of the
nas5GSRegistrationResultValue field. |
INTEGER |
getSmsAllowed()
Returns the value of the
smsAllowed field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setNas5GSRegistrationResultValue(INTEGER nas5GSRegistrationResultValue)
Sets the value of the
nas5GSRegistrationResultValue field. |
void |
setSmsAllowed(INTEGER smsAllowed)
Sets the value of the
smsAllowed field. |
public NAS5GSRegistrationResult()
public NAS5GSRegistrationResult(INTEGER smsAllowed, INTEGER nas5GSRegistrationResultValue)
NAS5GSRegistrationResult
with the specified
components.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 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 © 2025 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.