public class PartialServiceType1 extends Sequence
PartialServiceType1
type.Modifier and Type | Class and Description |
---|---|
static class |
PartialServiceType1.TypeOfList
Defines meaningful names for particular values of the
typeOfList field. |
Constructor and Description |
---|
PartialServiceType1()
The default constructor.
|
PartialServiceType1(INTEGER allowedType,
INTEGER numberOfElements,
MCCMNC mccMNC,
INTEGER trackingAreaCode)
Constructs an instance of the
PartialServiceType1 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 field. |
INTEGER |
getTrackingAreaCode()
Returns the value of the
trackingAreaCode 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. |
void |
setNumberOfElements(INTEGER numberOfElements)
Sets the value of the
numberOfElements field. |
void |
setTrackingAreaCode(INTEGER trackingAreaCode)
Sets the value of the
trackingAreaCode field. |
public PartialServiceType1()
public PartialServiceType1(INTEGER allowedType, INTEGER numberOfElements, MCCMNC mccMNC, INTEGER trackingAreaCode)
PartialServiceType1
with the specified
components.allowedType
- the value of the allowedType
field (mandatory).
The AllowedType
class defines meaningful names for particular values of the field.numberOfElements
- the value of the numberOfElements
field (mandatory).mccMNC
- the value of the mccMNC
field (mandatory).trackingAreaCode
- the value of the trackingAreaCode
field (mandatory).
The TrackingAreaCode
class defines meaningful names for particular values of the field.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
field.numberOfElements
field.public void setNumberOfElements(INTEGER numberOfElements)
numberOfElements
field.numberOfElements
- the value of the numberOfElements
field.java.lang.IllegalArgumentException
- when the numberOfElements
parameter is null.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 getTrackingAreaCode()
trackingAreaCode
field.trackingAreaCode
field.
The TrackingAreaCode
class defines meaningful names for particular values of the field.public void setTrackingAreaCode(INTEGER trackingAreaCode)
trackingAreaCode
field.trackingAreaCode
- the value of the trackingAreaCode
field.
The TrackingAreaCode
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the trackingAreaCode
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.