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