|
||||||||||
| 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.NotificationMessage
public class NotificationMessage
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected ExtensionObject[] |
NotificationData
|
protected DateTime |
PublishTime
|
protected UnsignedInteger |
SequenceNumber
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
NotificationMessage()
|
|
NotificationMessage(UnsignedInteger SequenceNumber,
DateTime PublishTime,
ExtensionObject[] NotificationData)
|
|
| Method Summary | |
|---|---|
NotificationMessage |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
ExtensionObject[] |
getNotificationData()
|
DateTime |
getPublishTime()
|
UnsignedInteger |
getSequenceNumber()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setNotificationData(ExtensionObject[] NotificationData)
|
void |
setPublishTime(DateTime PublishTime)
|
void |
setSequenceNumber(UnsignedInteger SequenceNumber)
|
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 UnsignedInteger SequenceNumber
protected DateTime PublishTime
protected ExtensionObject[] NotificationData
| Constructor Detail |
|---|
public NotificationMessage()
public NotificationMessage(UnsignedInteger SequenceNumber,
DateTime PublishTime,
ExtensionObject[] NotificationData)
| Method Detail |
|---|
public UnsignedInteger getSequenceNumber()
public void setSequenceNumber(UnsignedInteger SequenceNumber)
public DateTime getPublishTime()
public void setPublishTime(DateTime PublishTime)
public ExtensionObject[] getNotificationData()
public void setNotificationData(ExtensionObject[] NotificationData)
public NotificationMessage 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 | |||||||||