Class ExtensionObjectEncodingMask
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectEncodingMask
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final booleanprotected final boolean -
Constructor Summary
ConstructorsConstructorDescriptionExtensionObjectEncodingMask(boolean typeIdSpecified, boolean xmlbody, boolean binaryBody) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintbooleanbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) static ExtensionObjectEncodingMaskstaticParse(ReadBuffer readBuffer) static ExtensionObjectEncodingMaskstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
typeIdSpecified
protected final boolean typeIdSpecified -
xmlbody
protected final boolean xmlbody -
binaryBody
protected final boolean binaryBody
-
-
Constructor Details
-
ExtensionObjectEncodingMask
public ExtensionObjectEncodingMask(boolean typeIdSpecified, boolean xmlbody, boolean binaryBody)
-
-
Method Details
-
getTypeIdSpecified
public boolean getTypeIdSpecified() -
getXmlbody
public boolean getXmlbody() -
getBinaryBody
public boolean getBinaryBody() -
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 ExtensionObjectEncodingMask staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-