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
| 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 |
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
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.