public class MappedSNSSAIContentEntry extends Sequence
MappedSNSSAIContentEntry
type.Constructor and Description |
---|
MappedSNSSAIContentEntry()
The default constructor.
|
MappedSNSSAIContentEntry(INTEGER mappedHPLMNSST)
Constructs an instance of the
MappedSNSSAIContentEntry with the specified mandatory
components. |
MappedSNSSAIContentEntry(INTEGER mappedHPLMNSST,
INTEGER mappedHPLMNSD)
Constructs an instance of the
MappedSNSSAIContentEntry with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteMappedHPLMNSD()
Omits the
mappedHPLMNSD optional field from the value. |
INTEGER |
getMappedHPLMNSD()
Returns the value of the
mappedHPLMNSD optional field. |
INTEGER |
getMappedHPLMNSST()
Returns the value of the
mappedHPLMNSST field. |
boolean |
hasMappedHPLMNSD()
Reports whether the
mappedHPLMNSD optional field is present in the value. |
void |
setMappedHPLMNSD(INTEGER mappedHPLMNSD)
Sets the value of the
mappedHPLMNSD optional field. |
void |
setMappedHPLMNSST(INTEGER mappedHPLMNSST)
Sets the value of the
mappedHPLMNSST field. |
public MappedSNSSAIContentEntry()
public MappedSNSSAIContentEntry(INTEGER mappedHPLMNSST)
MappedSNSSAIContentEntry
with the specified mandatory
components.mappedHPLMNSST
- the value of the mappedHPLMNSST
mandatory field.java.lang.IllegalArgumentException
- when any component has a null value.public MappedSNSSAIContentEntry(INTEGER mappedHPLMNSST, INTEGER mappedHPLMNSD)
MappedSNSSAIContentEntry
with the specified
components.mappedHPLMNSST
- the value of the mappedHPLMNSST
field (mandatory).mappedHPLMNSD
- the value of the mappedHPLMNSD
field (optional).
The SD
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getMappedHPLMNSST()
mappedHPLMNSST
field.mappedHPLMNSST
field.public void setMappedHPLMNSST(INTEGER mappedHPLMNSST)
mappedHPLMNSST
field.mappedHPLMNSST
- the value of the mappedHPLMNSST
field.java.lang.IllegalArgumentException
- when the mappedHPLMNSST
parameter is null.public INTEGER getMappedHPLMNSD()
mappedHPLMNSD
optional field.mappedHPLMNSD
optional field or null if the field is omitted.
The SD
class defines meaningful names for particular values of the field.public void setMappedHPLMNSD(INTEGER mappedHPLMNSD)
mappedHPLMNSD
optional field.mappedHPLMNSD
- the value of the mappedHPLMNSD
optional field. A null
value indicates that the optional field is omitted.
The SD
class defines meaningful names for particular values of the field.public boolean hasMappedHPLMNSD()
mappedHPLMNSD
optional field is present in the value.mappedHPLMNSD
optional field is present in the value.public void deleteMappedHPLMNSD()
mappedHPLMNSD
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.