public class PayloadContainerEntryDL extends Sequence
PayloadContainerEntryDL
type.Constructor and Description |
---|
PayloadContainerEntryDL()
The default constructor.
|
PayloadContainerEntryDL(ContainerEntryDL containerEntry)
Constructs an instance of the
PayloadContainerEntryDL with the specified
components. |
Modifier and Type | Method and Description |
---|---|
ContainerEntryDL |
getContainerEntry()
Returns the value of the
containerEntry field. |
void |
setContainerEntry(ContainerEntryDL containerEntry)
Sets the value of the
containerEntry field. |
public PayloadContainerEntryDL()
public PayloadContainerEntryDL(ContainerEntryDL containerEntry)
PayloadContainerEntryDL
with the specified
components.containerEntry
- the value of the containerEntry
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public ContainerEntryDL getContainerEntry()
containerEntry
field.containerEntry
field.public void setContainerEntry(ContainerEntryDL containerEntry)
containerEntry
field.containerEntry
- the value of the containerEntry
field.java.lang.IllegalArgumentException
- when the containerEntry
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.