public class NAS5GSMNetworkFeatureSupport extends Sequence
NAS5GSMNetworkFeatureSupport
type.Modifier and Type | Class and Description |
---|---|
static class |
NAS5GSMNetworkFeatureSupport.Ept_S1
Defines meaningful names for particular values of the
ept-S1 field. |
Constructor and Description |
---|
NAS5GSMNetworkFeatureSupport()
The default constructor.
|
NAS5GSMNetworkFeatureSupport(INTEGER ept_S1)
Constructs an instance of the
NAS5GSMNetworkFeatureSupport with the specified mandatory
components. |
NAS5GSMNetworkFeatureSupport(INTEGER ept_S1,
OctetString dummy)
Constructs an instance of the
NAS5GSMNetworkFeatureSupport with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteDummy()
Omits the
dummy optional field from the value. |
OctetString |
getDummy()
Returns the value of the
dummy optional field. |
INTEGER |
getEpt_S1()
Returns the value of the
ept-S1 field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
boolean |
hasDummy()
Reports whether the
dummy optional field is present in the value. |
void |
setDummy(OctetString dummy)
Sets the value of the
dummy optional field. |
void |
setEpt_S1(INTEGER ept_S1)
Sets the value of the
ept-S1 field. |
public NAS5GSMNetworkFeatureSupport()
public NAS5GSMNetworkFeatureSupport(INTEGER ept_S1)
NAS5GSMNetworkFeatureSupport
with the specified mandatory
components.ept_S1
- the value of the ept-S1
mandatory field.
The Ept_S1
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any component has a null value.public NAS5GSMNetworkFeatureSupport(INTEGER ept_S1, OctetString dummy)
NAS5GSMNetworkFeatureSupport
with the specified
components.ept_S1
- the value of the ept-S1
field (mandatory).
The Ept_S1
class defines meaningful names for particular values of the field.dummy
- the value of the dummy
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getEpt_S1()
ept-S1
field.ept-S1
field.
The Ept_S1
class defines meaningful names for particular values of the field.public void setEpt_S1(INTEGER ept_S1)
ept-S1
field.ept_S1
- the value of the ept-S1
field.
The Ept_S1
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the ept_S1
parameter is null.public OctetString getDummy()
dummy
optional field.dummy
optional field or null if the field is omitted.public void setDummy(OctetString dummy)
dummy
optional field.dummy
- the value of the dummy
optional field. A null
value indicates that the optional field is omitted.public boolean hasDummy()
dummy
optional field is present in the value.dummy
optional field is present in the value.public void deleteDummy()
dummy
optional field from the value.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.