Class PublishedActionMethodDataType
java.lang.Object
org.eclipse.milo.opcua.stack.core.types.structured.Structure
org.eclipse.milo.opcua.stack.core.types.structured.PublishedDataSetSourceDataType
org.eclipse.milo.opcua.stack.core.types.structured.PublishedActionDataType
org.eclipse.milo.opcua.stack.core.types.structured.PublishedActionMethodDataType
- All Implemented Interfaces:
UaDataType,UaStructuredType
public class PublishedActionMethodDataType
extends PublishedActionDataType
implements UaStructuredType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeIdstatic final ExpandedNodeId -
Constructor Summary
ConstructorsConstructorDescriptionPublishedActionMethodDataType(DataSetMetaDataType requestDataSetMetaData, ActionTargetDataType @Nullable [] actionTargets, ActionMethodDataType @Nullable [] actionMethods) -
Method Summary
Modifier and TypeMethodDescriptionstatic StructureDefinitiondefinition(NamespaceTable namespaceTable) booleanActionMethodDataType @Nullable []Get theExpandedNodeIdidentifying this DataType.inthashCode()toString()Methods inherited from class org.eclipse.milo.opcua.stack.core.types.structured.PublishedActionDataType
getActionTargets, getRequestDataSetMetaDataMethods 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
-
PublishedActionMethodDataType
public PublishedActionMethodDataType(DataSetMetaDataType requestDataSetMetaData, ActionTargetDataType @Nullable [] actionTargets, ActionMethodDataType @Nullable [] actionMethods)
-
-
Method Details
-
getTypeId
Description copied from interface:UaDataTypeGet theExpandedNodeIdidentifying this DataType.- Specified by:
getTypeIdin interfaceUaDataType- Overrides:
getTypeIdin classPublishedActionDataType- Returns:
- the
ExpandedNodeIdidentifying this DataType.
-
getBinaryEncodingId
- Specified by:
getBinaryEncodingIdin interfaceUaStructuredType- Overrides:
getBinaryEncodingIdin classPublishedActionDataType
-
getXmlEncodingId
- Specified by:
getXmlEncodingIdin interfaceUaStructuredType- Overrides:
getXmlEncodingIdin classPublishedActionDataType
-
getJsonEncodingId
- Specified by:
getJsonEncodingIdin interfaceUaStructuredType- Overrides:
getJsonEncodingIdin classPublishedActionDataType
-
getActionMethods
-
equals
- Overrides:
equalsin classPublishedActionDataType
-
hashCode
public int hashCode()- Overrides:
hashCodein classPublishedActionDataType
-
toString
- Overrides:
toStringin classPublishedActionDataType
-
definition
-