Class ExpandedNodeId
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExpandedNodeId
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PascalStringprotected final booleanprotected final NodeIdTypeDefinitionprotected final Longprotected final boolean -
Constructor Summary
ConstructorsConstructorDescriptionExpandedNodeId(boolean namespaceURISpecified, boolean serverIndexSpecified, NodeIdTypeDefinition nodeId, PascalString namespaceURI, Long serverIndex) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintbooleanbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) static ExpandedNodeIdstaticParse(ReadBuffer readBuffer) static ExpandedNodeIdstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
namespaceURISpecified
protected final boolean namespaceURISpecified -
serverIndexSpecified
protected final boolean serverIndexSpecified -
nodeId
-
namespaceURI
-
serverIndex
-
-
Constructor Details
-
ExpandedNodeId
public ExpandedNodeId(boolean namespaceURISpecified, boolean serverIndexSpecified, NodeIdTypeDefinition nodeId, PascalString namespaceURI, Long serverIndex)
-
-
Method Details
-
getNamespaceURISpecified
public boolean getNamespaceURISpecified() -
getServerIndexSpecified
public boolean getServerIndexSpecified() -
getNodeId
-
getNamespaceURI
-
getServerIndex
-
getIdentifier
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static ExpandedNodeId staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-