Class NodeIdString
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.NodeIdTypeDefinition
-
- org.apache.plc4x.java.opcua.readwrite.NodeIdString
-
- All Implemented Interfaces:
Message,Serializable
public class NodeIdString extends NodeIdTypeDefinition implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeIdString.NodeIdStringBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.NodeIdTypeDefinition
NodeIdTypeDefinition.NodeIdTypeDefinitionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected PascalStringidprotected intnamespaceIndex
-
Constructor Summary
Constructors Constructor Description NodeIdString(int namespaceIndex, PascalString id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PascalStringgetId()StringgetIdentifier()intgetLengthInBits()intgetLengthInBytes()intgetNamespaceIndex()NodeIdTypegetNodeType()inthashCode()protected voidserializeNodeIdTypeDefinitionChild(WriteBuffer writeBuffer)static NodeIdTypeDefinition.NodeIdTypeDefinitionBuilderstaticParseNodeIdTypeDefinitionBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.opcua.readwrite.NodeIdTypeDefinition
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Field Detail
-
namespaceIndex
protected final int namespaceIndex
-
id
protected final PascalString id
-
-
Constructor Detail
-
NodeIdString
public NodeIdString(int namespaceIndex, PascalString id)
-
-
Method Detail
-
getNodeType
public NodeIdType getNodeType()
- Specified by:
getNodeTypein classNodeIdTypeDefinition
-
getNamespaceIndex
public int getNamespaceIndex()
-
getId
public PascalString getId()
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin classNodeIdTypeDefinition
-
serializeNodeIdTypeDefinitionChild
protected void serializeNodeIdTypeDefinitionChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeNodeIdTypeDefinitionChildin classNodeIdTypeDefinition- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classNodeIdTypeDefinition
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classNodeIdTypeDefinition
-
staticParseNodeIdTypeDefinitionBuilder
public static NodeIdTypeDefinition.NodeIdTypeDefinitionBuilder staticParseNodeIdTypeDefinitionBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classNodeIdTypeDefinition
-
hashCode
public int hashCode()
- Overrides:
hashCodein classNodeIdTypeDefinition
-
toString
public String toString()
- Overrides:
toStringin classNodeIdTypeDefinition
-
-