public static class MobileStationClassmark3.Bands extends Sequence
bands
field.Constructor and Description |
---|
Bands()
The default constructor.
|
Bands(BOOLEAN gsm1800,
BOOLEAN egsmOrRGSM,
BOOLEAN pgsm)
Constructs an instance of the
Bands with the specified
components. |
Modifier and Type | Method and Description |
---|---|
BOOLEAN |
getEgsmOrRGSM()
Returns the value of the
egsmOrRGSM field. |
BOOLEAN |
getGsm1800()
Returns the value of the
gsm1800 field. |
BOOLEAN |
getPgsm()
Returns the value of the
pgsm field. |
void |
setEgsmOrRGSM(BOOLEAN egsmOrRGSM)
Sets the value of the
egsmOrRGSM field. |
void |
setGsm1800(BOOLEAN gsm1800)
Sets the value of the
gsm1800 field. |
void |
setPgsm(BOOLEAN pgsm)
Sets the value of the
pgsm field. |
public Bands()
public Bands(BOOLEAN gsm1800, BOOLEAN egsmOrRGSM, BOOLEAN pgsm)
Bands
with the specified
components.gsm1800
- the value of the gsm1800
field (mandatory).egsmOrRGSM
- the value of the egsmOrRGSM
field (mandatory).pgsm
- the value of the pgsm
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public BOOLEAN getGsm1800()
gsm1800
field.gsm1800
field.public void setGsm1800(BOOLEAN gsm1800)
gsm1800
field.gsm1800
- the value of the gsm1800
field.java.lang.IllegalArgumentException
- when the gsm1800
parameter is null.public BOOLEAN getEgsmOrRGSM()
egsmOrRGSM
field.egsmOrRGSM
field.public void setEgsmOrRGSM(BOOLEAN egsmOrRGSM)
egsmOrRGSM
field.egsmOrRGSM
- the value of the egsmOrRGSM
field.java.lang.IllegalArgumentException
- when the egsmOrRGSM
parameter is null.public BOOLEAN getPgsm()
pgsm
field.pgsm
field.public void setPgsm(BOOLEAN pgsm)
pgsm
field.pgsm
- the value of the pgsm
field.java.lang.IllegalArgumentException
- when the pgsm
parameter is null.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.