|
||||||||||
| 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.QueryDataDescription
public class QueryDataDescription
| Field Summary | |
|---|---|
protected UnsignedInteger |
AttributeId
|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected String |
IndexRange
|
protected RelativePath |
RelativePath
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
QueryDataDescription()
|
|
QueryDataDescription(RelativePath RelativePath,
UnsignedInteger AttributeId,
String IndexRange)
|
|
| Method Summary | |
|---|---|
QueryDataDescription |
clone()
Deep clone |
boolean |
equals(Object obj)
|
UnsignedInteger |
getAttributeId()
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
String |
getIndexRange()
|
RelativePath |
getRelativePath()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setAttributeId(UnsignedInteger AttributeId)
|
void |
setIndexRange(String IndexRange)
|
void |
setRelativePath(RelativePath RelativePath)
|
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 RelativePath RelativePath
protected UnsignedInteger AttributeId
protected String IndexRange
| Constructor Detail |
|---|
public QueryDataDescription()
public QueryDataDescription(RelativePath RelativePath,
UnsignedInteger AttributeId,
String IndexRange)
| Method Detail |
|---|
public RelativePath getRelativePath()
public void setRelativePath(RelativePath RelativePath)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger AttributeId)
public String getIndexRange()
public void setIndexRange(String IndexRange)
public QueryDataDescription 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 | |||||||||