public class MobileIdentity5GSGUTI extends Sequence
MobileIdentity5GSGUTI
type.Modifier and Type | Class and Description |
---|---|
static class |
MobileIdentity5GSGUTI.TypeOfIdentity
Defines meaningful names for particular values of the
typeOfIdentity field. |
Constructor and Description |
---|
MobileIdentity5GSGUTI()
The default constructor.
|
MobileIdentity5GSGUTI(MCCMNC mccMNC,
INTEGER amfRegionID,
INTEGER amfSetID,
INTEGER amfPointer,
INTEGER nas5GTMSI)
Constructs an instance of the
MobileIdentity5GSGUTI with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAmfPointer()
Returns the value of the
amfPointer field. |
INTEGER |
getAmfRegionID()
Returns the value of the
amfRegionID field. |
INTEGER |
getAmfSetID()
Returns the value of the
amfSetID field. |
INTEGER |
getDummy()
Returns the value of the
dummy read-only field. |
MCCMNC |
getMccMNC()
Returns the value of the
mccMNC 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 |
setAmfRegionID(INTEGER amfRegionID)
Sets the value of the
amfRegionID field. |
void |
setAmfSetID(INTEGER amfSetID)
Sets the value of the
amfSetID field. |
void |
setMccMNC(MCCMNC mccMNC)
Sets the value of the
mccMNC field. |
void |
setNas5GTMSI(INTEGER nas5GTMSI)
Sets the value of the
nas5GTMSI field. |
public MobileIdentity5GSGUTI()
public MobileIdentity5GSGUTI(MCCMNC mccMNC, INTEGER amfRegionID, INTEGER amfSetID, INTEGER amfPointer, INTEGER nas5GTMSI)
MobileIdentity5GSGUTI
with the specified
components.mccMNC
- the value of the mccMNC
field (mandatory).amfRegionID
- the value of the amfRegionID
field (mandatory).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 MCCMNC getMccMNC()
mccMNC
field.mccMNC
field.public void setMccMNC(MCCMNC mccMNC)
mccMNC
field.mccMNC
- the value of the mccMNC
field.java.lang.IllegalArgumentException
- when the mccMNC
parameter is null.public INTEGER getAmfRegionID()
amfRegionID
field.amfRegionID
field.public void setAmfRegionID(INTEGER amfRegionID)
amfRegionID
field.amfRegionID
- the value of the amfRegionID
field.java.lang.IllegalArgumentException
- when the amfRegionID
parameter is null.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.