org.opcfoundation.ua.core
Class NodeTypeDescription

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

public class NodeTypeDescription
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
protected  QueryDataDescription[] DataToReturn
           
static ExpandedNodeId ID
           
protected  Boolean IncludeSubTypes
           
protected  ExpandedNodeId TypeDefinitionNode
           
static ExpandedNodeId XML
           
 
Constructor Summary
NodeTypeDescription()
           
NodeTypeDescription(ExpandedNodeId TypeDefinitionNode, Boolean IncludeSubTypes, QueryDataDescription[] DataToReturn)
           
 
Method Summary
 NodeTypeDescription clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 QueryDataDescription[] getDataToReturn()
           
 Boolean getIncludeSubTypes()
           
 ExpandedNodeId getTypeDefinitionNode()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setDataToReturn(QueryDataDescription[] DataToReturn)
           
 void setIncludeSubTypes(Boolean IncludeSubTypes)
           
 void setTypeDefinitionNode(ExpandedNodeId TypeDefinitionNode)
           
 String toString()
           
 
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

TypeDefinitionNode

protected ExpandedNodeId TypeDefinitionNode

IncludeSubTypes

protected Boolean IncludeSubTypes

DataToReturn

protected QueryDataDescription[] DataToReturn
Constructor Detail

NodeTypeDescription

public NodeTypeDescription()

NodeTypeDescription

public NodeTypeDescription(ExpandedNodeId TypeDefinitionNode,
                           Boolean IncludeSubTypes,
                           QueryDataDescription[] DataToReturn)
Method Detail

getTypeDefinitionNode

public ExpandedNodeId getTypeDefinitionNode()

setTypeDefinitionNode

public void setTypeDefinitionNode(ExpandedNodeId TypeDefinitionNode)

getIncludeSubTypes

public Boolean getIncludeSubTypes()

setIncludeSubTypes

public void setIncludeSubTypes(Boolean IncludeSubTypes)

getDataToReturn

public QueryDataDescription[] getDataToReturn()

setDataToReturn

public void setDataToReturn(QueryDataDescription[] DataToReturn)

clone

public NodeTypeDescription clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class AbstractStructure
Returns:
cloned NodeTypeDescription

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.