public class SAC extends Sequence
SAC
type.Constructor and Description |
---|
SAC()
The default constructor.
|
SAC(INTEGER standardizedAccessCategory)
Constructs an instance of the
SAC with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getSpare3()
Returns the value of the
spare3 read-only field. |
INTEGER |
getStandardizedAccessCategory()
Returns the value of the
standardizedAccessCategory field. |
void |
setStandardizedAccessCategory(INTEGER standardizedAccessCategory)
Sets the value of the
standardizedAccessCategory field. |
public SAC()
public SAC(INTEGER standardizedAccessCategory)
SAC
with the specified
components.standardizedAccessCategory
- the value of the standardizedAccessCategory
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare3()
spare3
read-only field.spare3
read-only field.public INTEGER getStandardizedAccessCategory()
standardizedAccessCategory
field.standardizedAccessCategory
field.public void setStandardizedAccessCategory(INTEGER standardizedAccessCategory)
standardizedAccessCategory
field.standardizedAccessCategory
- the value of the standardizedAccessCategory
field.java.lang.IllegalArgumentException
- when the standardizedAccessCategory
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.