public class NAS5GSUpdateType extends Sequence
NAS5GSUpdateType
type.Modifier and Type | Class and Description |
---|---|
static class |
NAS5GSUpdateType.EpsPNBCIoT
Defines meaningful names for particular values of the
epsPNBCIoT field. |
static class |
NAS5GSUpdateType.Nas5GSPNBCIoT
Defines meaningful names for particular values of the
nas5GSPNBCIoT field. |
static class |
NAS5GSUpdateType.NgRANRCU
Defines meaningful names for particular values of the
ngRANRCU field. |
static class |
NAS5GSUpdateType.SmsRequested
Defines meaningful names for particular values of the
smsRequested field. |
Constructor and Description |
---|
NAS5GSUpdateType()
The default constructor.
|
NAS5GSUpdateType(INTEGER epsPNBCIoT,
INTEGER nas5GSPNBCIoT,
INTEGER ngRANRCU,
INTEGER smsRequested)
Constructs an instance of the
NAS5GSUpdateType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getEpsPNBCIoT()
Returns the value of the
epsPNBCIoT field. |
INTEGER |
getNas5GSPNBCIoT()
Returns the value of the
nas5GSPNBCIoT field. |
INTEGER |
getNgRANRCU()
Returns the value of the
ngRANRCU field. |
INTEGER |
getSmsRequested()
Returns the value of the
smsRequested field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setEpsPNBCIoT(INTEGER epsPNBCIoT)
Sets the value of the
epsPNBCIoT field. |
void |
setNas5GSPNBCIoT(INTEGER nas5GSPNBCIoT)
Sets the value of the
nas5GSPNBCIoT field. |
void |
setNgRANRCU(INTEGER ngRANRCU)
Sets the value of the
ngRANRCU field. |
void |
setSmsRequested(INTEGER smsRequested)
Sets the value of the
smsRequested field. |
public NAS5GSUpdateType()
public NAS5GSUpdateType(INTEGER epsPNBCIoT, INTEGER nas5GSPNBCIoT, INTEGER ngRANRCU, INTEGER smsRequested)
NAS5GSUpdateType
with the specified
components.epsPNBCIoT
- the value of the epsPNBCIoT
field (mandatory).
The EpsPNBCIoT
class defines meaningful names for particular values of the field.nas5GSPNBCIoT
- the value of the nas5GSPNBCIoT
field (mandatory).
The Nas5GSPNBCIoT
class defines meaningful names for particular values of the field.ngRANRCU
- the value of the ngRANRCU
field (mandatory).
The NgRANRCU
class defines meaningful names for particular values of the field.smsRequested
- the value of the smsRequested
field (mandatory).
The SmsRequested
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 getEpsPNBCIoT()
epsPNBCIoT
field.epsPNBCIoT
field.
The EpsPNBCIoT
class defines meaningful names for particular values of the field.public void setEpsPNBCIoT(INTEGER epsPNBCIoT)
epsPNBCIoT
field.epsPNBCIoT
- the value of the epsPNBCIoT
field.
The EpsPNBCIoT
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the epsPNBCIoT
parameter is null.public INTEGER getNas5GSPNBCIoT()
nas5GSPNBCIoT
field.nas5GSPNBCIoT
field.
The Nas5GSPNBCIoT
class defines meaningful names for particular values of the field.public void setNas5GSPNBCIoT(INTEGER nas5GSPNBCIoT)
nas5GSPNBCIoT
field.nas5GSPNBCIoT
- the value of the nas5GSPNBCIoT
field.
The Nas5GSPNBCIoT
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the nas5GSPNBCIoT
parameter is null.public INTEGER getNgRANRCU()
ngRANRCU
field.ngRANRCU
field.
The NgRANRCU
class defines meaningful names for particular values of the field.public void setNgRANRCU(INTEGER ngRANRCU)
ngRANRCU
field.ngRANRCU
- the value of the ngRANRCU
field.
The NgRANRCU
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the ngRANRCU
parameter is null.public INTEGER getSmsRequested()
smsRequested
field.smsRequested
field.
The SmsRequested
class defines meaningful names for particular values of the field.public void setSmsRequested(INTEGER smsRequested)
smsRequested
field.smsRequested
- the value of the smsRequested
field.
The SmsRequested
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the smsRequested
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.