public static class PacketFilter.Contents extends Sequence
contents
field.Constructor and Description |
---|
Contents()
The default constructor.
|
Contents(PacketFilterComponentList packetFilterComponents)
Constructs an instance of the
Contents with the specified
components. |
Modifier and Type | Method and Description |
---|---|
PacketFilterComponentList |
getPacketFilterComponents()
Returns the value of the
packetFilterComponents field. |
void |
setPacketFilterComponents(PacketFilterComponentList packetFilterComponents)
Sets the value of the
packetFilterComponents field. |
public Contents()
public Contents(PacketFilterComponentList packetFilterComponents)
Contents
with the specified
components.packetFilterComponents
- the value of the packetFilterComponents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public PacketFilterComponentList getPacketFilterComponents()
packetFilterComponents
field.packetFilterComponents
field.public void setPacketFilterComponents(PacketFilterComponentList packetFilterComponents)
packetFilterComponents
field.packetFilterComponents
- the value of the packetFilterComponents
field.java.lang.IllegalArgumentException
- when the packetFilterComponents
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.