public class MICOIndication extends Sequence
MICOIndication
type.Modifier and Type | Class and Description |
---|---|
static class |
MICOIndication.Raai
Defines meaningful names for particular values of the
raai field. |
static class |
MICOIndication.Sprti
Defines meaningful names for particular values of the
sprti field. |
Constructor and Description |
---|
MICOIndication()
The default constructor.
|
MICOIndication(INTEGER sprti,
INTEGER raai)
Constructs an instance of the
MICOIndication with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getRaai()
Returns the value of the
raai field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getSprti()
Returns the value of the
sprti field. |
void |
setRaai(INTEGER raai)
Sets the value of the
raai field. |
void |
setSprti(INTEGER sprti)
Sets the value of the
sprti field. |
public MICOIndication()
public MICOIndication(INTEGER sprti, INTEGER raai)
MICOIndication
with the specified
components.sprti
- the value of the sprti
field (mandatory).
The Sprti
class defines meaningful names for particular values of the field.raai
- the value of the raai
field (mandatory).
The Raai
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 getSprti()
sprti
field.sprti
field.
The Sprti
class defines meaningful names for particular values of the field.public void setSprti(INTEGER sprti)
sprti
field.sprti
- the value of the sprti
field.
The Sprti
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the sprti
parameter is null.public INTEGER getRaai()
raai
field.raai
field.
The Raai
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.