|
||||||||||
| 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.ReadValueId
public class ReadValueId
| Field Summary | |
|---|---|
protected UnsignedInteger |
AttributeId
|
static ExpandedNodeId |
BINARY
|
protected QualifiedName |
DataEncoding
|
static ExpandedNodeId |
ID
|
protected String |
IndexRange
|
protected NodeId |
NodeId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ReadValueId()
|
|
ReadValueId(NodeId NodeId,
UnsignedInteger AttributeId,
String IndexRange,
QualifiedName DataEncoding)
|
|
| Method Summary | |
|---|---|
ReadValueId |
clone()
Deep clone |
boolean |
equals(Object obj)
|
UnsignedInteger |
getAttributeId()
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
QualifiedName |
getDataEncoding()
|
String |
getIndexRange()
|
NodeId |
getNodeId()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setAttributeId(UnsignedInteger AttributeId)
|
void |
setDataEncoding(QualifiedName DataEncoding)
|
void |
setIndexRange(String IndexRange)
|
void |
setNodeId(NodeId NodeId)
|
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 NodeId
protected UnsignedInteger AttributeId
protected String IndexRange
protected QualifiedName DataEncoding
| Constructor Detail |
|---|
public ReadValueId()
public ReadValueId(NodeId NodeId,
UnsignedInteger AttributeId,
String IndexRange,
QualifiedName DataEncoding)
| Method Detail |
|---|
public NodeId getNodeId()
public void setNodeId(NodeId NodeId)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger AttributeId)
public String getIndexRange()
public void setIndexRange(String IndexRange)
public QualifiedName getDataEncoding()
public void setDataEncoding(QualifiedName DataEncoding)
public ReadValueId 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 | |||||||||