public static class MappedEPSBearerContext.Context extends Sequence
context
field.Modifier and Type | Class and Description |
---|---|
static class |
MappedEPSBearerContext.Context.EpsParameters
Represents the type of the
epsParameters field. |
static class |
MappedEPSBearerContext.Context.OperationCode
Defines meaningful names for particular values of the
operationCode field. |
Constructor and Description |
---|
Context()
The default constructor.
|
Context(MappedEPSBearerContext.Context.EpsParameters epsParameters)
Constructs an instance of the
Context with the specified
components. |
Modifier and Type | Method and Description |
---|---|
MappedEPSBearerContext.Context.EpsParameters |
getEpsParameters()
Returns the value of the
epsParameters field. |
INTEGER |
getOperationCode()
Returns the value of the
operationCode read-only field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setEpsParameters(MappedEPSBearerContext.Context.EpsParameters epsParameters)
Sets the value of the
epsParameters field. |
public Context()
public Context(MappedEPSBearerContext.Context.EpsParameters epsParameters)
Context
with the specified
components.epsParameters
- the value of the epsParameters
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getOperationCode()
operationCode
read-only field.operationCode
read-only field.
The OperationCode
class defines meaningful names for particular values of the field.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public MappedEPSBearerContext.Context.EpsParameters getEpsParameters()
epsParameters
field.epsParameters
field.public void setEpsParameters(MappedEPSBearerContext.Context.EpsParameters epsParameters)
epsParameters
field.epsParameters
- the value of the epsParameters
field.java.lang.IllegalArgumentException
- when the epsParameters
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.