public class AKAAtNextPseudonym extends Sequence
AKAAtNextPseudonym
type.Constructor and Description |
---|
AKAAtNextPseudonym()
The default constructor.
|
AKAAtNextPseudonym(VisibleString pseudonym)
Constructs an instance of the
AKAAtNextPseudonym with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getActualLength()
Returns the value of the
actualLength read-only field. |
VisibleString |
getPseudonym()
Returns the value of the
pseudonym field. |
void |
setPseudonym(VisibleString pseudonym)
Sets the value of the
pseudonym field. |
public AKAAtNextPseudonym()
public AKAAtNextPseudonym(VisibleString pseudonym)
AKAAtNextPseudonym
with the specified
components.pseudonym
- the value of the pseudonym
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 getPseudonym()
pseudonym
field.pseudonym
field.public void setPseudonym(VisibleString pseudonym)
pseudonym
field.pseudonym
- the value of the pseudonym
field.java.lang.IllegalArgumentException
- when the pseudonym
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.