public class MobileIdentity5GSTMSI extends Sequence
MobileIdentity5GSTMSI
type.Modifier and Type | Class and Description |
---|---|
static class |
MobileIdentity5GSTMSI.TypeOfIdentity
Defines meaningful names for particular values of the
typeOfIdentity field. |
Constructor and Description |
---|
MobileIdentity5GSTMSI()
The default constructor.
|
MobileIdentity5GSTMSI(INTEGER amfSetID,
INTEGER amfPointer,
INTEGER nas5GTMSI)
Constructs an instance of the
MobileIdentity5GSTMSI with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAmfPointer()
Returns the value of the
amfPointer field. |
INTEGER |
getAmfSetID()
Returns the value of the
amfSetID field. |
INTEGER |
getDummy()
Returns the value of the
dummy read-only field. |
INTEGER |
getNas5GTMSI()
Returns the value of the
nas5GTMSI field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getTypeOfIdentity()
Returns the value of the
typeOfIdentity read-only field. |
void |
setAmfPointer(INTEGER amfPointer)
Sets the value of the
amfPointer field. |
void |
setAmfSetID(INTEGER amfSetID)
Sets the value of the
amfSetID field. |
void |
setNas5GTMSI(INTEGER nas5GTMSI)
Sets the value of the
nas5GTMSI field. |
public MobileIdentity5GSTMSI()
public MobileIdentity5GSTMSI(INTEGER amfSetID, INTEGER amfPointer, INTEGER nas5GTMSI)
MobileIdentity5GSTMSI
with the specified
components.amfSetID
- the value of the amfSetID
field (mandatory).amfPointer
- the value of the amfPointer
field (mandatory).nas5GTMSI
- the value of the nas5GTMSI
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getDummy()
dummy
read-only field.dummy
read-only field.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getTypeOfIdentity()
typeOfIdentity
read-only field.typeOfIdentity
read-only field.
The TypeOfIdentity
class defines meaningful names for particular values of the field.public INTEGER getAmfSetID()
amfSetID
field.amfSetID
field.public void setAmfSetID(INTEGER amfSetID)
amfSetID
field.amfSetID
- the value of the amfSetID
field.java.lang.IllegalArgumentException
- when the amfSetID
parameter is null.public INTEGER getAmfPointer()
amfPointer
field.amfPointer
field.public void setAmfPointer(INTEGER amfPointer)
amfPointer
field.amfPointer
- the value of the amfPointer
field.java.lang.IllegalArgumentException
- when the amfPointer
parameter is null.public INTEGER getNas5GTMSI()
nas5GTMSI
field.nas5GTMSI
field.public void setNas5GTMSI(INTEGER nas5GTMSI)
nas5GTMSI
field.nas5GTMSI
- the value of the nas5GTMSI
field.java.lang.IllegalArgumentException
- when the nas5GTMSI
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.