public class SimpleAttributeOperand extends FilterOperand
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleAttributeOperand.Builder |
static class |
SimpleAttributeOperand.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
SimpleAttributeOperand() |
|
SimpleAttributeOperand(NodeId f_typeDefinitionId,
QualifiedName[] f_browsePath,
UnsignedInteger f_attributeId,
String f_indexRange) |
protected |
SimpleAttributeOperand(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleAttributeOperand.Builder |
builder() |
SimpleAttributeOperand |
clone()
Clones the Structure.
|
UnsignedInteger |
getAttributeId() |
QualifiedName[] |
getBrowsePath() |
String |
getIndexRange() |
NodeId |
getTypeDefinitionId() |
void |
setAttributeId(UnsignedInteger value) |
void |
setBrowsePath(QualifiedName[] value) |
void |
setIndexRange(String value) |
void |
setTypeDefinitionId(NodeId value) |
SimpleAttributeOperand.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public SimpleAttributeOperand()
protected SimpleAttributeOperand(UaDataTypeSpecification specification)
public SimpleAttributeOperand(NodeId f_typeDefinitionId, QualifiedName[] f_browsePath, UnsignedInteger f_attributeId, String f_indexRange)
public NodeId getTypeDefinitionId()
public void setTypeDefinitionId(NodeId value)
public QualifiedName[] getBrowsePath()
public void setBrowsePath(QualifiedName[] value)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger value)
public String getIndexRange()
public void setIndexRange(String value)
public SimpleAttributeOperand clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class FilterOperandpublic static SimpleAttributeOperand.Builder builder()
public SimpleAttributeOperand.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class FilterOperandCopyright © 2026. All rights reserved.