|
||||||||||
| 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.ContentFilterResult
public class ContentFilterResult
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected DiagnosticInfo[] |
ElementDiagnosticInfos
|
protected ContentFilterElementResult[] |
ElementResults
|
static ExpandedNodeId |
ID
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ContentFilterResult()
|
|
ContentFilterResult(ContentFilterElementResult[] ElementResults,
DiagnosticInfo[] ElementDiagnosticInfos)
|
|
| Method Summary | |
|---|---|
ContentFilterResult |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
DiagnosticInfo[] |
getElementDiagnosticInfos()
|
ContentFilterElementResult[] |
getElementResults()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setElementDiagnosticInfos(DiagnosticInfo[] ElementDiagnosticInfos)
|
void |
setElementResults(ContentFilterElementResult[] ElementResults)
|
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 ContentFilterElementResult[] ElementResults
protected DiagnosticInfo[] ElementDiagnosticInfos
| Constructor Detail |
|---|
public ContentFilterResult()
public ContentFilterResult(ContentFilterElementResult[] ElementResults,
DiagnosticInfo[] ElementDiagnosticInfos)
| Method Detail |
|---|
public ContentFilterElementResult[] getElementResults()
public void setElementResults(ContentFilterElementResult[] ElementResults)
public DiagnosticInfo[] getElementDiagnosticInfos()
public void setElementDiagnosticInfos(DiagnosticInfo[] ElementDiagnosticInfos)
public ContentFilterResult 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 | |||||||||