com.prosysopc.ua.types.opcua.client
Class ServerCapabilitiesTypeImplBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.client.nodes.UaNodeImpl
com.prosysopc.ua.client.nodes.UaInstanceImpl
com.prosysopc.ua.client.nodes.UaObjectImpl
com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
com.prosysopc.ua.types.opcua.client.ServerCapabilitiesTypeImplBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaObject, BaseInstanceType, BaseObjectType, ServerCapabilitiesType
- Direct Known Subclasses:
- ServerCapabilitiesTypeImpl
public abstract class ServerCapabilitiesTypeImplBase
- extends BaseObjectTypeImpl
- implements ServerCapabilitiesType
Describes the capabilities supported by the server.
Generated on 2018-05-09 10:45:27
| 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 |
ServerCapabilitiesTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
| Methods inherited from class com.prosysopc.ua.client.nodes.UaObjectImpl |
addComponent, call, call, call, callAsync, callAsync, callAsync, callMethod, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue |
| Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl |
addProperties, addProperty, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, assertTypeSupport, assertTypeSupport, beforeAddReference, deleteReference, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, equals, findPlaceholders, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeId, getNodeVersion, getNodeVersionString, getProperties, getProperty, getPropertyValue, getReference, getReferenceList, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hashCode, hasProperty, hasTypeDefinition, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setNodeVersion, setPropertyValue, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
| 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 |
ServerCapabilitiesTypeImplBase
protected ServerCapabilitiesTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
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)
throws StatusException
- Specified by:
setServerProfileArray in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setLocaleIdArray in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setMinSupportedSampleRate in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setMaxBrowseContinuationPoints in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setMaxQueryContinuationPoints in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setMaxHistoryContinuationPoints in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setSoftwareCertificates in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setMaxArrayLength in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setMaxStringLength in interface ServerCapabilitiesType
- Throws:
StatusException
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)
throws StatusException
- Specified by:
setMaxByteStringLength in interface ServerCapabilitiesType
- Throws:
StatusException
getVendorCapability_PlaceholderNodes
public List<? extends ServerVendorCapabilityType> getVendorCapability_PlaceholderNodes()
- Specified by:
getVendorCapability_PlaceholderNodes in interface ServerCapabilitiesType
getOperationLimitsNode
public OperationLimitsType getOperationLimitsNode()
- Specified by:
getOperationLimitsNode in interface ServerCapabilitiesType
getModellingRulesNode
public FolderType getModellingRulesNode()
- Specified by:
getModellingRulesNode in interface ServerCapabilitiesType
getAggregateFunctionsNode
public FolderType getAggregateFunctionsNode()
- Specified by:
getAggregateFunctionsNode in interface ServerCapabilitiesType
Copyright © 2018. All rights reserved.