|
||||||||||
| 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.HistoryReadValueId
public class HistoryReadValueId
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected ByteString |
ContinuationPoint
|
protected QualifiedName |
DataEncoding
|
static ExpandedNodeId |
ID
|
protected String |
IndexRange
|
protected NodeId |
NodeId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
HistoryReadValueId()
|
|
HistoryReadValueId(NodeId NodeId,
String IndexRange,
QualifiedName DataEncoding,
ByteString ContinuationPoint)
|
|
| Method Summary | |
|---|---|
HistoryReadValueId |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
ByteString |
getContinuationPoint()
|
QualifiedName |
getDataEncoding()
|
String |
getIndexRange()
|
NodeId |
getNodeId()
|
NumericRange |
getParsedIndexRange()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setContinuationPoint(ByteString ContinuationPoint)
|
void |
setDataEncoding(QualifiedName DataEncoding)
|
void |
setIndexRange(String IndexRange)
|
void |
setNodeId(NodeId NodeId)
|
void |
setParsedIndexRange(NumericRange parsedIndexRange)
|
String |
toString()
|
static ServiceResult |
validate(HistoryReadValueId valueId)
|
| 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 IndexRange
protected QualifiedName DataEncoding
protected ByteString ContinuationPoint
| Constructor Detail |
|---|
public HistoryReadValueId()
public HistoryReadValueId(NodeId NodeId,
String IndexRange,
QualifiedName DataEncoding,
ByteString ContinuationPoint)
| Method Detail |
|---|
public NodeId getNodeId()
public void setNodeId(NodeId NodeId)
public String getIndexRange()
public void setIndexRange(String IndexRange)
public QualifiedName getDataEncoding()
public void setDataEncoding(QualifiedName DataEncoding)
public ByteString getContinuationPoint()
public void setContinuationPoint(ByteString ContinuationPoint)
public HistoryReadValueId clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static ServiceResult validate(HistoryReadValueId valueId)
public NumericRange getParsedIndexRange()
public void setParsedIndexRange(NumericRange parsedIndexRange)
public ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructureExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructureExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructureExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||