org.opcfoundation.ua.core
Class ModificationInfo

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

public class ModificationInfo
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  DateTime ModificationTime
           
protected  HistoryUpdateType UpdateType
           
protected  String UserName
           
static ExpandedNodeId XML
           
 
Constructor Summary
ModificationInfo()
           
ModificationInfo(DateTime ModificationTime, HistoryUpdateType UpdateType, String UserName)
           
 
Method Summary
 ModificationInfo clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 DateTime getModificationTime()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 HistoryUpdateType getUpdateType()
           
 String getUserName()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setModificationTime(DateTime ModificationTime)
           
 void setUpdateType(HistoryUpdateType UpdateType)
           
 void setUserName(String UserName)
           
 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

ModificationTime

protected DateTime ModificationTime

UpdateType

protected HistoryUpdateType UpdateType

UserName

protected String UserName
Constructor Detail

ModificationInfo

public ModificationInfo()

ModificationInfo

public ModificationInfo(DateTime ModificationTime,
                        HistoryUpdateType UpdateType,
                        String UserName)
Method Detail

getModificationTime

public DateTime getModificationTime()

setModificationTime

public void setModificationTime(DateTime ModificationTime)

getUpdateType

public HistoryUpdateType getUpdateType()

setUpdateType

public void setUpdateType(HistoryUpdateType UpdateType)

getUserName

public String getUserName()

setUserName

public void setUserName(String UserName)

clone

public ModificationInfo clone()
Deep clone

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

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.