public class PFC_typeOfService extends Sequence
PFC-typeOfService
type.Constructor and Description |
---|
PFC_typeOfService()
The default constructor.
|
PFC_typeOfService(INTEGER typeOfService,
INTEGER typeOfServiceMask)
Constructs an instance of the
PFC_typeOfService with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getTypeOfService()
Returns the value of the
typeOfService field. |
INTEGER |
getTypeOfServiceMask()
Returns the value of the
typeOfServiceMask field. |
void |
setTypeOfService(INTEGER typeOfService)
Sets the value of the
typeOfService field. |
void |
setTypeOfServiceMask(INTEGER typeOfServiceMask)
Sets the value of the
typeOfServiceMask field. |
public PFC_typeOfService()
public PFC_typeOfService(INTEGER typeOfService, INTEGER typeOfServiceMask)
PFC_typeOfService
with the specified
components.typeOfService
- the value of the typeOfService
field (mandatory).typeOfServiceMask
- the value of the typeOfServiceMask
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getTypeOfService()
typeOfService
field.typeOfService
field.public void setTypeOfService(INTEGER typeOfService)
typeOfService
field.typeOfService
- the value of the typeOfService
field.java.lang.IllegalArgumentException
- when the typeOfService
parameter is null.public INTEGER getTypeOfServiceMask()
typeOfServiceMask
field.typeOfServiceMask
field.public void setTypeOfServiceMask(INTEGER typeOfServiceMask)
typeOfServiceMask
field.typeOfServiceMask
- the value of the typeOfServiceMask
field.java.lang.IllegalArgumentException
- when the typeOfServiceMask
parameter is null.Copyright © 2024 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.