public class NAS5GSIdentityType extends Sequence
NAS5GSIdentityType
type.Modifier and Type | Class and Description |
---|---|
static class |
NAS5GSIdentityType.TypeOfIdentity
Defines meaningful names for particular values of the
typeOfIdentity field. |
Constructor and Description |
---|
NAS5GSIdentityType()
The default constructor.
|
NAS5GSIdentityType(INTEGER typeOfIdentity)
Constructs an instance of the
NAS5GSIdentityType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getTypeOfIdentity()
Returns the value of the
typeOfIdentity field. |
void |
setTypeOfIdentity(INTEGER typeOfIdentity)
Sets the value of the
typeOfIdentity field. |
public NAS5GSIdentityType()
public NAS5GSIdentityType(INTEGER typeOfIdentity)
NAS5GSIdentityType
with the specified
components.typeOfIdentity
- the value of the typeOfIdentity
field (mandatory).
The TypeOfIdentity
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 getTypeOfIdentity()
typeOfIdentity
field.typeOfIdentity
field.
The TypeOfIdentity
class defines meaningful names for particular values of the field.public void setTypeOfIdentity(INTEGER typeOfIdentity)
typeOfIdentity
field.typeOfIdentity
- the value of the typeOfIdentity
field.
The TypeOfIdentity
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the typeOfIdentity
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.