public class OperatorSpecificContainer extends Sequence
OperatorSpecificContainer
type.Constructor and Description |
---|
OperatorSpecificContainer()
The default constructor.
|
OperatorSpecificContainer(MCCMNC mccMNC,
OctetString operatorContainer)
Constructs an instance of the
OperatorSpecificContainer with the specified
components. |
Modifier and Type | Method and Description |
---|---|
MCCMNC |
getMccMNC()
Returns the value of the
mccMNC field. |
OctetString |
getOperatorContainer()
Returns the value of the
operatorContainer field. |
void |
setMccMNC(MCCMNC mccMNC)
Sets the value of the
mccMNC field. |
void |
setOperatorContainer(OctetString operatorContainer)
Sets the value of the
operatorContainer field. |
public OperatorSpecificContainer()
public OperatorSpecificContainer(MCCMNC mccMNC, OctetString operatorContainer)
OperatorSpecificContainer
with the specified
components.mccMNC
- the value of the mccMNC
field (mandatory).operatorContainer
- the value of the operatorContainer
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 OctetString getOperatorContainer()
operatorContainer
field.operatorContainer
field.public void setOperatorContainer(OctetString operatorContainer)
operatorContainer
field.operatorContainer
- the value of the operatorContainer
field.java.lang.IllegalArgumentException
- when the operatorContainer
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.