public interface NamespaceMetadataType extends BaseObjectType
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsNamespaceSubset() |
AddressSpaceFileType |
getNamespaceFile() |
com.digitalpetri.opcua.stack.core.types.builtin.DateTime |
getNamespacePublicationDate() |
String |
getNamespaceUri() |
String |
getNamespaceVersion() |
com.digitalpetri.opcua.stack.core.types.enumerated.IdType[] |
getStaticNodeIdIdentifierTypes() |
String[] |
getStaticNumericNodeIdRange() |
String[] |
getStaticStringNodeIdPattern() |
void |
setIsNamespaceSubset(Boolean isNamespaceSubset) |
void |
setNamespacePublicationDate(com.digitalpetri.opcua.stack.core.types.builtin.DateTime namespacePublicationDate) |
void |
setNamespaceUri(String namespaceUri) |
void |
setNamespaceVersion(String namespaceVersion) |
void |
setStaticNodeIdIdentifierTypes(com.digitalpetri.opcua.stack.core.types.enumerated.IdType[] staticNodeIdIdentifierTypes) |
void |
setStaticNumericNodeIdRange(String[] staticNumericNodeIdRange) |
void |
setStaticStringNodeIdPattern(String[] staticStringNodeIdPattern) |
String getNamespaceUri()
String getNamespaceVersion()
com.digitalpetri.opcua.stack.core.types.builtin.DateTime getNamespacePublicationDate()
Boolean getIsNamespaceSubset()
com.digitalpetri.opcua.stack.core.types.enumerated.IdType[] getStaticNodeIdIdentifierTypes()
String[] getStaticNumericNodeIdRange()
String[] getStaticStringNodeIdPattern()
AddressSpaceFileType getNamespaceFile()
void setNamespaceUri(String namespaceUri)
void setNamespaceVersion(String namespaceVersion)
void setNamespacePublicationDate(com.digitalpetri.opcua.stack.core.types.builtin.DateTime namespacePublicationDate)
void setIsNamespaceSubset(Boolean isNamespaceSubset)
void setStaticNodeIdIdentifierTypes(com.digitalpetri.opcua.stack.core.types.enumerated.IdType[] staticNodeIdIdentifierTypes)
void setStaticNumericNodeIdRange(String[] staticNumericNodeIdRange)
void setStaticStringNodeIdPattern(String[] staticStringNodeIdPattern)
Copyright © 2015. All rights reserved.