public class Plain5GSNASMessage extends Sequence
Plain5GSNASMessage
type.Modifier and Type | Class and Description |
---|---|
static class |
Plain5GSNASMessage.MessageBody
Represents the type of the
messageBody field. |
Constructor and Description |
---|
Plain5GSNASMessage()
The default constructor.
|
Plain5GSNASMessage(INTEGER securityHeaderType,
Plain5GSNASMessage.MessageBody messageBody)
Constructs an instance of the
Plain5GSNASMessage with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getExtendedProtocolDiscriminator()
Returns the value of the
extendedProtocolDiscriminator read-only field. |
Plain5GSNASMessage.MessageBody |
getMessageBody()
Returns the value of the
messageBody field. |
INTEGER |
getMessageType()
Returns the value of the
messageType read-only field. |
INTEGER |
getSecurityHeaderType()
Returns the value of the
securityHeaderType field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setMessageBody(Plain5GSNASMessage.MessageBody messageBody)
Sets the value of the
messageBody field. |
void |
setSecurityHeaderType(INTEGER securityHeaderType)
Sets the value of the
securityHeaderType field. |
public Plain5GSNASMessage()
public Plain5GSNASMessage(INTEGER securityHeaderType, Plain5GSNASMessage.MessageBody messageBody)
Plain5GSNASMessage
with the specified
components.securityHeaderType
- the value of the securityHeaderType
field (mandatory).
The SecurityHeaderType
class defines meaningful names for particular values of the field.messageBody
- the value of the messageBody
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getExtendedProtocolDiscriminator()
extendedProtocolDiscriminator
read-only field.extendedProtocolDiscriminator
read-only field.
The ExtendedProtocolDiscriminator
class defines meaningful names for particular values of the field.public INTEGER getSecurityHeaderType()
securityHeaderType
field.securityHeaderType
field.
The SecurityHeaderType
class defines meaningful names for particular values of the field.public void setSecurityHeaderType(INTEGER securityHeaderType)
securityHeaderType
field.securityHeaderType
- the value of the securityHeaderType
field.
The SecurityHeaderType
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the securityHeaderType
parameter is null.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getMessageType()
messageType
read-only field.messageType
read-only field.
The NAS5GMMMessageType
class defines meaningful names for particular values of the field.public Plain5GSNASMessage.MessageBody getMessageBody()
messageBody
field.messageBody
field.public void setMessageBody(Plain5GSNASMessage.MessageBody messageBody)
messageBody
field.messageBody
- the value of the messageBody
field.java.lang.IllegalArgumentException
- when the messageBody
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.