com.prosysopc.ua.types.opcua
Interface NamespaceMetadataType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
NamespaceMetadataTypeImpl, NamespaceMetadataTypeImplBase, NamespaceMetadataTypeNode, NamespaceMetadataTypeNodeBase

public interface NamespaceMetadataType
extends BaseObjectType

Provides the metadata for a namespace used by the server.

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


Field Summary
static String IS_NAMESPACE_SUBSET
           
static String NAMESPACE_FILE
           
static String NAMESPACE_PUBLICATION_DATE
           
static String NAMESPACE_URI
           
static String NAMESPACE_VERSION
           
static String STATIC_NODE_ID_TYPES
           
static String STATIC_NUMERIC_NODE_ID_RANGE
           
static String STATIC_STRING_NODE_ID_PATTERN
           
 
Method Summary
 UaProperty getIsNamespaceSubsetNode()
           
 AddressSpaceFileType getNamespaceFileNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getNamespacePublicationDate()
           
 UaProperty getNamespacePublicationDateNode()
           
 String getNamespaceUri()
           
 UaProperty getNamespaceUriNode()
           
 String getNamespaceVersion()
           
 UaProperty getNamespaceVersionNode()
           
 org.opcfoundation.ua.core.IdType[] getStaticNodeIdTypes()
           
 UaProperty getStaticNodeIdTypesNode()
           
 String[] getStaticNumericNodeIdRange()
           
 UaProperty getStaticNumericNodeIdRangeNode()
           
 String getStaticStringNodeIdPattern()
           
 UaProperty getStaticStringNodeIdPatternNode()
           
 Boolean isIsNamespaceSubset()
           
 void setIsNamespaceSubset(Boolean value)
           
 void setNamespacePublicationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setNamespaceUri(String value)
           
 void setNamespaceVersion(String value)
           
 void setStaticNodeIdTypes(org.opcfoundation.ua.core.IdType[] value)
           
 void setStaticNumericNodeIdRange(String[] value)
           
 void setStaticStringNodeIdPattern(String value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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

NAMESPACE_URI

static final String NAMESPACE_URI
See Also:
Constant Field Values

NAMESPACE_VERSION

static final String NAMESPACE_VERSION
See Also:
Constant Field Values

NAMESPACE_PUBLICATION_DATE

static final String NAMESPACE_PUBLICATION_DATE
See Also:
Constant Field Values

IS_NAMESPACE_SUBSET

static final String IS_NAMESPACE_SUBSET
See Also:
Constant Field Values

STATIC_NODE_ID_TYPES

static final String STATIC_NODE_ID_TYPES
See Also:
Constant Field Values

STATIC_NUMERIC_NODE_ID_RANGE

static final String STATIC_NUMERIC_NODE_ID_RANGE
See Also:
Constant Field Values

STATIC_STRING_NODE_ID_PATTERN

static final String STATIC_STRING_NODE_ID_PATTERN
See Also:
Constant Field Values

NAMESPACE_FILE

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

getNamespaceUriNode

UaProperty getNamespaceUriNode()

getNamespaceUri

String getNamespaceUri()

setNamespaceUri

void setNamespaceUri(String value)
                     throws StatusException
Throws:
StatusException

getNamespaceVersionNode

UaProperty getNamespaceVersionNode()

getNamespaceVersion

String getNamespaceVersion()

setNamespaceVersion

void setNamespaceVersion(String value)
                         throws StatusException
Throws:
StatusException

getNamespacePublicationDateNode

UaProperty getNamespacePublicationDateNode()

getNamespacePublicationDate

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

setNamespacePublicationDate

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

getIsNamespaceSubsetNode

UaProperty getIsNamespaceSubsetNode()

isIsNamespaceSubset

Boolean isIsNamespaceSubset()

setIsNamespaceSubset

void setIsNamespaceSubset(Boolean value)
                          throws StatusException
Throws:
StatusException

getStaticNodeIdTypesNode

UaProperty getStaticNodeIdTypesNode()

getStaticNodeIdTypes

org.opcfoundation.ua.core.IdType[] getStaticNodeIdTypes()

setStaticNodeIdTypes

void setStaticNodeIdTypes(org.opcfoundation.ua.core.IdType[] value)
                          throws StatusException
Throws:
StatusException

getStaticNumericNodeIdRangeNode

UaProperty getStaticNumericNodeIdRangeNode()

getStaticNumericNodeIdRange

String[] getStaticNumericNodeIdRange()

setStaticNumericNodeIdRange

void setStaticNumericNodeIdRange(String[] value)
                                 throws StatusException
Throws:
StatusException

getStaticStringNodeIdPatternNode

UaProperty getStaticStringNodeIdPatternNode()

getStaticStringNodeIdPattern

String getStaticStringNodeIdPattern()

setStaticStringNodeIdPattern

void setStaticStringNodeIdPattern(String value)
                                  throws StatusException
Throws:
StatusException

getNamespaceFileNode

AddressSpaceFileType getNamespaceFileNode()


Copyright © 2018. All rights reserved.