public class AKAAtIdentity extends Sequence
AKAAtIdentity
type.Constructor and Description |
---|
AKAAtIdentity()
The default constructor.
|
AKAAtIdentity(VisibleString identity)
Constructs an instance of the
AKAAtIdentity with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getActualLength()
Returns the value of the
actualLength read-only field. |
VisibleString |
getIdentity()
Returns the value of the
identity field. |
void |
setIdentity(VisibleString identity)
Sets the value of the
identity field. |
public AKAAtIdentity()
public AKAAtIdentity(VisibleString identity)
AKAAtIdentity
with the specified
components.identity
- the value of the identity
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getActualLength()
actualLength
read-only field.actualLength
read-only field.public VisibleString getIdentity()
identity
field.identity
field.public void setIdentity(VisibleString identity)
identity
field.identity
- the value of the identity
field.java.lang.IllegalArgumentException
- when the identity
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.