public class AllowedSSCMode extends Sequence
AllowedSSCMode
type.Modifier and Type | Class and Description |
---|---|
static class |
AllowedSSCMode.Ssc1
Defines meaningful names for particular values of the
ssc1 field. |
static class |
AllowedSSCMode.Ssc2
Defines meaningful names for particular values of the
ssc2 field. |
static class |
AllowedSSCMode.Ssc3
Defines meaningful names for particular values of the
ssc3 field. |
Constructor and Description |
---|
AllowedSSCMode()
The default constructor.
|
AllowedSSCMode(INTEGER ssc3,
INTEGER ssc2,
INTEGER ssc1)
Constructs an instance of the
AllowedSSCMode with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getSsc1()
Returns the value of the
ssc1 field. |
INTEGER |
getSsc2()
Returns the value of the
ssc2 field. |
INTEGER |
getSsc3()
Returns the value of the
ssc3 field. |
void |
setSsc1(INTEGER ssc1)
Sets the value of the
ssc1 field. |
void |
setSsc2(INTEGER ssc2)
Sets the value of the
ssc2 field. |
void |
setSsc3(INTEGER ssc3)
Sets the value of the
ssc3 field. |
public AllowedSSCMode()
public AllowedSSCMode(INTEGER ssc3, INTEGER ssc2, INTEGER ssc1)
AllowedSSCMode
with the specified
components.ssc3
- the value of the ssc3
field (mandatory).
The Ssc3
class defines meaningful names for particular values of the field.ssc2
- the value of the ssc2
field (mandatory).
The Ssc2
class defines meaningful names for particular values of the field.ssc1
- the value of the ssc1
field (mandatory).
The Ssc1
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 getSsc3()
ssc3
field.ssc3
field.
The Ssc3
class defines meaningful names for particular values of the field.public void setSsc3(INTEGER ssc3)
ssc3
field.ssc3
- the value of the ssc3
field.
The Ssc3
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the ssc3
parameter is null.public INTEGER getSsc2()
ssc2
field.ssc2
field.
The Ssc2
class defines meaningful names for particular values of the field.public void setSsc2(INTEGER ssc2)
ssc2
field.ssc2
- the value of the ssc2
field.
The Ssc2
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the ssc2
parameter is null.public INTEGER getSsc1()
ssc1
field.ssc1
field.
The Ssc1
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.