Klasse ExpandedNodeId
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExpandedNodeId
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final PascalStringprotected final booleanprotected final NodeIdTypeDefinitionprotected final Longprotected final boolean -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungExpandedNodeId(boolean namespaceURISpecified, boolean serverIndexSpecified, NodeIdTypeDefinition nodeId, PascalString namespaceURI, Long serverIndex) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintbooleanbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) static ExpandedNodeIdstaticParse(ReadBuffer readBuffer) static ExpandedNodeIdstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
namespaceURISpecified
protected final boolean namespaceURISpecified -
serverIndexSpecified
protected final boolean serverIndexSpecified -
nodeId
-
namespaceURI
-
serverIndex
-
-
Konstruktordetails
-
ExpandedNodeId
public ExpandedNodeId(boolean namespaceURISpecified, boolean serverIndexSpecified, NodeIdTypeDefinition nodeId, PascalString namespaceURI, Long serverIndex)
-
-
Methodendetails
-
getNamespaceURISpecified
public boolean getNamespaceURISpecified() -
getServerIndexSpecified
public boolean getServerIndexSpecified() -
getNodeId
-
getNamespaceURI
-
getServerIndex
-
getIdentifier
-
serialize
- Angegeben von:
serializein SchnittstelleSerializable- Löst aus:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Angegeben von:
getLengthInBytesin SchnittstelleMessage
-
getLengthInBits
public int getLengthInBits()- Angegeben von:
getLengthInBitsin SchnittstelleMessage
-
staticParse
public static ExpandedNodeId staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-