|
||||||||||
| 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.CallMethodRequest
public class CallMethodRequest
| 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 |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected NodeId ObjectId
protected NodeId MethodId
protected Variant[] InputArguments
| Constructor Detail |
|---|
public CallMethodRequest()
public CallMethodRequest(NodeId ObjectId,
NodeId MethodId,
Variant[] InputArguments)
| Method Detail |
|---|
public NodeId getObjectId()
public void setObjectId(NodeId ObjectId)
public NodeId getMethodId()
public void setMethodId(NodeId MethodId)
public Variant[] getInputArguments()
public void setInputArguments(Variant[] InputArguments)
public CallMethodRequest 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 | |||||||||