|
||||||||||
| 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.SimpleAttributeOperand
public class SimpleAttributeOperand
| Field Summary | |
|---|---|
protected UnsignedInteger |
AttributeId
|
static ExpandedNodeId |
BINARY
|
protected QualifiedName[] |
BrowsePath
|
static ExpandedNodeId |
ID
|
protected String |
IndexRange
|
protected NodeId |
TypeDefinitionId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
SimpleAttributeOperand()
|
|
SimpleAttributeOperand(NodeId TypeDefinitionId,
QualifiedName[] BrowsePath,
UnsignedInteger AttributeId,
String IndexRange)
|
|
| Method Summary | |
|---|---|
SimpleAttributeOperand |
clone()
Deep clone |
boolean |
equals(Object obj)
|
UnsignedInteger |
getAttributeId()
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
QualifiedName[] |
getBrowsePath()
|
String |
getIndexRange()
|
NodeId |
getTypeDefinitionId()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setAttributeId(UnsignedInteger AttributeId)
|
void |
setBrowsePath(QualifiedName[] BrowsePath)
|
void |
setIndexRange(String IndexRange)
|
void |
setTypeDefinitionId(NodeId TypeDefinitionId)
|
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 TypeDefinitionId
protected QualifiedName[] BrowsePath
protected UnsignedInteger AttributeId
protected String IndexRange
| Constructor Detail |
|---|
public SimpleAttributeOperand()
public SimpleAttributeOperand(NodeId TypeDefinitionId,
QualifiedName[] BrowsePath,
UnsignedInteger AttributeId,
String IndexRange)
| Method Detail |
|---|
public NodeId getTypeDefinitionId()
public void setTypeDefinitionId(NodeId TypeDefinitionId)
public QualifiedName[] getBrowsePath()
public void setBrowsePath(QualifiedName[] BrowsePath)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger AttributeId)
public String getIndexRange()
public void setIndexRange(String IndexRange)
public SimpleAttributeOperand 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 | |||||||||