public class MobileIdentityIMEI extends Sequence
MobileIdentityIMEI
type.Modifier and Type | Class and Description |
---|---|
static class |
MobileIdentityIMEI.OddEvenIndicator
Defines meaningful names for particular values of the
oddEvenIndicator field. |
static class |
MobileIdentityIMEI.TypeOfIdentity
Defines meaningful names for particular values of the
typeOfIdentity field. |
Constructor and Description |
---|
MobileIdentityIMEI()
The default constructor.
|
MobileIdentityIMEI(VisibleString identityDigits)
Constructs an instance of the
MobileIdentityIMEI with the specified
components. |
Modifier and Type | Method and Description |
---|---|
VisibleString |
getIdentityDigits()
Returns the value of the
identityDigits field. |
INTEGER |
getOddEvenIndicator()
Returns the value of the
oddEvenIndicator read-only field. |
INTEGER |
getTypeOfIdentity()
Returns the value of the
typeOfIdentity read-only field. |
void |
setIdentityDigits(VisibleString identityDigits)
Sets the value of the
identityDigits field. |
public MobileIdentityIMEI()
public MobileIdentityIMEI(VisibleString identityDigits)
MobileIdentityIMEI
with the specified
components.identityDigits
- the value of the identityDigits
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getOddEvenIndicator()
oddEvenIndicator
read-only field.oddEvenIndicator
read-only field.
The OddEvenIndicator
class defines meaningful names for particular values of the field.public INTEGER getTypeOfIdentity()
typeOfIdentity
read-only field.typeOfIdentity
read-only field.
The TypeOfIdentity
class defines meaningful names for particular values of the field.public VisibleString getIdentityDigits()
identityDigits
field.identityDigits
field.public void setIdentityDigits(VisibleString identityDigits)
identityDigits
field.identityDigits
- the value of the identityDigits
field.java.lang.IllegalArgumentException
- when the identityDigits
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.