public class NASMessage extends Choice
NASMessage
type.Modifier and Type | Field and Description |
---|---|
static int |
nas5GMMMessage_chosen
Identifies the
nas5GMMMessage alternative. |
static int |
nas5GSMMessage_chosen
Identifies the
nas5GSMMessage alternative. |
Constructor and Description |
---|
NASMessage()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
static NASMessage |
createWithNas5GMMMessage(NAS5GMMMessage nas5GMMMessage)
Creates an instance of the
NASMessage with the nas5GMMMessage
alternative selected. |
static NASMessage |
createWithNas5GSMMessage(NAS5GSMMessage nas5GSMMessage)
Creates an instance of the
NASMessage with the nas5GSMMessage
alternative selected. |
NAS5GMMMessage |
getNas5GMMMessage()
Returns the value of the
nas5GMMMessage alternative. |
NAS5GSMMessage |
getNas5GSMMessage()
Returns the value of the
nas5GSMMessage alternative. |
boolean |
hasNas5GMMMessage()
Reports whether the
nas5GMMMessage alternative is selected. |
boolean |
hasNas5GSMMessage()
Reports whether the
nas5GSMMessage alternative is selected. |
void |
setNas5GMMMessage(NAS5GMMMessage nas5GMMMessage)
Selects the
nas5GMMMessage alternative. |
void |
setNas5GSMMessage(NAS5GSMMessage nas5GSMMessage)
Selects the
nas5GSMMessage alternative. |
clone, equals, getChosenFlag, getChosenValue, hashCode
public static final int nas5GSMMessage_chosen
nas5GSMMessage
alternative.public static final int nas5GMMMessage_chosen
nas5GMMMessage
alternative.public static NASMessage createWithNas5GSMMessage(NAS5GSMMessage nas5GSMMessage)
NASMessage
with the nas5GSMMessage
alternative selected.nas5GSMMessage
- the value of the nas5GSMMessage
alternative.NASMessage
class.public boolean hasNas5GSMMessage()
nas5GSMMessage
alternative is selected.nas5GSMMessage
alternative is selected.public NAS5GSMMessage getNas5GSMMessage()
nas5GSMMessage
alternative.nas5GSMMessage
alternative or null if the
nas5GSMMessage
alternative is not selected.public void setNas5GSMMessage(NAS5GSMMessage nas5GSMMessage)
nas5GSMMessage
alternative.nas5GSMMessage
- the value of the nas5GSMMessage
alternative.public static NASMessage createWithNas5GMMMessage(NAS5GMMMessage nas5GMMMessage)
NASMessage
with the nas5GMMMessage
alternative selected.nas5GMMMessage
- the value of the nas5GMMMessage
alternative.NASMessage
class.public boolean hasNas5GMMMessage()
nas5GMMMessage
alternative is selected.nas5GMMMessage
alternative is selected.public NAS5GMMMessage getNas5GMMMessage()
nas5GMMMessage
alternative.nas5GMMMessage
alternative or null if the
nas5GMMMessage
alternative is not selected.public void setNas5GMMMessage(NAS5GMMMessage nas5GMMMessage)
nas5GMMMessage
alternative.nas5GMMMessage
- the value of the nas5GMMMessage
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.