Class VariantExpandedNodeId
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.Variant
-
- org.apache.plc4x.java.opcua.readwrite.VariantExpandedNodeId
-
- All Implemented Interfaces:
Message,Serializable
public class VariantExpandedNodeId extends Variant implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariantExpandedNodeId.VariantExpandedNodeIdBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
Variant.VariantBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerarrayLengthprotected List<ExpandedNodeId>value-
Fields inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
arrayDimensions, arrayDimensionsSpecified, arrayLengthSpecified, noOfArrayDimensions
-
-
Constructor Summary
Constructors Constructor Description VariantExpandedNodeId(boolean arrayLengthSpecified, boolean arrayDimensionsSpecified, Integer noOfArrayDimensions, List<Boolean> arrayDimensions, Integer arrayLength, List<ExpandedNodeId> value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetArrayLength()intgetLengthInBits()intgetLengthInBytes()List<ExpandedNodeId>getValue()BytegetVariantType()inthashCode()protected voidserializeVariantChild(WriteBuffer writeBuffer)static Variant.VariantBuilderstaticParseVariantBuilder(ReadBuffer readBuffer, Boolean arrayLengthSpecified)StringtoString()-
Methods inherited from class org.apache.plc4x.java.opcua.readwrite.Variant
getArrayDimensions, getArrayDimensionsSpecified, getArrayLengthSpecified, getNoOfArrayDimensions, serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Field Detail
-
arrayLength
protected final Integer arrayLength
-
value
protected final List<ExpandedNodeId> value
-
-
Method Detail
-
getVariantType
public Byte getVariantType()
- Specified by:
getVariantTypein classVariant
-
getArrayLength
public Integer getArrayLength()
-
getValue
public List<ExpandedNodeId> getValue()
-
serializeVariantChild
protected void serializeVariantChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeVariantChildin classVariant- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classVariant
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classVariant
-
staticParseVariantBuilder
public static Variant.VariantBuilder staticParseVariantBuilder(ReadBuffer readBuffer, Boolean arrayLengthSpecified) throws ParseException
- Throws:
ParseException
-
-