public class AKA extends Sequence
AKA
type.Modifier and Type | Class and Description |
---|---|
static class |
AKA.Attributes
Represents the type of the
attributes field. |
Constructor and Description |
---|
AKA()
The default constructor.
|
AKA(INTEGER subtype,
AKA.Attributes attributes)
Constructs an instance of the
AKA with the specified
components. |
Modifier and Type | Method and Description |
---|---|
AKA.Attributes |
getAttributes()
Returns the value of the
attributes field. |
INTEGER |
getReserved()
Returns the value of the
reserved read-only field. |
INTEGER |
getSubtype()
Returns the value of the
subtype field. |
void |
setAttributes(AKA.Attributes attributes)
Sets the value of the
attributes field. |
void |
setSubtype(INTEGER subtype)
Sets the value of the
subtype field. |
public AKA()
public AKA(INTEGER subtype, AKA.Attributes attributes)
AKA
with the specified
components.subtype
- the value of the subtype
field (mandatory).attributes
- the value of the attributes
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSubtype()
subtype
field.subtype
field.public void setSubtype(INTEGER subtype)
subtype
field.subtype
- the value of the subtype
field.java.lang.IllegalArgumentException
- when the subtype
parameter is null.public INTEGER getReserved()
reserved
read-only field.reserved
read-only field.public AKA.Attributes getAttributes()
attributes
field.attributes
field.public void setAttributes(AKA.Attributes attributes)
attributes
field.attributes
- the value of the attributes
field.java.lang.IllegalArgumentException
- when the attributes
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.