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