public class AccessType extends Sequence
AccessType
type.Modifier and Type | Class and Description |
---|---|
static class |
AccessType.AccessType1
Defines meaningful names for particular values of the
accessType field. |
Constructor and Description |
---|
AccessType()
The default constructor.
|
AccessType(INTEGER accessType)
Constructs an instance of the
AccessType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAccessType()
Returns the value of the
accessType field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setAccessType(INTEGER accessType)
Sets the value of the
accessType field. |
public AccessType()
public AccessType(INTEGER accessType)
AccessType
with the specified
components.accessType
- the value of the accessType
field (mandatory).
The AccessType1
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getAccessType()
accessType
field.accessType
field.
The AccessType1
class defines meaningful names for particular values of the field.public void setAccessType(INTEGER accessType)
accessType
field.accessType
- the value of the accessType
field.
The AccessType1
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the accessType
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.