public class NamespaceMetadataTypeNode extends BaseObjectTypeNode implements NamespaceMetadataType
IS_NAMESPACE_SUBSET, NAMESPACE_PUBLICATION_DATE, NAMESPACE_URI, NAMESPACE_VERSION, STATIC_NODE_ID_TYPES, STATIC_NUMERIC_NODE_ID_RANGE, STATIC_STRING_NODE_ID_PATTERN| Constructor and Description |
|---|
NamespaceMetadataTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsNamespaceSubset()
Get the local value of the IsNamespaceSubset Node.
|
PropertyTypeNode |
getIsNamespaceSubsetNode()
Get the IsNamespaceSubset
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getIsNamespaceSubsetNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getIsNamespaceSubsetNode(). |
AddressSpaceFileTypeNode |
getNamespaceFileNode()
Get the NamespaceFile
AddressSpaceFileType Node, or null if it does not exist. |
CompletableFuture<? extends AddressSpaceFileTypeNode> |
getNamespaceFileNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getNamespaceFileNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getNamespacePublicationDate()
Get the local value of the NamespacePublicationDate Node.
|
PropertyTypeNode |
getNamespacePublicationDateNode()
Get the NamespacePublicationDate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNamespacePublicationDateNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getNamespacePublicationDateNode(). |
String |
getNamespaceUri()
Get the local value of the NamespaceUri Node.
|
PropertyTypeNode |
getNamespaceUriNode()
Get the NamespaceUri
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNamespaceUriNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getNamespaceUriNode(). |
String |
getNamespaceVersion()
Get the local value of the NamespaceVersion Node.
|
PropertyTypeNode |
getNamespaceVersionNode()
Get the NamespaceVersion
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNamespaceVersionNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getNamespaceVersionNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] |
getStaticNodeIdTypes()
Get the local value of the StaticNodeIdTypes Node.
|
PropertyTypeNode |
getStaticNodeIdTypesNode()
Get the StaticNodeIdTypes
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getStaticNodeIdTypesNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getStaticNodeIdTypesNode(). |
String[] |
getStaticNumericNodeIdRange()
Get the local value of the StaticNumericNodeIdRange Node.
|
PropertyTypeNode |
getStaticNumericNodeIdRangeNode()
Get the StaticNumericNodeIdRange
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getStaticNumericNodeIdRangeNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getStaticNumericNodeIdRangeNode(). |
String |
getStaticStringNodeIdPattern()
Get the local value of the StaticStringNodeIdPattern Node.
|
PropertyTypeNode |
getStaticStringNodeIdPatternNode()
Get the StaticStringNodeIdPattern
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getStaticStringNodeIdPatternNodeAsync()
Asynchronous implementation of
NamespaceMetadataType.getStaticStringNodeIdPatternNode(). |
Boolean |
readIsNamespaceSubset()
Read the value of the IsNamespaceSubset Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readIsNamespaceSubsetAsync()
An asynchronous implementation of
NamespaceMetadataType.readIsNamespaceSubset(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readNamespacePublicationDate()
Read the value of the NamespacePublicationDate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readNamespacePublicationDateAsync()
An asynchronous implementation of
NamespaceMetadataType.readNamespacePublicationDate(). |
String |
readNamespaceUri()
Read the value of the NamespaceUri Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readNamespaceUriAsync()
An asynchronous implementation of
NamespaceMetadataType.readNamespaceUri(). |
String |
readNamespaceVersion()
Read the value of the NamespaceVersion Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readNamespaceVersionAsync()
An asynchronous implementation of
NamespaceMetadataType.readNamespaceVersion(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] |
readStaticNodeIdTypes()
Read the value of the StaticNodeIdTypes Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[]> |
readStaticNodeIdTypesAsync()
An asynchronous implementation of
NamespaceMetadataType.readStaticNodeIdTypes(). |
String[] |
readStaticNumericNodeIdRange()
Read the value of the StaticNumericNodeIdRange Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readStaticNumericNodeIdRangeAsync()
An asynchronous implementation of
NamespaceMetadataType.readStaticNumericNodeIdRange(). |
String |
readStaticStringNodeIdPattern()
Read the value of the StaticStringNodeIdPattern Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readStaticStringNodeIdPatternAsync()
An asynchronous implementation of
NamespaceMetadataType.readStaticStringNodeIdPattern(). |
void |
setIsNamespaceSubset(Boolean isNamespaceSubset)
Set the local value of the IsNamespaceSubset Node.
|
void |
setNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
Set the local value of the NamespacePublicationDate Node.
|
void |
setNamespaceUri(String namespaceUri)
Set the local value of the NamespaceUri Node.
|
void |
setNamespaceVersion(String namespaceVersion)
Set the local value of the NamespaceVersion Node.
|
void |
setStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
Set the local value of the StaticNodeIdTypes Node.
|
void |
setStaticNumericNodeIdRange(String[] staticNumericNodeIdRange)
Set the local value of the StaticNumericNodeIdRange Node.
|
void |
setStaticStringNodeIdPattern(String staticStringNodeIdPattern)
Set the local value of the StaticStringNodeIdPattern Node.
|
void |
writeIsNamespaceSubset(Boolean isNamespaceSubset)
Write a new value for the IsNamespaceSubset Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeIsNamespaceSubsetAsync(Boolean isNamespaceSubset)
An asynchronous implementation of
NamespaceMetadataType.writeIsNamespaceSubset(Boolean). |
void |
writeNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
Write a new value for the NamespacePublicationDate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamespacePublicationDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
An asynchronous implementation of
NamespaceMetadataType.writeNamespacePublicationDate(DateTime). |
void |
writeNamespaceUri(String namespaceUri)
Write a new value for the NamespaceUri Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamespaceUriAsync(String namespaceUri)
An asynchronous implementation of
NamespaceMetadataType.writeNamespaceUri(String). |
void |
writeNamespaceVersion(String namespaceVersion)
Write a new value for the NamespaceVersion Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamespaceVersionAsync(String namespaceVersion)
An asynchronous implementation of
NamespaceMetadataType.writeNamespaceVersion(String). |
void |
writeStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
Write a new value for the StaticNodeIdTypes Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStaticNodeIdTypesAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
An asynchronous implementation of
NamespaceMetadataType.writeStaticNodeIdTypes(IdType[]). |
void |
writeStaticNumericNodeIdRange(String[] staticNumericNodeIdRange)
Write a new value for the StaticNumericNodeIdRange Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStaticNumericNodeIdRangeAsync(String[] staticNumericNodeIdRange)
An asynchronous implementation of
NamespaceMetadataType.writeStaticNumericNodeIdRange(String[]). |
void |
writeStaticStringNodeIdPattern(String staticStringNodeIdPattern)
Write a new value for the StaticStringNodeIdPattern Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStaticStringNodeIdPatternAsync(String staticStringNodeIdPattern)
An asynchronous implementation of
NamespaceMetadataType.writeStaticStringNodeIdPattern(String). |
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic NamespaceMetadataTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public String getNamespaceUri() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe returned value is the last seen; it is not read live from the server.
getNamespaceUri in interface NamespaceMetadataTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceUri Node.public void setNamespaceUri(String namespaceUri) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe value is only updated locally; it is not written to the server.
setNamespaceUri in interface NamespaceMetadataTypenamespaceUri - the local value to set for the NamespaceUri Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceUri Node.public String readNamespaceUri() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypereadNamespaceUri in interface NamespaceMetadataTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeNamespaceUri(String namespaceUri) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypewriteNamespaceUri in interface NamespaceMetadataTypenamespaceUri - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readNamespaceUriAsync()
NamespaceMetadataTypeNamespaceMetadataType.readNamespaceUri().readNamespaceUriAsync in interface NamespaceMetadataTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespaceUriAsync(String namespaceUri)
NamespaceMetadataTypeNamespaceMetadataType.writeNamespaceUri(String).writeNamespaceUriAsync in interface NamespaceMetadataTypepublic PropertyTypeNode getNamespaceUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNamespaceUriNode in interface NamespaceMetadataTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getNamespaceUriNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getNamespaceUriNode().getNamespaceUriNodeAsync in interface NamespaceMetadataTypepublic String getNamespaceVersion() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe returned value is the last seen; it is not read live from the server.
getNamespaceVersion in interface NamespaceMetadataTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceVersion Node.public void setNamespaceVersion(String namespaceVersion) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe value is only updated locally; it is not written to the server.
setNamespaceVersion in interface NamespaceMetadataTypenamespaceVersion - the local value to set for the NamespaceVersion Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceVersion Node.public String readNamespaceVersion() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypereadNamespaceVersion in interface NamespaceMetadataTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeNamespaceVersion(String namespaceVersion) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypewriteNamespaceVersion in interface NamespaceMetadataTypenamespaceVersion - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readNamespaceVersionAsync()
NamespaceMetadataTypeNamespaceMetadataType.readNamespaceVersion().readNamespaceVersionAsync in interface NamespaceMetadataTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespaceVersionAsync(String namespaceVersion)
NamespaceMetadataTypeNamespaceMetadataType.writeNamespaceVersion(String).writeNamespaceVersionAsync in interface NamespaceMetadataTypepublic PropertyTypeNode getNamespaceVersionNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNamespaceVersionNode in interface NamespaceMetadataTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getNamespaceVersionNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getNamespaceVersionNode().getNamespaceVersionNodeAsync in interface NamespaceMetadataTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getNamespacePublicationDate()
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe returned value is the last seen; it is not read live from the server.
getNamespacePublicationDate in interface NamespaceMetadataTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespacePublicationDate Node.public void setNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe value is only updated locally; it is not written to the server.
setNamespacePublicationDate in interface NamespaceMetadataTypenamespacePublicationDate - the local value to set for the NamespacePublicationDate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespacePublicationDate Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readNamespacePublicationDate()
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypereadNamespacePublicationDate in interface NamespaceMetadataTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeNamespacePublicationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypewriteNamespacePublicationDate in interface NamespaceMetadataTypenamespacePublicationDate - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readNamespacePublicationDateAsync()
NamespaceMetadataTypeNamespaceMetadataType.readNamespacePublicationDate().readNamespacePublicationDateAsync in interface NamespaceMetadataTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespacePublicationDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
NamespaceMetadataTypeNamespaceMetadataType.writeNamespacePublicationDate(DateTime).writeNamespacePublicationDateAsync in interface NamespaceMetadataTypepublic PropertyTypeNode getNamespacePublicationDateNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNamespacePublicationDateNode in interface NamespaceMetadataTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getNamespacePublicationDateNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getNamespacePublicationDateNode().getNamespacePublicationDateNodeAsync in interface NamespaceMetadataTypepublic Boolean getIsNamespaceSubset() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe returned value is the last seen; it is not read live from the server.
getIsNamespaceSubset in interface NamespaceMetadataTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IsNamespaceSubset Node.public void setIsNamespaceSubset(Boolean isNamespaceSubset) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe value is only updated locally; it is not written to the server.
setIsNamespaceSubset in interface NamespaceMetadataTypeisNamespaceSubset - the local value to set for the IsNamespaceSubset Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IsNamespaceSubset Node.public Boolean readIsNamespaceSubset() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypereadIsNamespaceSubset in interface NamespaceMetadataTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeIsNamespaceSubset(Boolean isNamespaceSubset) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypewriteIsNamespaceSubset in interface NamespaceMetadataTypeisNamespaceSubset - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Boolean> readIsNamespaceSubsetAsync()
NamespaceMetadataTypeNamespaceMetadataType.readIsNamespaceSubset().readIsNamespaceSubsetAsync in interface NamespaceMetadataTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIsNamespaceSubsetAsync(Boolean isNamespaceSubset)
NamespaceMetadataTypeNamespaceMetadataType.writeIsNamespaceSubset(Boolean).writeIsNamespaceSubsetAsync in interface NamespaceMetadataTypepublic PropertyTypeNode getIsNamespaceSubsetNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getIsNamespaceSubsetNode in interface NamespaceMetadataTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getIsNamespaceSubsetNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getIsNamespaceSubsetNode().getIsNamespaceSubsetNodeAsync in interface NamespaceMetadataTypepublic org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] getStaticNodeIdTypes()
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe returned value is the last seen; it is not read live from the server.
getStaticNodeIdTypes in interface NamespaceMetadataTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNodeIdTypes Node.public void setStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe value is only updated locally; it is not written to the server.
setStaticNodeIdTypes in interface NamespaceMetadataTypestaticNodeIdTypes - the local value to set for the StaticNodeIdTypes Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNodeIdTypes Node.public org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] readStaticNodeIdTypes()
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypereadStaticNodeIdTypes in interface NamespaceMetadataTypeIdType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeStaticNodeIdTypes(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypewriteStaticNodeIdTypes in interface NamespaceMetadataTypestaticNodeIdTypes - the IdType[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[]> readStaticNodeIdTypesAsync()
NamespaceMetadataTypeNamespaceMetadataType.readStaticNodeIdTypes().readStaticNodeIdTypesAsync in interface NamespaceMetadataTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStaticNodeIdTypesAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.IdType[] staticNodeIdTypes)
NamespaceMetadataTypeNamespaceMetadataType.writeStaticNodeIdTypes(IdType[]).writeStaticNodeIdTypesAsync in interface NamespaceMetadataTypepublic PropertyTypeNode getStaticNodeIdTypesNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getStaticNodeIdTypesNode in interface NamespaceMetadataTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getStaticNodeIdTypesNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getStaticNodeIdTypesNode().getStaticNodeIdTypesNodeAsync in interface NamespaceMetadataTypepublic String[] getStaticNumericNodeIdRange() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe returned value is the last seen; it is not read live from the server.
getStaticNumericNodeIdRange in interface NamespaceMetadataTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNumericNodeIdRange Node.public void setStaticNumericNodeIdRange(String[] staticNumericNodeIdRange) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe value is only updated locally; it is not written to the server.
setStaticNumericNodeIdRange in interface NamespaceMetadataTypestaticNumericNodeIdRange - the local value to set for the StaticNumericNodeIdRange Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticNumericNodeIdRange Node.public String[] readStaticNumericNodeIdRange() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypereadStaticNumericNodeIdRange in interface NamespaceMetadataTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeStaticNumericNodeIdRange(String[] staticNumericNodeIdRange) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypewriteStaticNumericNodeIdRange in interface NamespaceMetadataTypestaticNumericNodeIdRange - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String[]> readStaticNumericNodeIdRangeAsync()
NamespaceMetadataTypeNamespaceMetadataType.readStaticNumericNodeIdRange().readStaticNumericNodeIdRangeAsync in interface NamespaceMetadataTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStaticNumericNodeIdRangeAsync(String[] staticNumericNodeIdRange)
NamespaceMetadataTypeNamespaceMetadataType.writeStaticNumericNodeIdRange(String[]).writeStaticNumericNodeIdRangeAsync in interface NamespaceMetadataTypepublic PropertyTypeNode getStaticNumericNodeIdRangeNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getStaticNumericNodeIdRangeNode in interface NamespaceMetadataTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getStaticNumericNodeIdRangeNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getStaticNumericNodeIdRangeNode().getStaticNumericNodeIdRangeNodeAsync in interface NamespaceMetadataTypepublic String getStaticStringNodeIdPattern() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe returned value is the last seen; it is not read live from the server.
getStaticStringNodeIdPattern in interface NamespaceMetadataTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticStringNodeIdPattern Node.public void setStaticStringNodeIdPattern(String staticStringNodeIdPattern) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeThe value is only updated locally; it is not written to the server.
setStaticStringNodeIdPattern in interface NamespaceMetadataTypestaticStringNodeIdPattern - the local value to set for the StaticStringNodeIdPattern Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StaticStringNodeIdPattern Node.public String readStaticStringNodeIdPattern() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypereadStaticStringNodeIdPattern in interface NamespaceMetadataTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeStaticStringNodeIdPattern(String staticStringNodeIdPattern) throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypewriteStaticStringNodeIdPattern in interface NamespaceMetadataTypestaticStringNodeIdPattern - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readStaticStringNodeIdPatternAsync()
NamespaceMetadataTypeNamespaceMetadataType.readStaticStringNodeIdPattern().readStaticStringNodeIdPatternAsync in interface NamespaceMetadataTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStaticStringNodeIdPatternAsync(String staticStringNodeIdPattern)
NamespaceMetadataTypeNamespaceMetadataType.writeStaticStringNodeIdPattern(String).writeStaticStringNodeIdPatternAsync in interface NamespaceMetadataTypepublic PropertyTypeNode getStaticStringNodeIdPatternNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getStaticStringNodeIdPatternNode in interface NamespaceMetadataTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getStaticStringNodeIdPatternNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getStaticStringNodeIdPatternNode().getStaticStringNodeIdPatternNodeAsync in interface NamespaceMetadataTypepublic AddressSpaceFileTypeNode getNamespaceFileNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespaceMetadataTypeAddressSpaceFileType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNamespaceFileNode in interface NamespaceMetadataTypeAddressSpaceFileType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends AddressSpaceFileTypeNode> getNamespaceFileNodeAsync()
NamespaceMetadataTypeNamespaceMetadataType.getNamespaceFileNode().getNamespaceFileNodeAsync in interface NamespaceMetadataTypeCopyright © 2021. All rights reserved.