org.opcfoundation.ua.core
Class DeleteRawModifiedDetails

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

public class DeleteRawModifiedDetails
extends HistoryUpdateDetails


Field Summary
static ExpandedNodeId BINARY
           
protected  DateTime EndTime
           
static ExpandedNodeId ID
           
protected  Boolean IsDeleteModified
           
protected  DateTime StartTime
           
static ExpandedNodeId XML
           
 
Fields inherited from class org.opcfoundation.ua.core.HistoryUpdateDetails
NodeId
 
Constructor Summary
DeleteRawModifiedDetails()
           
DeleteRawModifiedDetails(NodeId NodeId, Boolean IsDeleteModified, DateTime StartTime, DateTime EndTime)
           
 
Method Summary
 DeleteRawModifiedDetails clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 DateTime getEndTime()
           
 Boolean getIsDeleteModified()
           
 DateTime getStartTime()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setEndTime(DateTime EndTime)
           
 void setIsDeleteModified(Boolean IsDeleteModified)
           
 void setStartTime(DateTime StartTime)
           
 String toString()
           
 
Methods inherited from class org.opcfoundation.ua.core.HistoryUpdateDetails
getNodeId, setNodeId
 
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

IsDeleteModified

protected Boolean IsDeleteModified

StartTime

protected DateTime StartTime

EndTime

protected DateTime EndTime
Constructor Detail

DeleteRawModifiedDetails

public DeleteRawModifiedDetails()

DeleteRawModifiedDetails

public DeleteRawModifiedDetails(NodeId NodeId,
                                Boolean IsDeleteModified,
                                DateTime StartTime,
                                DateTime EndTime)
Method Detail

getIsDeleteModified

public Boolean getIsDeleteModified()

setIsDeleteModified

public void setIsDeleteModified(Boolean IsDeleteModified)

getStartTime

public DateTime getStartTime()

setStartTime

public void setStartTime(DateTime StartTime)

getEndTime

public DateTime getEndTime()

setEndTime

public void setEndTime(DateTime EndTime)

clone

public DeleteRawModifiedDetails clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class HistoryUpdateDetails
Returns:
cloned DeleteRawModifiedDetails

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class HistoryUpdateDetails

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

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

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

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

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

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

toString

public String toString()
Overrides:
toString in class HistoryUpdateDetails


Copyright © 2018. All rights reserved.