public class ContainerEntryDL extends Sequence
ContainerEntryDL
type.Modifier and Type | Class and Description |
---|---|
static class |
ContainerEntryDL.OptionalIEs
Represents the type of the
optionalIEs field. |
static class |
ContainerEntryDL.PayloadContainer
Represents the type of the
payloadContainer field. |
Constructor and Description |
---|
ContainerEntryDL()
The default constructor.
|
ContainerEntryDL(ContainerEntryDL.OptionalIEs optionalIEs,
ContainerEntryDL.PayloadContainer payloadContainer)
Constructs an instance of the
ContainerEntryDL with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getNumberOfOptionalIEs()
Returns the value of the
numberOfOptionalIEs read-only field. |
ContainerEntryDL.OptionalIEs |
getOptionalIEs()
Returns the value of the
optionalIEs field. |
ContainerEntryDL.PayloadContainer |
getPayloadContainer()
Returns the value of the
payloadContainer field. |
INTEGER |
getPayloadContainerType()
Returns the value of the
payloadContainerType read-only field. |
void |
setOptionalIEs(ContainerEntryDL.OptionalIEs optionalIEs)
Sets the value of the
optionalIEs field. |
void |
setPayloadContainer(ContainerEntryDL.PayloadContainer payloadContainer)
Sets the value of the
payloadContainer field. |
public ContainerEntryDL()
public ContainerEntryDL(ContainerEntryDL.OptionalIEs optionalIEs, ContainerEntryDL.PayloadContainer payloadContainer)
ContainerEntryDL
with the specified
components.optionalIEs
- the value of the optionalIEs
field (mandatory).payloadContainer
- the value of the payloadContainer
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getNumberOfOptionalIEs()
numberOfOptionalIEs
read-only field.numberOfOptionalIEs
read-only field.public INTEGER getPayloadContainerType()
payloadContainerType
read-only field.payloadContainerType
read-only field.
The NativePayloadContainerType
class defines meaningful names for particular values of the field.public ContainerEntryDL.OptionalIEs getOptionalIEs()
optionalIEs
field.optionalIEs
field.public void setOptionalIEs(ContainerEntryDL.OptionalIEs optionalIEs)
optionalIEs
field.optionalIEs
- the value of the optionalIEs
field.java.lang.IllegalArgumentException
- when the optionalIEs
parameter is null.public ContainerEntryDL.PayloadContainer getPayloadContainer()
payloadContainer
field.payloadContainer
field.public void setPayloadContainer(ContainerEntryDL.PayloadContainer payloadContainer)
payloadContainer
field.payloadContainer
- the value of the payloadContainer
field.java.lang.IllegalArgumentException
- when the payloadContainer
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.