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