|
||||||||||
| 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.FilterOperand
org.opcfoundation.ua.core.AttributeOperand
public class AttributeOperand
| Field Summary | |
|---|---|
protected String |
Alias
|
protected UnsignedInteger |
AttributeId
|
static ExpandedNodeId |
BINARY
|
protected RelativePath |
BrowsePath
|
static ExpandedNodeId |
ID
|
protected String |
IndexRange
|
protected NodeId |
NodeId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
AttributeOperand()
|
|
AttributeOperand(NodeId NodeId,
String Alias,
RelativePath BrowsePath,
UnsignedInteger AttributeId,
String IndexRange)
|
|
| Method Summary | |
|---|---|
AttributeOperand |
clone()
Deep clone |
boolean |
equals(Object obj)
|
String |
getAlias()
|
UnsignedInteger |
getAttributeId()
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
RelativePath |
getBrowsePath()
|
String |
getIndexRange()
|
NodeId |
getNodeId()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setAlias(String Alias)
|
void |
setAttributeId(UnsignedInteger AttributeId)
|
void |
setBrowsePath(RelativePath BrowsePath)
|
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 String Alias
protected RelativePath BrowsePath
protected UnsignedInteger AttributeId
protected String IndexRange
| Constructor Detail |
|---|
public AttributeOperand()
public AttributeOperand(NodeId NodeId,
String Alias,
RelativePath BrowsePath,
UnsignedInteger AttributeId,
String IndexRange)
| Method Detail |
|---|
public NodeId getNodeId()
public void setNodeId(NodeId NodeId)
public String getAlias()
public void setAlias(String Alias)
public RelativePath getBrowsePath()
public void setBrowsePath(RelativePath BrowsePath)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger AttributeId)
public String getIndexRange()
public void setIndexRange(String IndexRange)
public AttributeOperand clone()
clone in interface Structureclone in class FilterOperandpublic boolean equals(Object obj)
equals in class FilterOperandpublic int hashCode()
hashCode in class FilterOperandpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructuregetTypeId in class FilterOperandExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructuregetXmlEncodeId in class FilterOperandExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructuregetBinaryEncodeId in class FilterOperandExpandedNodeId object.public String toString()
toString in class FilterOperand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||