public class NetworkSlicingIndication extends Sequence
NetworkSlicingIndication
type.Modifier and Type | Class and Description |
---|---|
static class |
NetworkSlicingIndication.Dcni
Defines meaningful names for particular values of the
dcni field. |
static class |
NetworkSlicingIndication.Nssci
Defines meaningful names for particular values of the
nssci field. |
Constructor and Description |
---|
NetworkSlicingIndication()
The default constructor.
|
NetworkSlicingIndication(INTEGER dcni,
INTEGER nssci)
Constructs an instance of the
NetworkSlicingIndication with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getDcni()
Returns the value of the
dcni field. |
INTEGER |
getNssci()
Returns the value of the
nssci field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setDcni(INTEGER dcni)
Sets the value of the
dcni field. |
void |
setNssci(INTEGER nssci)
Sets the value of the
nssci field. |
public NetworkSlicingIndication()
public NetworkSlicingIndication(INTEGER dcni, INTEGER nssci)
NetworkSlicingIndication
with the specified
components.dcni
- the value of the dcni
field (mandatory).
The Dcni
class defines meaningful names for particular values of the field.nssci
- the value of the nssci
field (mandatory).
The Nssci
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 getDcni()
dcni
field.dcni
field.
The Dcni
class defines meaningful names for particular values of the field.public void setDcni(INTEGER dcni)
dcni
field.dcni
- the value of the dcni
field.
The Dcni
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the dcni
parameter is null.public INTEGER getNssci()
nssci
field.nssci
field.
The Nssci
class defines meaningful names for particular values of the field.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.