public class ReAttemptIndicator extends Sequence
ReAttemptIndicator
type.Modifier and Type | Class and Description |
---|---|
static class |
ReAttemptIndicator.Eplmnc
Defines meaningful names for particular values of the
eplmnc field. |
static class |
ReAttemptIndicator.Ratc
Defines meaningful names for particular values of the
ratc field. |
Constructor and Description |
---|
ReAttemptIndicator()
The default constructor.
|
ReAttemptIndicator(INTEGER eplmnc,
INTEGER ratc)
Constructs an instance of the
ReAttemptIndicator with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getEplmnc()
Returns the value of the
eplmnc field. |
INTEGER |
getRatc()
Returns the value of the
ratc field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setEplmnc(INTEGER eplmnc)
Sets the value of the
eplmnc field. |
void |
setRatc(INTEGER ratc)
Sets the value of the
ratc field. |
public ReAttemptIndicator()
public ReAttemptIndicator(INTEGER eplmnc, INTEGER ratc)
ReAttemptIndicator
with the specified
components.eplmnc
- the value of the eplmnc
field (mandatory).
The Eplmnc
class defines meaningful names for particular values of the field.ratc
- the value of the ratc
field (mandatory).
The Ratc
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 getEplmnc()
eplmnc
field.eplmnc
field.
The Eplmnc
class defines meaningful names for particular values of the field.public void setEplmnc(INTEGER eplmnc)
eplmnc
field.eplmnc
- the value of the eplmnc
field.
The Eplmnc
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the eplmnc
parameter is null.public INTEGER getRatc()
ratc
field.ratc
field.
The Ratc
class defines meaningful names for particular values of the field.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.