public class CAGInformation extends Sequence
CAGInformation
type.Modifier and Type | Class and Description |
---|---|
static class |
CAGInformation.CagID
Represents the type of the
cagID field. |
Constructor and Description |
---|
CAGInformation()
The default constructor.
|
CAGInformation(MCCMNC mccMNC,
BOOLEAN cagOnly,
CAGInformation.CagID cagID)
Constructs an instance of the
CAGInformation with the specified
components. |
Modifier and Type | Method and Description |
---|---|
CAGInformation.CagID |
getCagID()
Returns the value of the
cagID field. |
BOOLEAN |
getCagOnly()
Returns the value of the
cagOnly field. |
MCCMNC |
getMccMNC()
Returns the value of the
mccMNC field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setCagID(CAGInformation.CagID cagID)
Sets the value of the
cagID field. |
void |
setCagOnly(BOOLEAN cagOnly)
Sets the value of the
cagOnly field. |
void |
setMccMNC(MCCMNC mccMNC)
Sets the value of the
mccMNC field. |
public CAGInformation()
public CAGInformation(MCCMNC mccMNC, BOOLEAN cagOnly, CAGInformation.CagID cagID)
CAGInformation
with the specified
components.mccMNC
- the value of the mccMNC
field (mandatory).cagOnly
- the value of the cagOnly
field (mandatory).cagID
- the value of the cagID
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public MCCMNC getMccMNC()
mccMNC
field.mccMNC
field.public void setMccMNC(MCCMNC mccMNC)
mccMNC
field.mccMNC
- the value of the mccMNC
field.java.lang.IllegalArgumentException
- when the mccMNC
parameter is null.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public BOOLEAN getCagOnly()
cagOnly
field.cagOnly
field.public void setCagOnly(BOOLEAN cagOnly)
cagOnly
field.cagOnly
- the value of the cagOnly
field.java.lang.IllegalArgumentException
- when the cagOnly
parameter is null.public CAGInformation.CagID getCagID()
cagID
field.cagID
field.public void setCagID(CAGInformation.CagID cagID)
cagID
field.cagID
- the value of the cagID
field.java.lang.IllegalArgumentException
- when the cagID
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.