org.opcfoundation.ua.core
Class QueryDataDescription

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

public class QueryDataDescription
extends AbstractStructure


Field Summary
protected  UnsignedInteger AttributeId
           
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  String IndexRange
           
protected  RelativePath RelativePath
           
static ExpandedNodeId XML
           
 
Constructor Summary
QueryDataDescription()
           
QueryDataDescription(RelativePath RelativePath, UnsignedInteger AttributeId, String IndexRange)
           
 
Method Summary
 QueryDataDescription clone()
          Deep clone
 boolean equals(Object obj)
           
 UnsignedInteger getAttributeId()
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 String getIndexRange()
           
 RelativePath getRelativePath()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setAttributeId(UnsignedInteger AttributeId)
           
 void setIndexRange(String IndexRange)
           
 void setRelativePath(RelativePath RelativePath)
           
 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

RelativePath

protected RelativePath RelativePath

AttributeId

protected UnsignedInteger AttributeId

IndexRange

protected String IndexRange
Constructor Detail

QueryDataDescription

public QueryDataDescription()

QueryDataDescription

public QueryDataDescription(RelativePath RelativePath,
                            UnsignedInteger AttributeId,
                            String IndexRange)
Method Detail

getRelativePath

public RelativePath getRelativePath()

setRelativePath

public void setRelativePath(RelativePath RelativePath)

getAttributeId

public UnsignedInteger getAttributeId()

setAttributeId

public void setAttributeId(UnsignedInteger AttributeId)

getIndexRange

public String getIndexRange()

setIndexRange

public void setIndexRange(String IndexRange)

clone

public QueryDataDescription clone()
Deep clone

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

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.