org.opcfoundation.ua.core
Class HistoryReadValueId

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

public class HistoryReadValueId
extends AbstractStructure
implements Structure, Cloneable


Field Summary
static ExpandedNodeId BINARY
           
protected  ByteString ContinuationPoint
           
protected  QualifiedName DataEncoding
           
static ExpandedNodeId ID
           
protected  String IndexRange
           
protected  NodeId NodeId
           
static ExpandedNodeId XML
           
 
Constructor Summary
HistoryReadValueId()
           
HistoryReadValueId(NodeId NodeId, String IndexRange, QualifiedName DataEncoding, ByteString ContinuationPoint)
           
 
Method Summary
 HistoryReadValueId clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 ByteString getContinuationPoint()
           
 QualifiedName getDataEncoding()
           
 String getIndexRange()
           
 NodeId getNodeId()
           
 NumericRange getParsedIndexRange()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setContinuationPoint(ByteString ContinuationPoint)
           
 void setDataEncoding(QualifiedName DataEncoding)
           
 void setIndexRange(String IndexRange)
           
 void setNodeId(NodeId NodeId)
           
 void setParsedIndexRange(NumericRange parsedIndexRange)
           
 String toString()
           
static ServiceResult validate(HistoryReadValueId valueId)
           
 
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

NodeId

protected NodeId NodeId

IndexRange

protected String IndexRange

DataEncoding

protected QualifiedName DataEncoding

ContinuationPoint

protected ByteString ContinuationPoint
Constructor Detail

HistoryReadValueId

public HistoryReadValueId()

HistoryReadValueId

public HistoryReadValueId(NodeId NodeId,
                          String IndexRange,
                          QualifiedName DataEncoding,
                          ByteString ContinuationPoint)
Method Detail

getNodeId

public NodeId getNodeId()

setNodeId

public void setNodeId(NodeId NodeId)

getIndexRange

public String getIndexRange()

setIndexRange

public void setIndexRange(String IndexRange)

getDataEncoding

public QualifiedName getDataEncoding()

setDataEncoding

public void setDataEncoding(QualifiedName DataEncoding)

getContinuationPoint

public ByteString getContinuationPoint()

setContinuationPoint

public void setContinuationPoint(ByteString ContinuationPoint)

clone

public HistoryReadValueId clone()
Deep clone

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

validate

public static ServiceResult validate(HistoryReadValueId valueId)

getParsedIndexRange

public NumericRange getParsedIndexRange()

setParsedIndexRange

public void setParsedIndexRange(NumericRange parsedIndexRange)

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.