public static class MobileStationClassmark3.EightPSKStruct extends Sequence
eightPSKStruct
field.Modifier and Type | Class and Description |
---|---|
static class |
MobileStationClassmark3.EightPSKStruct.EightPSKRFPowerCapability1
Defines meaningful names for particular values of the
eightPSKRFPowerCapability1 field. |
static class |
MobileStationClassmark3.EightPSKStruct.EightPSKRFPowerCapability2
Defines meaningful names for particular values of the
eightPSKRFPowerCapability2 field. |
static class |
MobileStationClassmark3.EightPSKStruct.ModulationCapability
Defines meaningful names for particular values of the
modulationCapability field. |
Constructor and Description |
---|
EightPSKStruct()
The default constructor.
|
EightPSKStruct(INTEGER modulationCapability)
Constructs an instance of the
EightPSKStruct with the specified mandatory
components. |
EightPSKStruct(INTEGER modulationCapability,
INTEGER eightPSKRFPowerCapability1,
INTEGER eightPSKRFPowerCapability2)
Constructs an instance of the
EightPSKStruct with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteEightPSKRFPowerCapability1()
Omits the
eightPSKRFPowerCapability1 optional field from the value. |
void |
deleteEightPSKRFPowerCapability2()
Omits the
eightPSKRFPowerCapability2 optional field from the value. |
INTEGER |
getEightPSKRFPowerCapability1()
Returns the value of the
eightPSKRFPowerCapability1 optional field. |
BOOLEAN |
getEightPSKRFPowerCapability1Present()
Returns the value of the
eightPSKRFPowerCapability1Present read-only field. |
INTEGER |
getEightPSKRFPowerCapability2()
Returns the value of the
eightPSKRFPowerCapability2 optional field. |
BOOLEAN |
getEightPSKRFPowerCapability2Present()
Returns the value of the
eightPSKRFPowerCapability2Present read-only field. |
INTEGER |
getModulationCapability()
Returns the value of the
modulationCapability field. |
boolean |
hasEightPSKRFPowerCapability1()
Reports whether the
eightPSKRFPowerCapability1 optional field is present in the value. |
boolean |
hasEightPSKRFPowerCapability2()
Reports whether the
eightPSKRFPowerCapability2 optional field is present in the value. |
void |
setEightPSKRFPowerCapability1(INTEGER eightPSKRFPowerCapability1)
Sets the value of the
eightPSKRFPowerCapability1 optional field. |
void |
setEightPSKRFPowerCapability2(INTEGER eightPSKRFPowerCapability2)
Sets the value of the
eightPSKRFPowerCapability2 optional field. |
void |
setModulationCapability(INTEGER modulationCapability)
Sets the value of the
modulationCapability field. |
public EightPSKStruct()
public EightPSKStruct(INTEGER modulationCapability)
EightPSKStruct
with the specified mandatory
components.modulationCapability
- the value of the modulationCapability
mandatory field.
The ModulationCapability
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any component has a null value.public EightPSKStruct(INTEGER modulationCapability, INTEGER eightPSKRFPowerCapability1, INTEGER eightPSKRFPowerCapability2)
EightPSKStruct
with the specified
components.modulationCapability
- the value of the modulationCapability
field (mandatory).
The ModulationCapability
class defines meaningful names for particular values of the field.eightPSKRFPowerCapability1
- the value of the eightPSKRFPowerCapability1
field (optional).
The EightPSKRFPowerCapability1
class defines meaningful names for particular values of the field.eightPSKRFPowerCapability2
- the value of the eightPSKRFPowerCapability2
field (optional).
The EightPSKRFPowerCapability2
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getModulationCapability()
modulationCapability
field.modulationCapability
field.
The ModulationCapability
class defines meaningful names for particular values of the field.public void setModulationCapability(INTEGER modulationCapability)
modulationCapability
field.modulationCapability
- the value of the modulationCapability
field.
The ModulationCapability
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the modulationCapability
parameter is null.public BOOLEAN getEightPSKRFPowerCapability1Present()
eightPSKRFPowerCapability1Present
read-only field.eightPSKRFPowerCapability1Present
read-only field.public INTEGER getEightPSKRFPowerCapability1()
eightPSKRFPowerCapability1
optional field.eightPSKRFPowerCapability1
optional field or null if the field is omitted.
The EightPSKRFPowerCapability1
class defines meaningful names for particular values of the field.public void setEightPSKRFPowerCapability1(INTEGER eightPSKRFPowerCapability1)
eightPSKRFPowerCapability1
optional field.eightPSKRFPowerCapability1
- the value of the eightPSKRFPowerCapability1
optional field. A null
value indicates that the optional field is omitted.
The EightPSKRFPowerCapability1
class defines meaningful names for particular values of the field.public boolean hasEightPSKRFPowerCapability1()
eightPSKRFPowerCapability1
optional field is present in the value.eightPSKRFPowerCapability1
optional field is present in the value.public void deleteEightPSKRFPowerCapability1()
eightPSKRFPowerCapability1
optional field from the value.public BOOLEAN getEightPSKRFPowerCapability2Present()
eightPSKRFPowerCapability2Present
read-only field.eightPSKRFPowerCapability2Present
read-only field.public INTEGER getEightPSKRFPowerCapability2()
eightPSKRFPowerCapability2
optional field.eightPSKRFPowerCapability2
optional field or null if the field is omitted.
The EightPSKRFPowerCapability2
class defines meaningful names for particular values of the field.public void setEightPSKRFPowerCapability2(INTEGER eightPSKRFPowerCapability2)
eightPSKRFPowerCapability2
optional field.eightPSKRFPowerCapability2
- the value of the eightPSKRFPowerCapability2
optional field. A null
value indicates that the optional field is omitted.
The EightPSKRFPowerCapability2
class defines meaningful names for particular values of the field.public boolean hasEightPSKRFPowerCapability2()
eightPSKRFPowerCapability2
optional field is present in the value.eightPSKRFPowerCapability2
optional field is present in the value.public void deleteEightPSKRFPowerCapability2()
eightPSKRFPowerCapability2
optional field from the value.Copyright © 2025 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.