public class ProtocolOrContainerUE extends Sequence
ProtocolOrContainerUE
type.Modifier and Type | Class and Description |
---|---|
static class |
ProtocolOrContainerUE.ProtocolOrContainer
Represents the type of the
protocolOrContainer field. |
static class |
ProtocolOrContainerUE.ProtocolOrContainerID
Defines meaningful names for particular values of the
protocolOrContainerID field. |
Constructor and Description |
---|
ProtocolOrContainerUE()
The default constructor.
|
ProtocolOrContainerUE(INTEGER protocolOrContainerID,
ProtocolOrContainerUE.ProtocolOrContainer protocolOrContainer)
Constructs an instance of the
ProtocolOrContainerUE with the specified
components. |
Modifier and Type | Method and Description |
---|---|
ProtocolOrContainerUE.ProtocolOrContainer |
getProtocolOrContainer()
Returns the value of the
protocolOrContainer field. |
INTEGER |
getProtocolOrContainerID()
Returns the value of the
protocolOrContainerID field. |
void |
setProtocolOrContainer(ProtocolOrContainerUE.ProtocolOrContainer protocolOrContainer)
Sets the value of the
protocolOrContainer field. |
void |
setProtocolOrContainerID(INTEGER protocolOrContainerID)
Sets the value of the
protocolOrContainerID field. |
public ProtocolOrContainerUE()
public ProtocolOrContainerUE(INTEGER protocolOrContainerID, ProtocolOrContainerUE.ProtocolOrContainer protocolOrContainer)
ProtocolOrContainerUE
with the specified
components.protocolOrContainerID
- the value of the protocolOrContainerID
field (mandatory).
The ProtocolOrContainerID
class defines meaningful names for particular values of the field.protocolOrContainer
- the value of the protocolOrContainer
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getProtocolOrContainerID()
protocolOrContainerID
field.protocolOrContainerID
field.
The ProtocolOrContainerID
class defines meaningful names for particular values of the field.public void setProtocolOrContainerID(INTEGER protocolOrContainerID)
protocolOrContainerID
field.protocolOrContainerID
- the value of the protocolOrContainerID
field.
The ProtocolOrContainerID
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the protocolOrContainerID
parameter is null.public ProtocolOrContainerUE.ProtocolOrContainer getProtocolOrContainer()
protocolOrContainer
field.protocolOrContainer
field.public void setProtocolOrContainer(ProtocolOrContainerUE.ProtocolOrContainer protocolOrContainer)
protocolOrContainer
field.protocolOrContainer
- the value of the protocolOrContainer
field.java.lang.IllegalArgumentException
- when the protocolOrContainer
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.