public class MCCMNC extends Sequence
MCCMNC
type.Constructor and Description |
---|
MCCMNC()
The default constructor.
|
MCCMNC(VisibleString mcc,
VisibleString mnc)
Constructs an instance of the
MCCMNC with the specified
components. |
Modifier and Type | Method and Description |
---|---|
VisibleString |
getMcc()
Returns the value of the
mcc field. |
VisibleString |
getMnc()
Returns the value of the
mnc field. |
void |
setMcc(VisibleString mcc)
Sets the value of the
mcc field. |
void |
setMnc(VisibleString mnc)
Sets the value of the
mnc field. |
public MCCMNC()
public MCCMNC(VisibleString mcc, VisibleString mnc)
MCCMNC
with the specified
components.mcc
- the value of the mcc
field (mandatory).mnc
- the value of the mnc
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public VisibleString getMcc()
mcc
field.mcc
field.public void setMcc(VisibleString mcc)
mcc
field.mcc
- the value of the mcc
field.java.lang.IllegalArgumentException
- when the mcc
parameter is null.public VisibleString getMnc()
mnc
field.mnc
field.public void setMnc(VisibleString mnc)
mnc
field.mnc
- the value of the mnc
field.java.lang.IllegalArgumentException
- when the mnc
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.