com.prosysopc.ua.types.opcua
Interface BuildInfoType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
BuildInfoTypeImpl, BuildInfoTypeImplBase, BuildInfoTypeNode, BuildInfoTypeNodeBase

public interface BuildInfoType
extends BaseDataVariableType

Generated on 2018-05-09 10:45:27


Field Summary
static String BUILD_DATE
           
static String BUILD_NUMBER
           
static String MANUFACTURER_NAME
           
static String PRODUCT_NAME
           
static String PRODUCT_URI
           
static String SOFTWARE_VERSION
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.DateTime getBuildDate()
           
 BaseDataVariableType getBuildDateNode()
           
 String getBuildNumber()
           
 BaseDataVariableType getBuildNumberNode()
           
 String getManufacturerName()
           
 BaseDataVariableType getManufacturerNameNode()
           
 String getProductName()
           
 BaseDataVariableType getProductNameNode()
           
 String getProductUri()
           
 BaseDataVariableType getProductUriNode()
           
 String getSoftwareVersion()
           
 BaseDataVariableType getSoftwareVersionNode()
           
 void setBuildDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setBuildNumber(String value)
           
 void setManufacturerName(String value)
           
 void setProductName(String value)
           
 void setProductUri(String value)
           
 void setSoftwareVersion(String value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

PRODUCT_URI

static final String PRODUCT_URI
See Also:
Constant Field Values

MANUFACTURER_NAME

static final String MANUFACTURER_NAME
See Also:
Constant Field Values

PRODUCT_NAME

static final String PRODUCT_NAME
See Also:
Constant Field Values

SOFTWARE_VERSION

static final String SOFTWARE_VERSION
See Also:
Constant Field Values

BUILD_NUMBER

static final String BUILD_NUMBER
See Also:
Constant Field Values

BUILD_DATE

static final String BUILD_DATE
See Also:
Constant Field Values
Method Detail

getProductUriNode

BaseDataVariableType getProductUriNode()

getProductUri

String getProductUri()

setProductUri

void setProductUri(String value)
                   throws StatusException
Throws:
StatusException

getManufacturerNameNode

BaseDataVariableType getManufacturerNameNode()

getManufacturerName

String getManufacturerName()

setManufacturerName

void setManufacturerName(String value)
                         throws StatusException
Throws:
StatusException

getProductNameNode

BaseDataVariableType getProductNameNode()

getProductName

String getProductName()

setProductName

void setProductName(String value)
                    throws StatusException
Throws:
StatusException

getSoftwareVersionNode

BaseDataVariableType getSoftwareVersionNode()

getSoftwareVersion

String getSoftwareVersion()

setSoftwareVersion

void setSoftwareVersion(String value)
                        throws StatusException
Throws:
StatusException

getBuildNumberNode

BaseDataVariableType getBuildNumberNode()

getBuildNumber

String getBuildNumber()

setBuildNumber

void setBuildNumber(String value)
                    throws StatusException
Throws:
StatusException

getBuildDateNode

BaseDataVariableType getBuildDateNode()

getBuildDate

org.opcfoundation.ua.builtintypes.DateTime getBuildDate()

setBuildDate

void setBuildDate(org.opcfoundation.ua.builtintypes.DateTime value)
                  throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.