org.opcfoundation.ua.core
Class VariableTypeAttributes

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.NodeAttributes
          extended by org.opcfoundation.ua.core.VariableTypeAttributes
All Implemented Interfaces:
Cloneable, Structure, IEncodeable

public class VariableTypeAttributes
extends NodeAttributes


Field Summary
protected  UnsignedInteger[] ArrayDimensions
           
static ExpandedNodeId BINARY
           
protected  NodeId DataType
           
static ExpandedNodeId ID
           
protected  Boolean IsAbstract
           
protected  Variant Value
           
protected  Integer ValueRank
           
static ExpandedNodeId XML
           
 
Fields inherited from class org.opcfoundation.ua.core.NodeAttributes
Description, DisplayName, SpecifiedAttributes, UserWriteMask, WriteMask
 
Constructor Summary
VariableTypeAttributes()
           
VariableTypeAttributes(UnsignedInteger SpecifiedAttributes, LocalizedText DisplayName, LocalizedText Description, UnsignedInteger WriteMask, UnsignedInteger UserWriteMask, Variant Value, NodeId DataType, Integer ValueRank, UnsignedInteger[] ArrayDimensions, Boolean IsAbstract)
           
 
Method Summary
 VariableTypeAttributes clone()
          Deep clone
 boolean equals(Object obj)
           
 UnsignedInteger[] getArrayDimensions()
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 NodeId getDataType()
           
 Boolean getIsAbstract()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 Variant getValue()
           
 Integer getValueRank()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setArrayDimensions(UnsignedInteger[] ArrayDimensions)
           
 void setDataType(NodeId DataType)
           
 void setIsAbstract(Boolean IsAbstract)
           
 void setValue(Variant Value)
           
 void setValueRank(Integer ValueRank)
           
 String toString()
           
 
Methods inherited from class org.opcfoundation.ua.core.NodeAttributes
getDescription, getDisplayName, getSpecifiedAttributes, getUserWriteMask, getWriteMask, setDescription, setDisplayName, setSpecifiedAttributes, setUserWriteMask, setWriteMask
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final ExpandedNodeId ID

BINARY

public static final ExpandedNodeId BINARY

XML

public static final ExpandedNodeId XML

Value

protected Variant Value

DataType

protected NodeId DataType

ValueRank

protected Integer ValueRank

ArrayDimensions

protected UnsignedInteger[] ArrayDimensions

IsAbstract

protected Boolean IsAbstract
Constructor Detail

VariableTypeAttributes

public VariableTypeAttributes()

VariableTypeAttributes

public VariableTypeAttributes(UnsignedInteger SpecifiedAttributes,
                              LocalizedText DisplayName,
                              LocalizedText Description,
                              UnsignedInteger WriteMask,
                              UnsignedInteger UserWriteMask,
                              Variant Value,
                              NodeId DataType,
                              Integer ValueRank,
                              UnsignedInteger[] ArrayDimensions,
                              Boolean IsAbstract)
Method Detail

getValue

public Variant getValue()

setValue

public void setValue(Variant Value)

getDataType

public NodeId getDataType()

setDataType

public void setDataType(NodeId DataType)

getValueRank

public Integer getValueRank()

setValueRank

public void setValueRank(Integer ValueRank)

getArrayDimensions

public UnsignedInteger[] getArrayDimensions()

setArrayDimensions

public void setArrayDimensions(UnsignedInteger[] ArrayDimensions)

getIsAbstract

public Boolean getIsAbstract()

setIsAbstract

public void setIsAbstract(Boolean IsAbstract)

clone

public VariableTypeAttributes clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class NodeAttributes
Returns:
cloned VariableTypeAttributes

equals

public boolean equals(Object obj)
Overrides:
equals in class NodeAttributes

hashCode

public int hashCode()
Overrides:
hashCode in class NodeAttributes

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Overrides:
getTypeId in class NodeAttributes
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Overrides:
getXmlEncodeId in class NodeAttributes
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Overrides:
getBinaryEncodeId in class NodeAttributes
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class NodeAttributes


Copyright © 2018. All rights reserved.