public class ExtendedProtocolConfigurationOptionsNW extends Sequence
ExtendedProtocolConfigurationOptionsNW
type.Modifier and Type | Class and Description |
---|---|
static class |
ExtendedProtocolConfigurationOptionsNW.ConfigurationProtocol
Defines meaningful names for particular values of the
configurationProtocol field. |
Constructor and Description |
---|
ExtendedProtocolConfigurationOptionsNW()
The default constructor.
|
ExtendedProtocolConfigurationOptionsNW(INTEGER configurationProtocol,
ProtocolAndContainerListNW protocolsAndContainers)
Constructs an instance of the
ExtendedProtocolConfigurationOptionsNW with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getConfigurationProtocol()
Returns the value of the
configurationProtocol field. |
INTEGER |
getExt()
Returns the value of the
ext read-only field. |
ProtocolAndContainerListNW |
getProtocolsAndContainers()
Returns the value of the
protocolsAndContainers field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setConfigurationProtocol(INTEGER configurationProtocol)
Sets the value of the
configurationProtocol field. |
void |
setProtocolsAndContainers(ProtocolAndContainerListNW protocolsAndContainers)
Sets the value of the
protocolsAndContainers field. |
public ExtendedProtocolConfigurationOptionsNW()
public ExtendedProtocolConfigurationOptionsNW(INTEGER configurationProtocol, ProtocolAndContainerListNW protocolsAndContainers)
ExtendedProtocolConfigurationOptionsNW
with the specified
components.configurationProtocol
- the value of the configurationProtocol
field (mandatory).
The ConfigurationProtocol
class defines meaningful names for particular values of the field.protocolsAndContainers
- the value of the protocolsAndContainers
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getExt()
ext
read-only field.ext
read-only field.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getConfigurationProtocol()
configurationProtocol
field.configurationProtocol
field.
The ConfigurationProtocol
class defines meaningful names for particular values of the field.public void setConfigurationProtocol(INTEGER configurationProtocol)
configurationProtocol
field.configurationProtocol
- the value of the configurationProtocol
field.
The ConfigurationProtocol
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the configurationProtocol
parameter is null.public ProtocolAndContainerListNW getProtocolsAndContainers()
protocolsAndContainers
field.protocolsAndContainers
field.public void setProtocolsAndContainers(ProtocolAndContainerListNW protocolsAndContainers)
protocolsAndContainers
field.protocolsAndContainers
- the value of the protocolsAndContainers
field.java.lang.IllegalArgumentException
- when the protocolsAndContainers
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.