com.prosysopc.ua.types.opcua.server
Class ServerCapabilitiesTypeNodeBase

java.lang.Object
  extended by com.prosysopc.ua.nodes.AbstractUaNode
      extended by com.prosysopc.ua.server.nodes.ServerNode
          extended by com.prosysopc.ua.server.nodes.BaseNode
              extended by com.prosysopc.ua.server.nodes.UaInstanceNode
                  extended by com.prosysopc.ua.server.nodes.UaObjectNode
                      extended by com.prosysopc.ua.server.nodes.AbstractGeneratedObjectNode
                          extended by com.prosysopc.ua.types.opcua.server.BaseObjectTypeNode
                              extended by com.prosysopc.ua.types.opcua.server.ServerCapabilitiesTypeNodeBase
All Implemented Interfaces:
UaInstance, UaNode, UaObject, GeneratedNode, UaCallable, BaseInstanceType, BaseObjectType, ServerCapabilitiesType
Direct Known Subclasses:
ServerCapabilitiesTypeNode

public abstract class ServerCapabilitiesTypeNodeBase
extends BaseObjectTypeNode
implements ServerCapabilitiesType

Describes the capabilities supported by the server.

Generated on 2018-05-09 10:46:24


Field Summary
 
Fields inherited from class com.prosysopc.ua.server.nodes.BaseNode
NODE_VERSION_PROPERTY_NAME
 
Fields inherited from class com.prosysopc.ua.server.nodes.ServerNode
eventListeners, INITIALIZATION_TIME, nodeManager, supportedAttributesMap
 
Fields inherited from interface com.prosysopc.ua.types.opcua.ServerCapabilitiesType
AGGREGATE_FUNCTIONS, LOCALE_ID_ARRAY, MAX_ARRAY_LENGTH, MAX_BROWSE_CONTINUATION_POINTS, MAX_BYTE_STRING_LENGTH, MAX_HISTORY_CONTINUATION_POINTS, MAX_QUERY_CONTINUATION_POINTS, MAX_STRING_LENGTH, MIN_SUPPORTED_SAMPLE_RATE, MODELLING_RULES, OPERATION_LIMITS, SERVER_PROFILE_ARRAY, SOFTWARE_CERTIFICATES, VENDOR_CAPABILITY__PLACEHOLDER
 
Constructor Summary
protected ServerCapabilitiesTypeNodeBase(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 
Method Summary
 void afterCreate()
          This method is called after NodeBuilder has constructed the instance, it is called for every sub-node that also implement this interface
 org.opcfoundation.ua.builtintypes.Variant[] callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
          Fallback implementation when no subtype handles the method call.
 FolderTypeNode getAggregateFunctionsNode()
           
 String[] getLocaleIdArray()
           
 UaProperty getLocaleIdArrayNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxArrayLength()
           
 UaProperty getMaxArrayLengthNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedShort getMaxBrowseContinuationPoints()
           
 UaProperty getMaxBrowseContinuationPointsNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxByteStringLength()
           
 UaProperty getMaxByteStringLengthNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedShort getMaxHistoryContinuationPoints()
           
 UaProperty getMaxHistoryContinuationPointsNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedShort getMaxQueryContinuationPoints()
           
 UaProperty getMaxQueryContinuationPointsNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxStringLength()
           
 UaProperty getMaxStringLengthNode()
           
 Double getMinSupportedSampleRate()
           
 UaProperty getMinSupportedSampleRateNode()
           
 FolderTypeNode getModellingRulesNode()
           
 OperationLimitsTypeNode getOperationLimitsNode()
           
static GeneratedNodeInitializer<ServerCapabilitiesTypeNode> getServerCapabilitiesTypeNodeInitializer()
           
 String[] getServerProfileArray()
           
 UaProperty getServerProfileArrayNode()
           
 org.opcfoundation.ua.core.SignedSoftwareCertificate[] getSoftwareCertificates()
           
 UaProperty getSoftwareCertificatesNode()
           
 List<? extends ServerVendorCapabilityType> getVendorCapability_PlaceholderNodes()
           
 void setLocaleIdArray(String[] value)
           
 void setMaxArrayLength(long value)
           
 void setMaxArrayLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxBrowseContinuationPoints(int value)
           
 void setMaxBrowseContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void setMaxByteStringLength(long value)
           
 void setMaxByteStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxHistoryContinuationPoints(int value)
           
 void setMaxHistoryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void setMaxQueryContinuationPoints(int value)
           
 void setMaxQueryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void setMaxStringLength(long value)
           
 void setMaxStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMinSupportedSampleRate(Double value)
           
static void setServerCapabilitiesTypeNodeInitializer(GeneratedNodeInitializer<ServerCapabilitiesTypeNode> serverCapabilitiesTypeNodeInitializerNewValue)
           
 void setServerProfileArray(String[] value)
           
 void setSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
           
 
Methods inherited from class com.prosysopc.ua.types.opcua.server.BaseObjectTypeNode
isCacheMethodIds, setCacheMethodIds
 
Methods inherited from class com.prosysopc.ua.server.nodes.AbstractGeneratedObjectNode
afterCreateInitIfExists, afterCreateSetValueIfExists, callAfterCreateIfExists, getDefaultTypeDefinition, getQualifiedName, isComponentMatch
 
Methods inherited from class com.prosysopc.ua.server.nodes.UaObjectNode
addCallListener, callMethod, deleteIfNodeExists, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, removeCallListener, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue
 
Methods inherited from class com.prosysopc.ua.server.nodes.UaInstanceNode
addModellingRule, beforeAddReference, getTypeDefinition, getTypeDefinitionId, hasTypeDefinition, registerOverridePlainMethod, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId, supportsTypeDefinitionNode
 
Methods inherited from class com.prosysopc.ua.server.nodes.BaseNode
addPlainProperty, addPlainVariable, assertTypeSupport, assertTypeSupport, createNodeId, createNodeId, createReflectiveInstanceProperty, createReflectiveInstanceProperty, deleteReference, deleteReference, doAddProperty, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeVersion, getNodeVersionValue, getProperties, getProperty, getPropertyValue, getReferencesAsList, getStandardBrowseName, getStandardDisplayText, getUserWriteMask, getWriteMask, hasProperty, hasReference, hasUserWriteAccess, hasWriteAccess, incNodeVersion, initNodeVersion, isChildOfType, readAttribute, readAttribute, registerCallbackProperty, registerPlainInstanceProperty, registerPlainInstanceProperty, registerPlainProperty, registerPlainProperty, registerPlainVariable, registerPlainVariable, registerReflectiveInstanceProperty, registerReflectiveInstanceVariable, registerReflectiveProperty, registerReflectiveVariable, removeProperty, setAccessLevelRecursively, setAccessLevelRecursively, setAttribute, setBrowseName, setDescription, setDisplayName, setNodeVersionValue, setPropertyValue, setUserWriteMask, setWriteMask, writeAttribute
 
Methods inherited from class com.prosysopc.ua.server.nodes.ServerNode
addComponent, addDataChangeListener, addEventListener, addNewReference, addNewReference, addOrganizes, addProperties, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, dataChange, deleteReference, deleteReference, deleteReferences, doDeleteReference, equals, findPlaceholders, fireDataChange, fireEvent, fireEventInParents, getAddressSpace, getDefaultBrowseName, getNodeId, getNodeManager, getReference, getReferenceList, getReferences, getSupportedAttributes, getTargetNodes, hashCode, isAddNotifierReferencesToServerObject, isFalseOrNull, isMandatory, isMonitoredForEvents, isTrueOrNull, isType, referenceTypeInherits, removeComponent, removeDataChangeListener, removeEventListener, setAddNotifierReferencesToServerObject, setReferences, supportsAttribute, translateBrowsePathToNodeIds, validateHasEventSourceChain, validateHasEventSourceChain
 
Methods inherited from class com.prosysopc.ua.nodes.AbstractUaNode
getForwardReferences, getInverseReferences, getReferences, getReferences, referenceTypeInherits
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

ServerCapabilitiesTypeNodeBase

protected ServerCapabilitiesTypeNodeBase(NodeManagerUaNode nodeManager,
                                         org.opcfoundation.ua.builtintypes.NodeId nodeId,
                                         org.opcfoundation.ua.builtintypes.QualifiedName browseName,
                                         org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Method Detail

afterCreate

public void afterCreate()
Description copied from interface: GeneratedNode
This method is called after NodeBuilder has constructed the instance, it is called for every sub-node that also implement this interface

Specified by:
afterCreate in interface GeneratedNode
Overrides:
afterCreate in class BaseObjectTypeNode

getServerCapabilitiesTypeNodeInitializer

public static GeneratedNodeInitializer<ServerCapabilitiesTypeNode> getServerCapabilitiesTypeNodeInitializer()

setServerCapabilitiesTypeNodeInitializer

public static void setServerCapabilitiesTypeNodeInitializer(GeneratedNodeInitializer<ServerCapabilitiesTypeNode> serverCapabilitiesTypeNodeInitializerNewValue)

getServerProfileArrayNode

public UaProperty getServerProfileArrayNode()
Specified by:
getServerProfileArrayNode in interface ServerCapabilitiesType

getServerProfileArray

public String[] getServerProfileArray()
Specified by:
getServerProfileArray in interface ServerCapabilitiesType

setServerProfileArray

public void setServerProfileArray(String[] value)
Specified by:
setServerProfileArray in interface ServerCapabilitiesType

getLocaleIdArrayNode

public UaProperty getLocaleIdArrayNode()
Specified by:
getLocaleIdArrayNode in interface ServerCapabilitiesType

getLocaleIdArray

public String[] getLocaleIdArray()
Specified by:
getLocaleIdArray in interface ServerCapabilitiesType

setLocaleIdArray

public void setLocaleIdArray(String[] value)
Specified by:
setLocaleIdArray in interface ServerCapabilitiesType

getMinSupportedSampleRateNode

public UaProperty getMinSupportedSampleRateNode()
Specified by:
getMinSupportedSampleRateNode in interface ServerCapabilitiesType

getMinSupportedSampleRate

public Double getMinSupportedSampleRate()
Specified by:
getMinSupportedSampleRate in interface ServerCapabilitiesType

setMinSupportedSampleRate

public void setMinSupportedSampleRate(Double value)
Specified by:
setMinSupportedSampleRate in interface ServerCapabilitiesType

getMaxBrowseContinuationPointsNode

public UaProperty getMaxBrowseContinuationPointsNode()
Specified by:
getMaxBrowseContinuationPointsNode in interface ServerCapabilitiesType

getMaxBrowseContinuationPoints

public org.opcfoundation.ua.builtintypes.UnsignedShort getMaxBrowseContinuationPoints()
Specified by:
getMaxBrowseContinuationPoints in interface ServerCapabilitiesType

setMaxBrowseContinuationPoints

public void setMaxBrowseContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
Specified by:
setMaxBrowseContinuationPoints in interface ServerCapabilitiesType

setMaxBrowseContinuationPoints

public void setMaxBrowseContinuationPoints(int value)

getMaxQueryContinuationPointsNode

public UaProperty getMaxQueryContinuationPointsNode()
Specified by:
getMaxQueryContinuationPointsNode in interface ServerCapabilitiesType

getMaxQueryContinuationPoints

public org.opcfoundation.ua.builtintypes.UnsignedShort getMaxQueryContinuationPoints()
Specified by:
getMaxQueryContinuationPoints in interface ServerCapabilitiesType

setMaxQueryContinuationPoints

public void setMaxQueryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
Specified by:
setMaxQueryContinuationPoints in interface ServerCapabilitiesType

setMaxQueryContinuationPoints

public void setMaxQueryContinuationPoints(int value)

getMaxHistoryContinuationPointsNode

public UaProperty getMaxHistoryContinuationPointsNode()
Specified by:
getMaxHistoryContinuationPointsNode in interface ServerCapabilitiesType

getMaxHistoryContinuationPoints

public org.opcfoundation.ua.builtintypes.UnsignedShort getMaxHistoryContinuationPoints()
Specified by:
getMaxHistoryContinuationPoints in interface ServerCapabilitiesType

setMaxHistoryContinuationPoints

public void setMaxHistoryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
Specified by:
setMaxHistoryContinuationPoints in interface ServerCapabilitiesType

setMaxHistoryContinuationPoints

public void setMaxHistoryContinuationPoints(int value)

getSoftwareCertificatesNode

public UaProperty getSoftwareCertificatesNode()
Specified by:
getSoftwareCertificatesNode in interface ServerCapabilitiesType

getSoftwareCertificates

public org.opcfoundation.ua.core.SignedSoftwareCertificate[] getSoftwareCertificates()
Specified by:
getSoftwareCertificates in interface ServerCapabilitiesType

setSoftwareCertificates

public void setSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
Specified by:
setSoftwareCertificates in interface ServerCapabilitiesType

getMaxArrayLengthNode

public UaProperty getMaxArrayLengthNode()
Specified by:
getMaxArrayLengthNode in interface ServerCapabilitiesType

getMaxArrayLength

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxArrayLength()
Specified by:
getMaxArrayLength in interface ServerCapabilitiesType

setMaxArrayLength

public void setMaxArrayLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setMaxArrayLength in interface ServerCapabilitiesType

setMaxArrayLength

public void setMaxArrayLength(long value)

getMaxStringLengthNode

public UaProperty getMaxStringLengthNode()
Specified by:
getMaxStringLengthNode in interface ServerCapabilitiesType

getMaxStringLength

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxStringLength()
Specified by:
getMaxStringLength in interface ServerCapabilitiesType

setMaxStringLength

public void setMaxStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setMaxStringLength in interface ServerCapabilitiesType

setMaxStringLength

public void setMaxStringLength(long value)

getMaxByteStringLengthNode

public UaProperty getMaxByteStringLengthNode()
Specified by:
getMaxByteStringLengthNode in interface ServerCapabilitiesType

getMaxByteStringLength

public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxByteStringLength()
Specified by:
getMaxByteStringLength in interface ServerCapabilitiesType

setMaxByteStringLength

public void setMaxByteStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
Specified by:
setMaxByteStringLength in interface ServerCapabilitiesType

setMaxByteStringLength

public void setMaxByteStringLength(long value)

getVendorCapability_PlaceholderNodes

public List<? extends ServerVendorCapabilityType> getVendorCapability_PlaceholderNodes()
Specified by:
getVendorCapability_PlaceholderNodes in interface ServerCapabilitiesType

getOperationLimitsNode

public OperationLimitsTypeNode getOperationLimitsNode()
Specified by:
getOperationLimitsNode in interface ServerCapabilitiesType

getModellingRulesNode

public FolderTypeNode getModellingRulesNode()
Specified by:
getModellingRulesNode in interface ServerCapabilitiesType

getAggregateFunctionsNode

public FolderTypeNode getAggregateFunctionsNode()
Specified by:
getAggregateFunctionsNode in interface ServerCapabilitiesType

callMethod

public org.opcfoundation.ua.builtintypes.Variant[] callMethod(ServiceContext serviceContext,
                                                              org.opcfoundation.ua.builtintypes.NodeId methodId,
                                                              org.opcfoundation.ua.builtintypes.Variant[] inputArguments,
                                                              org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults,
                                                              org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
                                                       throws StatusException
Description copied from class: UaObjectNode
Fallback implementation when no subtype handles the method call.

Specified by:
callMethod in interface UaCallable
Overrides:
callMethod in class UaObjectNode
Returns:
Throws:
StatusException


Copyright © 2018. All rights reserved.