Class ExpandedNodeId
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.ExpandedNodeId
-
- All Implemented Interfaces:
Message,Serializable
public class ExpandedNodeId extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected PascalStringnamespaceURIprotected booleannamespaceURISpecifiedprotected NodeIdTypeDefinitionnodeIdprotected LongserverIndexprotected booleanserverIndexSpecified
-
Constructor Summary
Constructors Constructor Description ExpandedNodeId(boolean namespaceURISpecified, boolean serverIndexSpecified, NodeIdTypeDefinition nodeId, PascalString namespaceURI, Long serverIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIdentifier()intgetLengthInBits()intgetLengthInBytes()PascalStringgetNamespaceURI()booleangetNamespaceURISpecified()NodeIdTypeDefinitiongetNodeId()LonggetServerIndex()booleangetServerIndexSpecified()inthashCode()voidserialize(WriteBuffer writeBuffer)static ExpandedNodeIdstaticParse(ReadBuffer readBuffer)static ExpandedNodeIdstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
namespaceURISpecified
protected final boolean namespaceURISpecified
-
serverIndexSpecified
protected final boolean serverIndexSpecified
-
nodeId
protected final NodeIdTypeDefinition nodeId
-
namespaceURI
protected final PascalString namespaceURI
-
serverIndex
protected final Long serverIndex
-
-
Constructor Detail
-
ExpandedNodeId
public ExpandedNodeId(boolean namespaceURISpecified, boolean serverIndexSpecified, NodeIdTypeDefinition nodeId, PascalString namespaceURI, Long serverIndex)
-
-
Method Detail
-
getNamespaceURISpecified
public boolean getNamespaceURISpecified()
-
getServerIndexSpecified
public boolean getServerIndexSpecified()
-
getNodeId
public NodeIdTypeDefinition getNodeId()
-
getNamespaceURI
public PascalString getNamespaceURI()
-
getServerIndex
public Long getServerIndex()
-
getIdentifier
public String getIdentifier()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- 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
public static ExpandedNodeId staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-