public class OperatorDefinedAccessCategoryElement extends Sequence
OperatorDefinedAccessCategoryElement
type.Modifier and Type | Class and Description |
---|---|
static class |
OperatorDefinedAccessCategoryElement.Value
Represents the type of the
value field. |
Constructor and Description |
---|
OperatorDefinedAccessCategoryElement()
The default constructor.
|
OperatorDefinedAccessCategoryElement(OperatorDefinedAccessCategoryElement.Value value)
Constructs an instance of the
OperatorDefinedAccessCategoryElement with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OperatorDefinedAccessCategoryElement.Value |
getValue()
Returns the value of the
value field. |
void |
setValue(OperatorDefinedAccessCategoryElement.Value value)
Sets the value of the
value field. |
public OperatorDefinedAccessCategoryElement()
public OperatorDefinedAccessCategoryElement(OperatorDefinedAccessCategoryElement.Value value)
OperatorDefinedAccessCategoryElement
with the specified
components.value
- the value of the value
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public OperatorDefinedAccessCategoryElement.Value getValue()
value
field.value
field.public void setValue(OperatorDefinedAccessCategoryElement.Value value)
value
field.value
- the value of the value
field.java.lang.IllegalArgumentException
- when the value
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.