public class WriteValue extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteValue.Builder |
static class |
WriteValue.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
WriteValue() |
|
WriteValue(NodeId f_nodeId,
UnsignedInteger f_attributeId,
String f_indexRange,
DataValue f_value) |
protected |
WriteValue(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static WriteValue.Builder |
builder() |
WriteValue |
clone()
Clones the Structure.
|
UnsignedInteger |
getAttributeId() |
String |
getIndexRange() |
NodeId |
getNodeId() |
DataValue |
getValue() |
void |
setAttributeId(UnsignedInteger value) |
void |
setIndexRange(String value) |
void |
setNodeId(NodeId value) |
void |
setValue(DataValue value) |
WriteValue.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 WriteValue()
protected WriteValue(UaDataTypeSpecification specification)
public WriteValue(NodeId f_nodeId, UnsignedInteger f_attributeId, String f_indexRange, DataValue f_value)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger value)
public String getIndexRange()
public void setIndexRange(String value)
public DataValue getValue()
public void setValue(DataValue value)
public WriteValue clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static WriteValue.Builder builder()
public WriteValue.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.