org.opcfoundation.ua.core
Class CallMethodRequest

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

public class CallMethodRequest
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  Variant[] InputArguments
           
protected  NodeId MethodId
           
protected  NodeId ObjectId
           
static ExpandedNodeId XML
           
 
Constructor Summary
CallMethodRequest()
           
CallMethodRequest(NodeId ObjectId, NodeId MethodId, Variant[] InputArguments)
           
 
Method Summary
 CallMethodRequest clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 Variant[] getInputArguments()
           
 NodeId getMethodId()
           
 NodeId getObjectId()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setInputArguments(Variant[] InputArguments)
           
 void setMethodId(NodeId MethodId)
           
 void setObjectId(NodeId ObjectId)
           
 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

ObjectId

protected NodeId ObjectId

MethodId

protected NodeId MethodId

InputArguments

protected Variant[] InputArguments
Constructor Detail

CallMethodRequest

public CallMethodRequest()

CallMethodRequest

public CallMethodRequest(NodeId ObjectId,
                         NodeId MethodId,
                         Variant[] InputArguments)
Method Detail

getObjectId

public NodeId getObjectId()

setObjectId

public void setObjectId(NodeId ObjectId)

getMethodId

public NodeId getMethodId()

setMethodId

public void setMethodId(NodeId MethodId)

getInputArguments

public Variant[] getInputArguments()

setInputArguments

public void setInputArguments(Variant[] InputArguments)

clone

public CallMethodRequest clone()
Deep clone

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

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.