org.opcfoundation.ua.core
Class RelativePathElement

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

public class RelativePathElement
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  Boolean IncludeSubtypes
           
protected  Boolean IsInverse
           
protected  NodeId ReferenceTypeId
           
protected  QualifiedName TargetName
           
static ExpandedNodeId XML
           
 
Constructor Summary
RelativePathElement()
           
RelativePathElement(NodeId ReferenceTypeId, Boolean IsInverse, Boolean IncludeSubtypes, QualifiedName TargetName)
           
 
Method Summary
 RelativePathElement clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 Boolean getIncludeSubtypes()
           
 Boolean getIsInverse()
           
 NodeId getReferenceTypeId()
           
 QualifiedName getTargetName()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setIncludeSubtypes(Boolean IncludeSubtypes)
           
 void setIsInverse(Boolean IsInverse)
           
 void setReferenceTypeId(NodeId ReferenceTypeId)
           
 void setTargetName(QualifiedName TargetName)
           
 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

ReferenceTypeId

protected NodeId ReferenceTypeId

IsInverse

protected Boolean IsInverse

IncludeSubtypes

protected Boolean IncludeSubtypes

TargetName

protected QualifiedName TargetName
Constructor Detail

RelativePathElement

public RelativePathElement()

RelativePathElement

public RelativePathElement(NodeId ReferenceTypeId,
                           Boolean IsInverse,
                           Boolean IncludeSubtypes,
                           QualifiedName TargetName)
Method Detail

getReferenceTypeId

public NodeId getReferenceTypeId()

setReferenceTypeId

public void setReferenceTypeId(NodeId ReferenceTypeId)

getIsInverse

public Boolean getIsInverse()

setIsInverse

public void setIsInverse(Boolean IsInverse)

getIncludeSubtypes

public Boolean getIncludeSubtypes()

setIncludeSubtypes

public void setIncludeSubtypes(Boolean IncludeSubtypes)

getTargetName

public QualifiedName getTargetName()

setTargetName

public void setTargetName(QualifiedName TargetName)

clone

public RelativePathElement clone()
Deep clone

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

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.