public class Additional5GSecurityInformation extends Sequence
Additional5GSecurityInformation
type.Modifier and Type | Class and Description |
---|---|
static class |
Additional5GSecurityInformation.Hdp
Defines meaningful names for particular values of the
hdp field. |
static class |
Additional5GSecurityInformation.Rinmr
Defines meaningful names for particular values of the
rinmr field. |
Constructor and Description |
---|
Additional5GSecurityInformation()
The default constructor.
|
Additional5GSecurityInformation(INTEGER rinmr,
INTEGER hdp)
Constructs an instance of the
Additional5GSecurityInformation with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getHdp()
Returns the value of the
hdp field. |
INTEGER |
getRinmr()
Returns the value of the
rinmr field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setHdp(INTEGER hdp)
Sets the value of the
hdp field. |
void |
setRinmr(INTEGER rinmr)
Sets the value of the
rinmr field. |
public Additional5GSecurityInformation()
public Additional5GSecurityInformation(INTEGER rinmr, INTEGER hdp)
Additional5GSecurityInformation
with the specified
components.rinmr
- the value of the rinmr
field (mandatory).
The Rinmr
class defines meaningful names for particular values of the field.hdp
- the value of the hdp
field (mandatory).
The Hdp
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 getRinmr()
rinmr
field.rinmr
field.
The Rinmr
class defines meaningful names for particular values of the field.public void setRinmr(INTEGER rinmr)
rinmr
field.rinmr
- the value of the rinmr
field.
The Rinmr
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the rinmr
parameter is null.public INTEGER getHdp()
hdp
field.hdp
field.
The Hdp
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.