com.prosysopc.ua.types.opcua
Interface ServerCapabilitiesType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
ServerCapabilitiesTypeImpl, ServerCapabilitiesTypeImplBase, ServerCapabilitiesTypeNode, ServerCapabilitiesTypeNodeBase

public interface ServerCapabilitiesType
extends BaseObjectType

Describes the capabilities supported by the server.

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


Field Summary
static String AGGREGATE_FUNCTIONS
           
static String LOCALE_ID_ARRAY
           
static String MAX_ARRAY_LENGTH
           
static String MAX_BROWSE_CONTINUATION_POINTS
           
static String MAX_BYTE_STRING_LENGTH
           
static String MAX_HISTORY_CONTINUATION_POINTS
           
static String MAX_QUERY_CONTINUATION_POINTS
           
static String MAX_STRING_LENGTH
           
static String MIN_SUPPORTED_SAMPLE_RATE
           
static String MODELLING_RULES
           
static String OPERATION_LIMITS
           
static String SERVER_PROFILE_ARRAY
           
static String SOFTWARE_CERTIFICATES
           
static String VENDOR_CAPABILITY__PLACEHOLDER
           
 
Method Summary
 FolderType 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()
           
 FolderType getModellingRulesNode()
           
 OperationLimitsType getOperationLimitsNode()
           
 String[] getServerProfileArray()
           
 UaProperty getServerProfileArrayNode()
           
 org.opcfoundation.ua.core.SignedSoftwareCertificate[] getSoftwareCertificates()
           
 UaProperty getSoftwareCertificatesNode()
           
 List<? extends ServerVendorCapabilityType> getVendorCapability_PlaceholderNodes()
           
 void setLocaleIdArray(String[] value)
           
 void setMaxArrayLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxBrowseContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void setMaxByteStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMaxHistoryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void setMaxQueryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void setMaxStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setMinSupportedSampleRate(Double value)
           
 void setServerProfileArray(String[] value)
           
 void setSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] 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

SERVER_PROFILE_ARRAY

static final String SERVER_PROFILE_ARRAY
See Also:
Constant Field Values

LOCALE_ID_ARRAY

static final String LOCALE_ID_ARRAY
See Also:
Constant Field Values

MIN_SUPPORTED_SAMPLE_RATE

static final String MIN_SUPPORTED_SAMPLE_RATE
See Also:
Constant Field Values

MAX_BROWSE_CONTINUATION_POINTS

static final String MAX_BROWSE_CONTINUATION_POINTS
See Also:
Constant Field Values

MAX_QUERY_CONTINUATION_POINTS

static final String MAX_QUERY_CONTINUATION_POINTS
See Also:
Constant Field Values

MAX_HISTORY_CONTINUATION_POINTS

static final String MAX_HISTORY_CONTINUATION_POINTS
See Also:
Constant Field Values

SOFTWARE_CERTIFICATES

static final String SOFTWARE_CERTIFICATES
See Also:
Constant Field Values

MAX_ARRAY_LENGTH

static final String MAX_ARRAY_LENGTH
See Also:
Constant Field Values

MAX_STRING_LENGTH

static final String MAX_STRING_LENGTH
See Also:
Constant Field Values

MAX_BYTE_STRING_LENGTH

static final String MAX_BYTE_STRING_LENGTH
See Also:
Constant Field Values

OPERATION_LIMITS

static final String OPERATION_LIMITS
See Also:
Constant Field Values

MODELLING_RULES

static final String MODELLING_RULES
See Also:
Constant Field Values

AGGREGATE_FUNCTIONS

static final String AGGREGATE_FUNCTIONS
See Also:
Constant Field Values

VENDOR_CAPABILITY__PLACEHOLDER

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

getServerProfileArrayNode

UaProperty getServerProfileArrayNode()

getServerProfileArray

String[] getServerProfileArray()

setServerProfileArray

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

getLocaleIdArrayNode

UaProperty getLocaleIdArrayNode()

getLocaleIdArray

String[] getLocaleIdArray()

setLocaleIdArray

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

getMinSupportedSampleRateNode

UaProperty getMinSupportedSampleRateNode()

getMinSupportedSampleRate

Double getMinSupportedSampleRate()

setMinSupportedSampleRate

void setMinSupportedSampleRate(Double value)
                               throws StatusException
Throws:
StatusException

getMaxBrowseContinuationPointsNode

UaProperty getMaxBrowseContinuationPointsNode()

getMaxBrowseContinuationPoints

org.opcfoundation.ua.builtintypes.UnsignedShort getMaxBrowseContinuationPoints()

setMaxBrowseContinuationPoints

void setMaxBrowseContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
                                    throws StatusException
Throws:
StatusException

getMaxQueryContinuationPointsNode

UaProperty getMaxQueryContinuationPointsNode()

getMaxQueryContinuationPoints

org.opcfoundation.ua.builtintypes.UnsignedShort getMaxQueryContinuationPoints()

setMaxQueryContinuationPoints

void setMaxQueryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
                                   throws StatusException
Throws:
StatusException

getMaxHistoryContinuationPointsNode

UaProperty getMaxHistoryContinuationPointsNode()

getMaxHistoryContinuationPoints

org.opcfoundation.ua.builtintypes.UnsignedShort getMaxHistoryContinuationPoints()

setMaxHistoryContinuationPoints

void setMaxHistoryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
                                     throws StatusException
Throws:
StatusException

getSoftwareCertificatesNode

UaProperty getSoftwareCertificatesNode()

getSoftwareCertificates

org.opcfoundation.ua.core.SignedSoftwareCertificate[] getSoftwareCertificates()

setSoftwareCertificates

void setSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
                             throws StatusException
Throws:
StatusException

getMaxArrayLengthNode

UaProperty getMaxArrayLengthNode()

getMaxArrayLength

org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxArrayLength()

setMaxArrayLength

void setMaxArrayLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                       throws StatusException
Throws:
StatusException

getMaxStringLengthNode

UaProperty getMaxStringLengthNode()

getMaxStringLength

org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxStringLength()

setMaxStringLength

void setMaxStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                        throws StatusException
Throws:
StatusException

getMaxByteStringLengthNode

UaProperty getMaxByteStringLengthNode()

getMaxByteStringLength

org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxByteStringLength()

setMaxByteStringLength

void setMaxByteStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                            throws StatusException
Throws:
StatusException

getVendorCapability_PlaceholderNodes

List<? extends ServerVendorCapabilityType> getVendorCapability_PlaceholderNodes()

getOperationLimitsNode

OperationLimitsType getOperationLimitsNode()

getModellingRulesNode

FolderType getModellingRulesNode()

getAggregateFunctionsNode

FolderType getAggregateFunctionsNode()


Copyright © 2018. All rights reserved.