|
||||||||||
| 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.BrowseResult
public class BrowseResult
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected ByteString |
ContinuationPoint
|
static ExpandedNodeId |
ID
|
protected ReferenceDescription[] |
References
|
protected StatusCode |
StatusCode
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
BrowseResult()
|
|
BrowseResult(StatusCode StatusCode,
ByteString ContinuationPoint,
ReferenceDescription[] References)
|
|
| Method Summary | |
|---|---|
BrowseResult |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
ByteString |
getContinuationPoint()
|
ReferenceDescription[] |
getReferences()
|
StatusCode |
getStatusCode()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setContinuationPoint(ByteString ContinuationPoint)
|
void |
setReferences(ReferenceDescription[] References)
|
void |
setStatusCode(StatusCode StatusCode)
|
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 StatusCode StatusCode
protected ByteString ContinuationPoint
protected ReferenceDescription[] References
| Constructor Detail |
|---|
public BrowseResult()
public BrowseResult(StatusCode StatusCode,
ByteString ContinuationPoint,
ReferenceDescription[] References)
| Method Detail |
|---|
public StatusCode getStatusCode()
public void setStatusCode(StatusCode StatusCode)
public ByteString getContinuationPoint()
public void setContinuationPoint(ByteString ContinuationPoint)
public ReferenceDescription[] getReferences()
public void setReferences(ReferenceDescription[] References)
public BrowseResult 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 | |||||||||