|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.ModificationInfo
public class ModificationInfo
| 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 |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected DateTime ModificationTime
protected HistoryUpdateType UpdateType
protected String UserName
| Constructor Detail |
|---|
public ModificationInfo()
public ModificationInfo(DateTime ModificationTime,
HistoryUpdateType UpdateType,
String UserName)
| Method Detail |
|---|
public DateTime getModificationTime()
public void setModificationTime(DateTime ModificationTime)
public HistoryUpdateType getUpdateType()
public void setUpdateType(HistoryUpdateType UpdateType)
public String getUserName()
public void setUserName(String UserName)
public ModificationInfo clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
ExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
ExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
ExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||