org.opcfoundation.ua.core
Class MonitoredItemNotification

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

public class MonitoredItemNotification
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
protected  UnsignedInteger ClientHandle
           
static ExpandedNodeId ID
           
protected  DataValue Value
           
static ExpandedNodeId XML
           
 
Constructor Summary
MonitoredItemNotification()
           
MonitoredItemNotification(UnsignedInteger ClientHandle, DataValue Value)
           
 
Method Summary
 MonitoredItemNotification clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 UnsignedInteger getClientHandle()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 DataValue getValue()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setClientHandle(UnsignedInteger ClientHandle)
           
 void setValue(DataValue Value)
           
 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

ClientHandle

protected UnsignedInteger ClientHandle

Value

protected DataValue Value
Constructor Detail

MonitoredItemNotification

public MonitoredItemNotification()

MonitoredItemNotification

public MonitoredItemNotification(UnsignedInteger ClientHandle,
                                 DataValue Value)
Method Detail

getClientHandle

public UnsignedInteger getClientHandle()

setClientHandle

public void setClientHandle(UnsignedInteger ClientHandle)

getValue

public DataValue getValue()

setValue

public void setValue(DataValue Value)

clone

public MonitoredItemNotification clone()
Deep clone

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

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.