public class MobileIdentitySUCI extends Sequence
MobileIdentitySUCI
type.Modifier and Type | Class and Description |
---|---|
static class |
MobileIdentitySUCI.Suci
Represents the type of the
suci field. |
static class |
MobileIdentitySUCI.SupiFormat
Defines meaningful names for particular values of the
supiFormat field. |
static class |
MobileIdentitySUCI.TypeOfIdentity
Defines meaningful names for particular values of the
typeOfIdentity field. |
Constructor and Description |
---|
MobileIdentitySUCI()
The default constructor.
|
MobileIdentitySUCI(MobileIdentitySUCI.Suci suci)
Constructs an instance of the
MobileIdentitySUCI with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getSpare2()
Returns the value of the
spare2 read-only field. |
MobileIdentitySUCI.Suci |
getSuci()
Returns the value of the
suci field. |
INTEGER |
getSupiFormat()
Returns the value of the
supiFormat read-only field. |
INTEGER |
getTypeOfIdentity()
Returns the value of the
typeOfIdentity read-only field. |
void |
setSuci(MobileIdentitySUCI.Suci suci)
Sets the value of the
suci field. |
public MobileIdentitySUCI()
public MobileIdentitySUCI(MobileIdentitySUCI.Suci suci)
MobileIdentitySUCI
with the specified
components.suci
- the value of the suci
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getSupiFormat()
supiFormat
read-only field.supiFormat
read-only field.
The SupiFormat
class defines meaningful names for particular values of the field.public INTEGER getSpare2()
spare2
read-only field.spare2
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 MobileIdentitySUCI.Suci getSuci()
suci
field.suci
field.public void setSuci(MobileIdentitySUCI.Suci suci)
suci
field.suci
- the value of the suci
field.java.lang.IllegalArgumentException
- when the suci
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.