Class DataSetReaderDataType
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.DataSetReaderDataType
- All Implemented Interfaces:
UaDataType,UaStructuredType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeId -
Constructor Summary
ConstructorsConstructorDescriptionDataSetReaderDataType(@Nullable String name, Boolean enabled, Variant publisherId, UShort writerGroupId, UShort dataSetWriterId, DataSetMetaDataType dataSetMetaData, DataSetFieldContentMask dataSetFieldContentMask, Double messageReceiveTimeout, UInteger keyFrameCount, @Nullable String headerLayoutUri, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, KeyValuePair @Nullable [] dataSetReaderProperties, DataSetReaderTransportDataType transportSettings, DataSetReaderMessageDataType messageSettings, SubscribedDataSetDataType subscribedDataSet) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanKeyValuePair @Nullable []@Nullable String@Nullable StringgetName()@Nullable StringEndpointDescription @Nullable []Get theExpandedNodeIdidentifying this DataType.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.stack.core.types.UaDataType
getTypeName
-
Field Details
-
TYPE_ID
-
BINARY_ENCODING_ID
-
XML_ENCODING_ID
-
JSON_ENCODING_ID
-
-
Constructor Details
-
DataSetReaderDataType
public DataSetReaderDataType(@Nullable String name, Boolean enabled, Variant publisherId, UShort writerGroupId, UShort dataSetWriterId, DataSetMetaDataType dataSetMetaData, DataSetFieldContentMask dataSetFieldContentMask, Double messageReceiveTimeout, UInteger keyFrameCount, @Nullable String headerLayoutUri, MessageSecurityMode securityMode, @Nullable String securityGroupId, EndpointDescription @Nullable [] securityKeyServices, KeyValuePair @Nullable [] dataSetReaderProperties, DataSetReaderTransportDataType transportSettings, DataSetReaderMessageDataType messageSettings, SubscribedDataSetDataType subscribedDataSet)
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classStructure- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classStructure
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classStructure
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classStructure
-
getName
-
getEnabled
-
getPublisherId
-
getWriterGroupId
-
getDataSetWriterId
-
getDataSetMetaData
-
getDataSetFieldContentMask
-
getMessageReceiveTimeout
-
getKeyFrameCount
-
getHeaderLayoutUri
-
getSecurityMode
-
getSecurityGroupId
-
getSecurityKeyServices
-
getDataSetReaderProperties
-
getTransportSettings
-
getMessageSettings
-
getSubscribedDataSet
-
equals
-
hashCode
public int hashCode() -
toString
-
definition
-