public class TMSIStatus extends Sequence
TMSIStatus
type.Modifier and Type | Class and Description |
---|---|
static class |
TMSIStatus.TmsiFlag
Defines meaningful names for particular values of the
tmsiFlag field. |
Constructor and Description |
---|
TMSIStatus()
The default constructor.
|
TMSIStatus(INTEGER tmsiFlag)
Constructs an instance of the
TMSIStatus with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getTmsiFlag()
Returns the value of the
tmsiFlag field. |
void |
setTmsiFlag(INTEGER tmsiFlag)
Sets the value of the
tmsiFlag field. |
public TMSIStatus()
public TMSIStatus(INTEGER tmsiFlag)
TMSIStatus
with the specified
components.tmsiFlag
- the value of the tmsiFlag
field (mandatory).
The TmsiFlag
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getTmsiFlag()
tmsiFlag
field.tmsiFlag
field.
The TmsiFlag
class defines meaningful names for particular values of the field.public void setTmsiFlag(INTEGER tmsiFlag)
tmsiFlag
field.tmsiFlag
- the value of the tmsiFlag
field.
The TmsiFlag
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the tmsiFlag
parameter is null.Copyright © 2024 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.