|
||||||||||
| 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.Annotation
public class Annotation
| Field Summary | |
|---|---|
protected DateTime |
AnnotationTime
|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected String |
Message
|
protected String |
UserName
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
Annotation()
|
|
Annotation(String Message,
String UserName,
DateTime AnnotationTime)
|
|
| Method Summary | |
|---|---|
Annotation |
clone()
Deep clone |
boolean |
equals(Object obj)
|
DateTime |
getAnnotationTime()
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
String |
getMessage()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
String |
getUserName()
|
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setAnnotationTime(DateTime AnnotationTime)
|
void |
setMessage(String Message)
|
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 String Message
protected String UserName
protected DateTime AnnotationTime
| Constructor Detail |
|---|
public Annotation()
public Annotation(String Message,
String UserName,
DateTime AnnotationTime)
| Method Detail |
|---|
public String getMessage()
public void setMessage(String Message)
public String getUserName()
public void setUserName(String UserName)
public DateTime getAnnotationTime()
public void setAnnotationTime(DateTime AnnotationTime)
public Annotation 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 | |||||||||