public class NativeNASKeySetIdentifier extends Sequence
NativeNASKeySetIdentifier
type.Modifier and Type | Class and Description |
---|---|
static class |
NativeNASKeySetIdentifier.NasKeySetIdentifier
Defines meaningful names for particular values of the
nasKeySetIdentifier field. |
static class |
NativeNASKeySetIdentifier.Tsc
Defines meaningful names for particular values of the
tsc field. |
Constructor and Description |
---|
NativeNASKeySetIdentifier()
The default constructor.
|
NativeNASKeySetIdentifier(INTEGER tsc,
INTEGER nasKeySetIdentifier)
Constructs an instance of the
NativeNASKeySetIdentifier with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getNasKeySetIdentifier()
Returns the value of the
nasKeySetIdentifier field. |
INTEGER |
getTsc()
Returns the value of the
tsc field. |
void |
setNasKeySetIdentifier(INTEGER nasKeySetIdentifier)
Sets the value of the
nasKeySetIdentifier field. |
void |
setTsc(INTEGER tsc)
Sets the value of the
tsc field. |
public NativeNASKeySetIdentifier()
public NativeNASKeySetIdentifier(INTEGER tsc, INTEGER nasKeySetIdentifier)
NativeNASKeySetIdentifier
with the specified
components.tsc
- the value of the tsc
field (mandatory).
The Tsc
class defines meaningful names for particular values of the field.nasKeySetIdentifier
- the value of the nasKeySetIdentifier
field (mandatory).
The NasKeySetIdentifier
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getTsc()
tsc
field.tsc
field.
The Tsc
class defines meaningful names for particular values of the field.public void setTsc(INTEGER tsc)
tsc
field.tsc
- the value of the tsc
field.
The Tsc
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the tsc
parameter is null.public INTEGER getNasKeySetIdentifier()
nasKeySetIdentifier
field.nasKeySetIdentifier
field.
The NasKeySetIdentifier
class defines meaningful names for particular values of the field.public void setNasKeySetIdentifier(INTEGER nasKeySetIdentifier)
nasKeySetIdentifier
field.nasKeySetIdentifier
- the value of the nasKeySetIdentifier
field.
The NasKeySetIdentifier
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the nasKeySetIdentifier
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.