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