public class NAS5GMMMessage extends Choice
NAS5GMMMessage
type.Modifier and Type | Field and Description |
---|---|
static int |
plain_chosen
Identifies the
plain alternative. |
static int |
protected__chosen
Identifies the
protected alternative. |
Constructor and Description |
---|
NAS5GMMMessage()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static NAS5GMMMessage |
createWithPlain(Plain5GSNASMessage plain)
Creates an instance of the
NAS5GMMMessage with the plain
alternative selected. |
static NAS5GMMMessage |
createWithProtected_(SecurityProtected5GSNASMessage protected_)
Creates an instance of the
NAS5GMMMessage with the protected
alternative selected. |
Plain5GSNASMessage |
getPlain()
Returns the value of the
plain alternative. |
SecurityProtected5GSNASMessage |
getProtected_()
Returns the value of the
protected alternative. |
boolean |
hasPlain()
Reports whether the
plain alternative is selected. |
boolean |
hasProtected_()
Reports whether the
protected alternative is selected. |
void |
setPlain(Plain5GSNASMessage plain)
Selects the
plain alternative. |
void |
setProtected_(SecurityProtected5GSNASMessage protected_)
Selects the
protected alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int plain_chosen
plain
alternative.public static final int protected__chosen
protected
alternative.public static NAS5GMMMessage createWithPlain(Plain5GSNASMessage plain)
NAS5GMMMessage
with the plain
alternative selected.plain
- the value of the plain
alternative.NAS5GMMMessage
class.public boolean hasPlain()
plain
alternative is selected.plain
alternative is selected.public Plain5GSNASMessage getPlain()
plain
alternative.plain
alternative or null if the
plain
alternative is not selected.public void setPlain(Plain5GSNASMessage plain)
plain
alternative.plain
- the value of the plain
alternative.public static NAS5GMMMessage createWithProtected_(SecurityProtected5GSNASMessage protected_)
NAS5GMMMessage
with the protected
alternative selected.protected_
- the value of the protected
alternative.NAS5GMMMessage
class.public boolean hasProtected_()
protected
alternative is selected.protected
alternative is selected.public SecurityProtected5GSNASMessage getProtected_()
protected
alternative.protected
alternative or null if the
protected
alternative is not selected.public void setProtected_(SecurityProtected5GSNASMessage protected_)
protected
alternative.protected_
- the value of the protected
alternative.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.