public class PF_Identifier extends Sequence
PF-Identifier
type.Constructor and Description |
---|
PF_Identifier()
The default constructor.
|
PF_Identifier(INTEGER identifier)
Constructs an instance of the
PF_Identifier with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getIdentifier()
Returns the value of the
identifier field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setIdentifier(INTEGER identifier)
Sets the value of the
identifier field. |
public PF_Identifier()
public PF_Identifier(INTEGER identifier)
PF_Identifier
with the specified
components.identifier
- the value of the identifier
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 getIdentifier()
identifier
field.identifier
field.public void setIdentifier(INTEGER identifier)
identifier
field.identifier
- the value of the identifier
field.java.lang.IllegalArgumentException
- when the identifier
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.