org.opcfoundation.ua.core
Class Argument

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

public class Argument
extends AbstractStructure


Field Summary
protected  UnsignedInteger[] ArrayDimensions
           
static ExpandedNodeId BINARY
           
protected  NodeId DataType
           
protected  LocalizedText Description
           
static ExpandedNodeId ID
           
protected  String Name
           
protected  Integer ValueRank
           
static ExpandedNodeId XML
           
 
Constructor Summary
Argument()
           
Argument(String Name, NodeId DataType, Integer ValueRank, UnsignedInteger[] ArrayDimensions, LocalizedText Description)
           
 
Method Summary
 Argument clone()
          Deep clone
 boolean equals(Object obj)
           
 UnsignedInteger[] getArrayDimensions()
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 NodeId getDataType()
           
 LocalizedText getDescription()
           
 String getName()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 Integer getValueRank()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setArrayDimensions(UnsignedInteger[] ArrayDimensions)
           
 void setDataType(NodeId DataType)
           
 void setDescription(LocalizedText Description)
           
 void setName(String Name)
           
 void setValueRank(Integer ValueRank)
           
 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

Name

protected String Name

DataType

protected NodeId DataType

ValueRank

protected Integer ValueRank

ArrayDimensions

protected UnsignedInteger[] ArrayDimensions

Description

protected LocalizedText Description
Constructor Detail

Argument

public Argument()

Argument

public Argument(String Name,
                NodeId DataType,
                Integer ValueRank,
                UnsignedInteger[] ArrayDimensions,
                LocalizedText Description)
Method Detail

getName

public String getName()

setName

public void setName(String Name)

getDataType

public NodeId getDataType()

setDataType

public void setDataType(NodeId DataType)

getValueRank

public Integer getValueRank()

setValueRank

public void setValueRank(Integer ValueRank)

getArrayDimensions

public UnsignedInteger[] getArrayDimensions()

setArrayDimensions

public void setArrayDimensions(UnsignedInteger[] ArrayDimensions)

getDescription

public LocalizedText getDescription()

setDescription

public void setDescription(LocalizedText Description)

clone

public Argument clone()
Deep clone

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

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.