Class Node
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.Node
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final QualifiedNameprotected final LocalizedTextprotected final LocalizedTextprotected final NodeClassprotected final NodeIdprotected final intprotected final intprotected final intprotected final List<ExtensionObjectDefinition>protected final List<ExtensionObjectDefinition>protected final List<ExtensionObjectDefinition>protected final longprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionNode(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, long writeMask, long userWriteMask, int noOfRolePermissions, List<ExtensionObjectDefinition> rolePermissions, int noOfUserRolePermissions, List<ExtensionObjectDefinition> userRolePermissions, int accessRestrictions, int noOfReferences, List<ExtensionObjectDefinition> references) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintintintintlonglonginthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) static Node.NodeBuilderstaticParseBuilder(ReadBuffer readBuffer, String identifier) toString()Methods inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
nodeId
-
nodeClass
-
browseName
-
displayName
-
description
-
writeMask
protected final long writeMask -
userWriteMask
protected final long userWriteMask -
noOfRolePermissions
protected final int noOfRolePermissions -
rolePermissions
-
noOfUserRolePermissions
protected final int noOfUserRolePermissions -
userRolePermissions
-
accessRestrictions
protected final int accessRestrictions -
noOfReferences
protected final int noOfReferences -
references
-
-
Constructor Details
-
Node
public Node(NodeId nodeId, NodeClass nodeClass, QualifiedName browseName, LocalizedText displayName, LocalizedText description, long writeMask, long userWriteMask, int noOfRolePermissions, List<ExtensionObjectDefinition> rolePermissions, int noOfUserRolePermissions, List<ExtensionObjectDefinition> userRolePermissions, int accessRestrictions, int noOfReferences, List<ExtensionObjectDefinition> references)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getNodeId
-
getNodeClass
-
getBrowseName
-
getDisplayName
-
getDescription
-
getWriteMask
public long getWriteMask() -
getUserWriteMask
public long getUserWriteMask() -
getNoOfRolePermissions
public int getNoOfRolePermissions() -
getRolePermissions
-
getNoOfUserRolePermissions
public int getNoOfUserRolePermissions() -
getUserRolePermissions
-
getAccessRestrictions
public int getAccessRestrictions() -
getNoOfReferences
public int getNoOfReferences() -
getReferences
-
serializeExtensionObjectDefinitionChild
protected void serializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) throws SerializationException - Specified by:
serializeExtensionObjectDefinitionChildin classExtensionObjectDefinition- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classExtensionObjectDefinition
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classExtensionObjectDefinition
-
staticParseBuilder
public static Node.NodeBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-