public class MappedEPSBearerContext extends Sequence
MappedEPSBearerContext
type.Modifier and Type | Class and Description |
---|---|
static class |
MappedEPSBearerContext.Context
Represents the type of the
context field. |
Constructor and Description |
---|
MappedEPSBearerContext()
The default constructor.
|
MappedEPSBearerContext(INTEGER epsBearerIdentity,
MappedEPSBearerContext.Context context)
Constructs an instance of the
MappedEPSBearerContext with the specified
components. |
Modifier and Type | Method and Description |
---|---|
MappedEPSBearerContext.Context |
getContext()
Returns the value of the
context field. |
INTEGER |
getEpsBearerIdentity()
Returns the value of the
epsBearerIdentity field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setContext(MappedEPSBearerContext.Context context)
Sets the value of the
context field. |
void |
setEpsBearerIdentity(INTEGER epsBearerIdentity)
Sets the value of the
epsBearerIdentity field. |
public MappedEPSBearerContext()
public MappedEPSBearerContext(INTEGER epsBearerIdentity, MappedEPSBearerContext.Context context)
MappedEPSBearerContext
with the specified
components.epsBearerIdentity
- the value of the epsBearerIdentity
field (mandatory).
The EPSBearerIdentity
class defines meaningful names for particular values of the field.context
- the value of the context
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getEpsBearerIdentity()
epsBearerIdentity
field.epsBearerIdentity
field.
The EPSBearerIdentity
class defines meaningful names for particular values of the field.public void setEpsBearerIdentity(INTEGER epsBearerIdentity)
epsBearerIdentity
field.epsBearerIdentity
- the value of the epsBearerIdentity
field.
The EPSBearerIdentity
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the epsBearerIdentity
parameter is null.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public MappedEPSBearerContext.Context getContext()
context
field.context
field.public void setContext(MappedEPSBearerContext.Context context)
context
field.context
- the value of the context
field.java.lang.IllegalArgumentException
- when the context
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.