public class PacketFilterIdentifiers_parameter extends Sequence
PacketFilterIdentifiers-parameter
type.Modifier and Type | Class and Description |
---|---|
static class |
PacketFilterIdentifiers_parameter.PacketFilterList
Represents the type of the
packetFilterList field. |
Constructor and Description |
---|
PacketFilterIdentifiers_parameter()
The default constructor.
|
PacketFilterIdentifiers_parameter(PacketFilterIdentifiers_parameter.PacketFilterList packetFilterList)
Constructs an instance of the
PacketFilterIdentifiers_parameter with the specified mandatory
components. |
PacketFilterIdentifiers_parameter(PacketFilterIdentifiers_parameter.PacketFilterList packetFilterList,
INTEGER qosRulePrecedence,
SegregationAndQFI segregationAndQFI)
Constructs an instance of the
PacketFilterIdentifiers_parameter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteQosRulePrecedence()
Omits the
qosRulePrecedence optional field from the value. |
void |
deleteSegregationAndQFI()
Omits the
segregationAndQFI optional field from the value. |
INTEGER |
getNumberOfPacketFilters()
Returns the value of the
numberOfPacketFilters read-only field. |
PacketFilterIdentifiers_parameter.PacketFilterList |
getPacketFilterList()
Returns the value of the
packetFilterList field. |
INTEGER |
getQosRulePrecedence()
Returns the value of the
qosRulePrecedence optional field. |
SegregationAndQFI |
getSegregationAndQFI()
Returns the value of the
segregationAndQFI optional field. |
boolean |
hasQosRulePrecedence()
Reports whether the
qosRulePrecedence optional field is present in the value. |
boolean |
hasSegregationAndQFI()
Reports whether the
segregationAndQFI optional field is present in the value. |
void |
setPacketFilterList(PacketFilterIdentifiers_parameter.PacketFilterList packetFilterList)
Sets the value of the
packetFilterList field. |
void |
setQosRulePrecedence(INTEGER qosRulePrecedence)
Sets the value of the
qosRulePrecedence optional field. |
void |
setSegregationAndQFI(SegregationAndQFI segregationAndQFI)
Sets the value of the
segregationAndQFI optional field. |
public PacketFilterIdentifiers_parameter()
public PacketFilterIdentifiers_parameter(PacketFilterIdentifiers_parameter.PacketFilterList packetFilterList)
PacketFilterIdentifiers_parameter
with the specified mandatory
components.packetFilterList
- the value of the packetFilterList
mandatory field.java.lang.IllegalArgumentException
- when any component has a null value.public PacketFilterIdentifiers_parameter(PacketFilterIdentifiers_parameter.PacketFilterList packetFilterList, INTEGER qosRulePrecedence, SegregationAndQFI segregationAndQFI)
PacketFilterIdentifiers_parameter
with the specified
components.packetFilterList
- the value of the packetFilterList
field (mandatory).qosRulePrecedence
- the value of the qosRulePrecedence
field (optional).segregationAndQFI
- the value of the segregationAndQFI
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getNumberOfPacketFilters()
numberOfPacketFilters
read-only field.numberOfPacketFilters
read-only field.public PacketFilterIdentifiers_parameter.PacketFilterList getPacketFilterList()
packetFilterList
field.packetFilterList
field.public void setPacketFilterList(PacketFilterIdentifiers_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
optional field.qosRulePrecedence
optional field or null if the field is omitted.public void setQosRulePrecedence(INTEGER qosRulePrecedence)
qosRulePrecedence
optional field.qosRulePrecedence
- the value of the qosRulePrecedence
optional field. A null
value indicates that the optional field is omitted.public boolean hasQosRulePrecedence()
qosRulePrecedence
optional field is present in the value.qosRulePrecedence
optional field is present in the value.public void deleteQosRulePrecedence()
qosRulePrecedence
optional field from the value.public SegregationAndQFI getSegregationAndQFI()
segregationAndQFI
optional field.segregationAndQFI
optional field or null if the field is omitted.public void setSegregationAndQFI(SegregationAndQFI segregationAndQFI)
segregationAndQFI
optional field.segregationAndQFI
- the value of the segregationAndQFI
optional field. A null
value indicates that the optional field is omitted.public boolean hasSegregationAndQFI()
segregationAndQFI
optional field is present in the value.segregationAndQFI
optional field is present in the value.public void deleteSegregationAndQFI()
segregationAndQFI
optional field from the value.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.