org.opcfoundation.ua.core
Class BrowsePath

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

public class BrowsePath
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  RelativePath RelativePath
           
protected  NodeId StartingNode
           
static ExpandedNodeId XML
           
 
Constructor Summary
BrowsePath()
           
BrowsePath(NodeId StartingNode, RelativePath RelativePath)
           
 
Method Summary
 BrowsePath clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 RelativePath getRelativePath()
           
 NodeId getStartingNode()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setRelativePath(RelativePath RelativePath)
           
 void setStartingNode(NodeId StartingNode)
           
 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

StartingNode

protected NodeId StartingNode

RelativePath

protected RelativePath RelativePath
Constructor Detail

BrowsePath

public BrowsePath()

BrowsePath

public BrowsePath(NodeId StartingNode,
                  RelativePath RelativePath)
Method Detail

getStartingNode

public NodeId getStartingNode()

setStartingNode

public void setStartingNode(NodeId StartingNode)

getRelativePath

public RelativePath getRelativePath()

setRelativePath

public void setRelativePath(RelativePath RelativePath)

clone

public BrowsePath clone()
Deep clone

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

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.