public class NAS5GSTrackingAreaIdentity extends Sequence
NAS5GSTrackingAreaIdentity
type.Constructor and Description |
---|
NAS5GSTrackingAreaIdentity()
The default constructor.
|
NAS5GSTrackingAreaIdentity(MCCMNC mccMNC,
INTEGER tai)
Constructs an instance of the
NAS5GSTrackingAreaIdentity with the specified
components. |
Modifier and Type | Method and Description |
---|---|
MCCMNC |
getMccMNC()
Returns the value of the
mccMNC field. |
INTEGER |
getTai()
Returns the value of the
tai field. |
void |
setMccMNC(MCCMNC mccMNC)
Sets the value of the
mccMNC field. |
void |
setTai(INTEGER tai)
Sets the value of the
tai field. |
public NAS5GSTrackingAreaIdentity()
public NAS5GSTrackingAreaIdentity(MCCMNC mccMNC, INTEGER tai)
NAS5GSTrackingAreaIdentity
with the specified
components.mccMNC
- the value of the mccMNC
field (mandatory).tai
- the value of the tai
field (mandatory).
The TrackingAreaCode
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.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 getTai()
tai
field.tai
field.
The TrackingAreaCode
class defines meaningful names for particular values of the field.public void setTai(INTEGER tai)
tai
field.tai
- the value of the tai
field.
The TrackingAreaCode
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the tai
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.