public class PacketFilter extends Sequence
PacketFilter
type.Modifier and Type | Class and Description |
---|---|
static class |
PacketFilter.Contents
Represents the type of the
contents field. |
static class |
PacketFilter.PacketFilterDirection
Defines meaningful names for particular values of the
packetFilterDirection field. |
Constructor and Description |
---|
PacketFilter()
The default constructor.
|
PacketFilter(INTEGER packetFilterDirection,
INTEGER packetFilterIdentifier,
INTEGER evaluationPrecedence,
PacketFilter.Contents contents)
Constructs an instance of the
PacketFilter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
PacketFilter.Contents |
getContents()
Returns the value of the
contents field. |
INTEGER |
getEvaluationPrecedence()
Returns the value of the
evaluationPrecedence field. |
INTEGER |
getPacketFilterDirection()
Returns the value of the
packetFilterDirection field. |
INTEGER |
getPacketFilterIdentifier()
Returns the value of the
packetFilterIdentifier field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setContents(PacketFilter.Contents contents)
Sets the value of the
contents field. |
void |
setEvaluationPrecedence(INTEGER evaluationPrecedence)
Sets the value of the
evaluationPrecedence field. |
void |
setPacketFilterDirection(INTEGER packetFilterDirection)
Sets the value of the
packetFilterDirection field. |
void |
setPacketFilterIdentifier(INTEGER packetFilterIdentifier)
Sets the value of the
packetFilterIdentifier field. |
public PacketFilter()
public PacketFilter(INTEGER packetFilterDirection, INTEGER packetFilterIdentifier, INTEGER evaluationPrecedence, PacketFilter.Contents contents)
PacketFilter
with the specified
components.packetFilterDirection
- the value of the packetFilterDirection
field (mandatory).
The PacketFilterDirection
class defines meaningful names for particular values of the field.packetFilterIdentifier
- the value of the packetFilterIdentifier
field (mandatory).evaluationPrecedence
- the value of the evaluationPrecedence
field (mandatory).contents
- the value of the contents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getPacketFilterDirection()
packetFilterDirection
field.packetFilterDirection
field.
The PacketFilterDirection
class defines meaningful names for particular values of the field.public void setPacketFilterDirection(INTEGER packetFilterDirection)
packetFilterDirection
field.packetFilterDirection
- the value of the packetFilterDirection
field.
The PacketFilterDirection
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the packetFilterDirection
parameter is null.public INTEGER getPacketFilterIdentifier()
packetFilterIdentifier
field.packetFilterIdentifier
field.public void setPacketFilterIdentifier(INTEGER packetFilterIdentifier)
packetFilterIdentifier
field.packetFilterIdentifier
- the value of the packetFilterIdentifier
field.java.lang.IllegalArgumentException
- when the packetFilterIdentifier
parameter is null.public INTEGER getEvaluationPrecedence()
evaluationPrecedence
field.evaluationPrecedence
field.public void setEvaluationPrecedence(INTEGER evaluationPrecedence)
evaluationPrecedence
field.evaluationPrecedence
- the value of the evaluationPrecedence
field.java.lang.IllegalArgumentException
- when the evaluationPrecedence
parameter is null.public PacketFilter.Contents getContents()
contents
field.contents
field.public void setContents(PacketFilter.Contents contents)
contents
field.contents
- the value of the contents
field.java.lang.IllegalArgumentException
- when the contents
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.