org.opcfoundation.ua.core
Class ReadProcessedDetails

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

public class ReadProcessedDetails
extends HistoryReadDetails


Field Summary
protected  AggregateConfiguration AggregateConfiguration
           
protected  NodeId[] AggregateType
           
static ExpandedNodeId BINARY
           
protected  DateTime EndTime
           
static ExpandedNodeId ID
           
protected  Double ProcessingInterval
           
protected  DateTime StartTime
           
static ExpandedNodeId XML
           
 
Constructor Summary
ReadProcessedDetails()
           
ReadProcessedDetails(DateTime StartTime, DateTime EndTime, Double ProcessingInterval, NodeId[] AggregateType, AggregateConfiguration AggregateConfiguration)
           
 
Method Summary
 ReadProcessedDetails clone()
          Deep clone
 boolean equals(Object obj)
           
 AggregateConfiguration getAggregateConfiguration()
           
 NodeId[] getAggregateType()
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 DateTime getEndTime()
           
 Double getProcessingInterval()
           
 DateTime getStartTime()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setAggregateConfiguration(AggregateConfiguration AggregateConfiguration)
           
 void setAggregateType(NodeId[] AggregateType)
           
 void setEndTime(DateTime EndTime)
           
 void setProcessingInterval(Double ProcessingInterval)
           
 void setStartTime(DateTime StartTime)
           
 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

StartTime

protected DateTime StartTime

EndTime

protected DateTime EndTime

ProcessingInterval

protected Double ProcessingInterval

AggregateType

protected NodeId[] AggregateType

AggregateConfiguration

protected AggregateConfiguration AggregateConfiguration
Constructor Detail

ReadProcessedDetails

public ReadProcessedDetails()

ReadProcessedDetails

public ReadProcessedDetails(DateTime StartTime,
                            DateTime EndTime,
                            Double ProcessingInterval,
                            NodeId[] AggregateType,
                            AggregateConfiguration AggregateConfiguration)
Method Detail

getStartTime

public DateTime getStartTime()

setStartTime

public void setStartTime(DateTime StartTime)

getEndTime

public DateTime getEndTime()

setEndTime

public void setEndTime(DateTime EndTime)

getProcessingInterval

public Double getProcessingInterval()

setProcessingInterval

public void setProcessingInterval(Double ProcessingInterval)

getAggregateType

public NodeId[] getAggregateType()

setAggregateType

public void setAggregateType(NodeId[] AggregateType)

getAggregateConfiguration

public AggregateConfiguration getAggregateConfiguration()

setAggregateConfiguration

public void setAggregateConfiguration(AggregateConfiguration AggregateConfiguration)

clone

public ReadProcessedDetails clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class HistoryReadDetails
Returns:
cloned ReadProcessedDetails

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class HistoryReadDetails

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

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

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

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

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

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

toString

public String toString()
Overrides:
toString in class HistoryReadDetails


Copyright © 2018. All rights reserved.