Class XmlElement
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.XmlElement
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintgetValue()inthashCode()voidserialize(WriteBuffer writeBuffer) static XmlElementstaticParse(ReadBuffer readBuffer) static XmlElementstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
length
protected final int length -
value
-
-
Constructor Details
-
XmlElement
-
-
Method Details
-
getLength
public int getLength() -
getValue
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
- Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-