public class PartialServiceType3 extends Sequence
PartialServiceType3
type.Modifier and Type | Class and Description |
---|---|
static class |
PartialServiceType3.TypeOfList
Defines meaningful names for particular values of the
typeOfList field. |
Constructor and Description |
---|
PartialServiceType3()
The default constructor.
|
PartialServiceType3(INTEGER allowedType,
MCCMNC mccMNC)
Constructs an instance of the
PartialServiceType3 with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAllowedType()
Returns the value of the
allowedType field. |
MCCMNC |
getMccMNC()
Returns the value of the
mccMNC field. |
INTEGER |
getNumberOfElements()
Returns the value of the
numberOfElements read-only field. |
INTEGER |
getTypeOfList()
Returns the value of the
typeOfList read-only field. |
void |
setAllowedType(INTEGER allowedType)
Sets the value of the
allowedType field. |
void |
setMccMNC(MCCMNC mccMNC)
Sets the value of the
mccMNC field. |
public PartialServiceType3()
public PartialServiceType3(INTEGER allowedType, MCCMNC mccMNC)
PartialServiceType3
with the specified
components.allowedType
- the value of the allowedType
field (mandatory).
The AllowedType
class defines meaningful names for particular values of the field.mccMNC
- the value of the mccMNC
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getAllowedType()
allowedType
field.allowedType
field.
The AllowedType
class defines meaningful names for particular values of the field.public void setAllowedType(INTEGER allowedType)
allowedType
field.allowedType
- the value of the allowedType
field.
The AllowedType
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the allowedType
parameter is null.public INTEGER getTypeOfList()
typeOfList
read-only field.typeOfList
read-only field.
The TypeOfList
class defines meaningful names for particular values of the field.public INTEGER getNumberOfElements()
numberOfElements
read-only field.numberOfElements
read-only field.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.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.