public class MobileIdentityMACAddress extends Sequence
MobileIdentityMACAddress
type.Modifier and Type | Class and Description |
---|---|
static class |
MobileIdentityMACAddress.Mauri
Defines meaningful names for particular values of the
mauri field. |
static class |
MobileIdentityMACAddress.TypeOfIdentity
Defines meaningful names for particular values of the
typeOfIdentity field. |
Constructor and Description |
---|
MobileIdentityMACAddress()
The default constructor.
|
MobileIdentityMACAddress(INTEGER mauri,
OctetString macAddress)
Constructs an instance of the
MobileIdentityMACAddress with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getMacAddress()
Returns the value of the
macAddress field. |
INTEGER |
getMauri()
Returns the value of the
mauri field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
INTEGER |
getTypeOfIdentity()
Returns the value of the
typeOfIdentity read-only field. |
void |
setMacAddress(OctetString macAddress)
Sets the value of the
macAddress field. |
void |
setMauri(INTEGER mauri)
Sets the value of the
mauri field. |
public MobileIdentityMACAddress()
public MobileIdentityMACAddress(INTEGER mauri, OctetString macAddress)
MobileIdentityMACAddress
with the specified
components.mauri
- the value of the mauri
field (mandatory).
The Mauri
class defines meaningful names for particular values of the field.macAddress
- the value of the macAddress
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getMauri()
mauri
field.mauri
field.
The Mauri
class defines meaningful names for particular values of the field.public void setMauri(INTEGER mauri)
mauri
field.mauri
- the value of the mauri
field.
The Mauri
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the mauri
parameter is null.public INTEGER getTypeOfIdentity()
typeOfIdentity
read-only field.typeOfIdentity
read-only field.
The TypeOfIdentity
class defines meaningful names for particular values of the field.public OctetString getMacAddress()
macAddress
field.macAddress
field.public void setMacAddress(OctetString macAddress)
macAddress
field.macAddress
- the value of the macAddress
field.java.lang.IllegalArgumentException
- when the macAddress
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.