public class RequestedUEPolicies extends Sequence
RequestedUEPolicies
type.Modifier and Type | Class and Description |
---|---|
static class |
RequestedUEPolicies.Pc5Indicator
Defines meaningful names for particular values of the
pc5Indicator field. |
static class |
RequestedUEPolicies.UuIndicator
Defines meaningful names for particular values of the
uuIndicator field. |
Constructor and Description |
---|
RequestedUEPolicies()
The default constructor.
|
RequestedUEPolicies(INTEGER pc5Indicator,
INTEGER uuIndicator)
Constructs an instance of the
RequestedUEPolicies with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getDummy()
Returns the value of the
dummy optional field. |
INTEGER |
getPc5Indicator()
Returns the value of the
pc5Indicator field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getUuIndicator()
Returns the value of the
uuIndicator field. |
void |
setPc5Indicator(INTEGER pc5Indicator)
Sets the value of the
pc5Indicator field. |
void |
setUuIndicator(INTEGER uuIndicator)
Sets the value of the
uuIndicator field. |
public RequestedUEPolicies()
public RequestedUEPolicies(INTEGER pc5Indicator, INTEGER uuIndicator)
RequestedUEPolicies
with the specified
components.pc5Indicator
- the value of the pc5Indicator
field (mandatory).
The Pc5Indicator
class defines meaningful names for particular values of the field.uuIndicator
- the value of the uuIndicator
field (mandatory).
The UuIndicator
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getPc5Indicator()
pc5Indicator
field.pc5Indicator
field.
The Pc5Indicator
class defines meaningful names for particular values of the field.public void setPc5Indicator(INTEGER pc5Indicator)
pc5Indicator
field.pc5Indicator
- the value of the pc5Indicator
field.
The Pc5Indicator
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the pc5Indicator
parameter is null.public INTEGER getUuIndicator()
uuIndicator
field.uuIndicator
field.
The UuIndicator
class defines meaningful names for particular values of the field.public void setUuIndicator(INTEGER uuIndicator)
uuIndicator
field.uuIndicator
- the value of the uuIndicator
field.
The UuIndicator
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the uuIndicator
parameter is null.public INTEGER getDummy()
dummy
optional field.dummy
optional field or null if the field is omitted.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.