|
||||||||||
| 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.BrowsePathTarget
public class BrowsePathTarget
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
RemainingPathIndex
|
protected ExpandedNodeId |
TargetId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
BrowsePathTarget()
|
|
BrowsePathTarget(ExpandedNodeId TargetId,
UnsignedInteger RemainingPathIndex)
|
|
| Method Summary | |
|---|---|
BrowsePathTarget |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
UnsignedInteger |
getRemainingPathIndex()
|
ExpandedNodeId |
getTargetId()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setRemainingPathIndex(UnsignedInteger RemainingPathIndex)
|
void |
setTargetId(ExpandedNodeId TargetId)
|
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 ExpandedNodeId TargetId
protected UnsignedInteger RemainingPathIndex
| Constructor Detail |
|---|
public BrowsePathTarget()
public BrowsePathTarget(ExpandedNodeId TargetId,
UnsignedInteger RemainingPathIndex)
| Method Detail |
|---|
public ExpandedNodeId getTargetId()
public void setTargetId(ExpandedNodeId TargetId)
public UnsignedInteger getRemainingPathIndex()
public void setRemainingPathIndex(UnsignedInteger RemainingPathIndex)
public BrowsePathTarget 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 | |||||||||