public interface BuildInfoType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getBuildDate()
Get the local value of the BuildDate Node.
|
BaseDataVariableType |
getBuildDateNode()
Get the BuildDate
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getBuildDateNodeAsync()
Asynchronous implementation of
getBuildDateNode(). |
String |
getBuildNumber()
Get the local value of the BuildNumber Node.
|
BaseDataVariableType |
getBuildNumberNode()
Get the BuildNumber
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getBuildNumberNodeAsync()
Asynchronous implementation of
getBuildNumberNode(). |
String |
getManufacturerName()
Get the local value of the ManufacturerName Node.
|
BaseDataVariableType |
getManufacturerNameNode()
Get the ManufacturerName
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getManufacturerNameNodeAsync()
Asynchronous implementation of
getManufacturerNameNode(). |
String |
getProductName()
Get the local value of the ProductName Node.
|
BaseDataVariableType |
getProductNameNode()
Get the ProductName
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getProductNameNodeAsync()
Asynchronous implementation of
getProductNameNode(). |
String |
getProductUri()
Get the local value of the ProductUri Node.
|
BaseDataVariableType |
getProductUriNode()
Get the ProductUri
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getProductUriNodeAsync()
Asynchronous implementation of
getProductUriNode(). |
String |
getSoftwareVersion()
Get the local value of the SoftwareVersion Node.
|
BaseDataVariableType |
getSoftwareVersionNode()
Get the SoftwareVersion
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSoftwareVersionNodeAsync()
Asynchronous implementation of
getSoftwareVersionNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readBuildDate()
Read the value of the BuildDate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readBuildDateAsync()
An asynchronous implementation of
readBuildDate(). |
String |
readBuildNumber()
Read the value of the BuildNumber Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readBuildNumberAsync()
An asynchronous implementation of
readBuildNumber(). |
String |
readManufacturerName()
Read the value of the ManufacturerName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readManufacturerNameAsync()
An asynchronous implementation of
readManufacturerName(). |
String |
readProductName()
Read the value of the ProductName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readProductNameAsync()
An asynchronous implementation of
readProductName(). |
String |
readProductUri()
Read the value of the ProductUri Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readProductUriAsync()
An asynchronous implementation of
readProductUri(). |
String |
readSoftwareVersion()
Read the value of the SoftwareVersion Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSoftwareVersionAsync()
An asynchronous implementation of
readSoftwareVersion(). |
void |
setBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
Set the local value of the BuildDate Node.
|
void |
setBuildNumber(String buildNumber)
Set the local value of the BuildNumber Node.
|
void |
setManufacturerName(String manufacturerName)
Set the local value of the ManufacturerName Node.
|
void |
setProductName(String productName)
Set the local value of the ProductName Node.
|
void |
setProductUri(String productUri)
Set the local value of the ProductUri Node.
|
void |
setSoftwareVersion(String softwareVersion)
Set the local value of the SoftwareVersion Node.
|
void |
writeBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
Write a new value for the BuildDate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBuildDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
An asynchronous implementation of
writeBuildDate(DateTime). |
void |
writeBuildNumber(String buildNumber)
Write a new value for the BuildNumber Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBuildNumberAsync(String buildNumber)
An asynchronous implementation of
writeBuildNumber(String). |
void |
writeManufacturerName(String manufacturerName)
Write a new value for the ManufacturerName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeManufacturerNameAsync(String manufacturerName)
An asynchronous implementation of
writeManufacturerName(String). |
void |
writeProductName(String productName)
Write a new value for the ProductName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeProductNameAsync(String productName)
An asynchronous implementation of
writeProductName(String). |
void |
writeProductUri(String productUri)
Write a new value for the ProductUri Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeProductUriAsync(String productUri)
An asynchronous implementation of
writeProductUri(String). |
void |
writeSoftwareVersion(String softwareVersion)
Write a new value for the SoftwareVersion Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSoftwareVersionAsync(String softwareVersion)
An asynchronous implementation of
writeSoftwareVersion(String). |
getAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskString getProductUri() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductUri Node.void setProductUri(String productUri) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
productUri - the local value to set for the ProductUri Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductUri Node.String readProductUri() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeProductUri(String productUri) throws org.eclipse.milo.opcua.stack.core.UaException
productUri - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readProductUriAsync()
readProductUri().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeProductUriAsync(String productUri)
writeProductUri(String).BaseDataVariableType getProductUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends BaseDataVariableType> getProductUriNodeAsync()
getProductUriNode().String getManufacturerName() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ManufacturerName Node.void setManufacturerName(String manufacturerName) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
manufacturerName - the local value to set for the ManufacturerName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ManufacturerName Node.String readManufacturerName() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeManufacturerName(String manufacturerName) throws org.eclipse.milo.opcua.stack.core.UaException
manufacturerName - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readManufacturerNameAsync()
readManufacturerName().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeManufacturerNameAsync(String manufacturerName)
writeManufacturerName(String).BaseDataVariableType getManufacturerNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends BaseDataVariableType> getManufacturerNameNodeAsync()
getManufacturerNameNode().String getProductName() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductName Node.void setProductName(String productName) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
productName - the local value to set for the ProductName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductName Node.String readProductName() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeProductName(String productName) throws org.eclipse.milo.opcua.stack.core.UaException
productName - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readProductNameAsync()
readProductName().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeProductNameAsync(String productName)
writeProductName(String).BaseDataVariableType getProductNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends BaseDataVariableType> getProductNameNodeAsync()
getProductNameNode().String getSoftwareVersion() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SoftwareVersion Node.void setSoftwareVersion(String softwareVersion) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
softwareVersion - the local value to set for the SoftwareVersion Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SoftwareVersion Node.String readSoftwareVersion() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSoftwareVersion(String softwareVersion) throws org.eclipse.milo.opcua.stack.core.UaException
softwareVersion - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readSoftwareVersionAsync()
readSoftwareVersion().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSoftwareVersionAsync(String softwareVersion)
writeSoftwareVersion(String).BaseDataVariableType getSoftwareVersionNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends BaseDataVariableType> getSoftwareVersionNodeAsync()
getSoftwareVersionNode().String getBuildNumber() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildNumber Node.void setBuildNumber(String buildNumber) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
buildNumber - the local value to set for the BuildNumber Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildNumber Node.String readBuildNumber() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeBuildNumber(String buildNumber) throws org.eclipse.milo.opcua.stack.core.UaException
buildNumber - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readBuildNumberAsync()
readBuildNumber().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBuildNumberAsync(String buildNumber)
writeBuildNumber(String).BaseDataVariableType getBuildNumberNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends BaseDataVariableType> getBuildNumberNodeAsync()
getBuildNumberNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getBuildDate()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildDate Node.void setBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
buildDate - the local value to set for the BuildDate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildDate Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readBuildDate()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
throws org.eclipse.milo.opcua.stack.core.UaException
buildDate - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readBuildDateAsync()
readBuildDate().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBuildDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
writeBuildDate(DateTime).BaseDataVariableType getBuildDateNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends BaseDataVariableType> getBuildDateNodeAsync()
getBuildDateNode().Copyright © 2021. All rights reserved.