org.opcfoundation.ua.core
Class DeleteNodesItem

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

public class DeleteNodesItem
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
protected  Boolean DeleteTargetReferences
           
static ExpandedNodeId ID
           
protected  NodeId NodeId
           
static ExpandedNodeId XML
           
 
Constructor Summary
DeleteNodesItem()
           
DeleteNodesItem(NodeId NodeId, Boolean DeleteTargetReferences)
           
 
Method Summary
 DeleteNodesItem clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 Boolean getDeleteTargetReferences()
           
 NodeId getNodeId()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setDeleteTargetReferences(Boolean DeleteTargetReferences)
           
 void setNodeId(NodeId NodeId)
           
 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

NodeId

protected NodeId NodeId

DeleteTargetReferences

protected Boolean DeleteTargetReferences
Constructor Detail

DeleteNodesItem

public DeleteNodesItem()

DeleteNodesItem

public DeleteNodesItem(NodeId NodeId,
                       Boolean DeleteTargetReferences)
Method Detail

getNodeId

public NodeId getNodeId()

setNodeId

public void setNodeId(NodeId NodeId)

getDeleteTargetReferences

public Boolean getDeleteTargetReferences()

setDeleteTargetReferences

public void setDeleteTargetReferences(Boolean DeleteTargetReferences)

clone

public DeleteNodesItem clone()
Deep clone

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

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.