public class PacketFilter_parameter extends Sequence
PacketFilter-parameter
type.Modifier and Type | Class and Description |
---|---|
static class |
PacketFilter_parameter.PacketFilterList
Represents the type of the
packetFilterList field. |
Constructor and Description |
---|
PacketFilter_parameter()
The default constructor.
|
PacketFilter_parameter(PacketFilter_parameter.PacketFilterList packetFilterList,
INTEGER qosRulePrecedence,
INTEGER segregation,
INTEGER qfi)
Constructs an instance of the
PacketFilter_parameter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getNumberOfPacketFilters()
Returns the value of the
numberOfPacketFilters read-only field. |
PacketFilter_parameter.PacketFilterList |
getPacketFilterList()
Returns the value of the
packetFilterList field. |
INTEGER |
getQfi()
Returns the value of the
qfi field. |
INTEGER |
getQosRulePrecedence()
Returns the value of the
qosRulePrecedence field. |
INTEGER |
getSegregation()
Returns the value of the
segregation field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setPacketFilterList(PacketFilter_parameter.PacketFilterList packetFilterList)
Sets the value of the
packetFilterList field. |
void |
setQfi(INTEGER qfi)
Sets the value of the
qfi field. |
void |
setQosRulePrecedence(INTEGER qosRulePrecedence)
Sets the value of the
qosRulePrecedence field. |
void |
setSegregation(INTEGER segregation)
Sets the value of the
segregation field. |
public PacketFilter_parameter()
public PacketFilter_parameter(PacketFilter_parameter.PacketFilterList packetFilterList, INTEGER qosRulePrecedence, INTEGER segregation, INTEGER qfi)
PacketFilter_parameter
with the specified
components.packetFilterList
- the value of the packetFilterList
field (mandatory).qosRulePrecedence
- the value of the qosRulePrecedence
field (mandatory).segregation
- the value of the segregation
field (mandatory).
The SegregationBit
class defines meaningful names for particular values of the field.qfi
- the value of the qfi
field (mandatory).
The QFI
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getNumberOfPacketFilters()
numberOfPacketFilters
read-only field.numberOfPacketFilters
read-only field.public PacketFilter_parameter.PacketFilterList getPacketFilterList()
packetFilterList
field.packetFilterList
field.public void setPacketFilterList(PacketFilter_parameter.PacketFilterList packetFilterList)
packetFilterList
field.packetFilterList
- the value of the packetFilterList
field.java.lang.IllegalArgumentException
- when the packetFilterList
parameter is null.public INTEGER getQosRulePrecedence()
qosRulePrecedence
field.qosRulePrecedence
field.public void setQosRulePrecedence(INTEGER qosRulePrecedence)
qosRulePrecedence
field.qosRulePrecedence
- the value of the qosRulePrecedence
field.java.lang.IllegalArgumentException
- when the qosRulePrecedence
parameter is null.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getSegregation()
segregation
field.segregation
field.
The SegregationBit
class defines meaningful names for particular values of the field.public void setSegregation(INTEGER segregation)
segregation
field.segregation
- the value of the segregation
field.
The SegregationBit
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the segregation
parameter is null.public INTEGER getQfi()
qfi
field.qfi
field.
The QFI
class defines meaningful names for particular values of the field.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.