org.opcfoundation.ua.core
Class BrowsePathTarget

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

public class BrowsePathTarget
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  UnsignedInteger RemainingPathIndex
           
protected  ExpandedNodeId TargetId
           
static ExpandedNodeId XML
           
 
Constructor Summary
BrowsePathTarget()
           
BrowsePathTarget(ExpandedNodeId TargetId, UnsignedInteger RemainingPathIndex)
           
 
Method Summary
 BrowsePathTarget clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 UnsignedInteger getRemainingPathIndex()
           
 ExpandedNodeId getTargetId()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setRemainingPathIndex(UnsignedInteger RemainingPathIndex)
           
 void setTargetId(ExpandedNodeId TargetId)
           
 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

TargetId

protected ExpandedNodeId TargetId

RemainingPathIndex

protected UnsignedInteger RemainingPathIndex
Constructor Detail

BrowsePathTarget

public BrowsePathTarget()

BrowsePathTarget

public BrowsePathTarget(ExpandedNodeId TargetId,
                        UnsignedInteger RemainingPathIndex)
Method Detail

getTargetId

public ExpandedNodeId getTargetId()

setTargetId

public void setTargetId(ExpandedNodeId TargetId)

getRemainingPathIndex

public UnsignedInteger getRemainingPathIndex()

setRemainingPathIndex

public void setRemainingPathIndex(UnsignedInteger RemainingPathIndex)

clone

public BrowsePathTarget clone()
Deep clone

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

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.