org.opcfoundation.ua.core
Class WriteValue

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

public class WriteValue
extends AbstractStructure
implements Structure, Cloneable


Field Summary
protected  UnsignedInteger AttributeId
           
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  String IndexRange
           
protected  NodeId NodeId
           
protected  DataValue Value
           
static ExpandedNodeId XML
           
 
Constructor Summary
WriteValue()
           
WriteValue(NodeId NodeId, UnsignedInteger AttributeId, String IndexRange, DataValue Value)
           
 
Method Summary
 WriteValue clone()
          Deep clone
 boolean equals(Object obj)
           
 UnsignedInteger getAttributeId()
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 String getIndexRange()
           
 NodeId getNodeId()
           
 NumericRange getParsedIndexRange()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 DataValue getValue()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setAttributeId(UnsignedInteger AttributeId)
           
 void setIndexRange(String IndexRange)
           
 void setNodeId(NodeId NodeId)
           
 void setValue(DataValue Value)
           
static ServiceResult validate(WriteValue value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, 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

AttributeId

protected UnsignedInteger AttributeId

IndexRange

protected String IndexRange

Value

protected DataValue Value
Constructor Detail

WriteValue

public WriteValue()

WriteValue

public WriteValue(NodeId NodeId,
                  UnsignedInteger AttributeId,
                  String IndexRange,
                  DataValue Value)
Method Detail

getNodeId

public NodeId getNodeId()

setNodeId

public void setNodeId(NodeId NodeId)

getAttributeId

public UnsignedInteger getAttributeId()

setAttributeId

public void setAttributeId(UnsignedInteger AttributeId)

getIndexRange

public String getIndexRange()

setIndexRange

public void setIndexRange(String IndexRange)

getValue

public DataValue getValue()

setValue

public void setValue(DataValue Value)

clone

public WriteValue clone()
Deep clone

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getParsedIndexRange

public NumericRange getParsedIndexRange()

validate

public static ServiceResult validate(WriteValue value)

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Returns:
a ExpandedNodeId object.


Copyright © 2018. All rights reserved.