|
||||||||||
| 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.HistoryReadDetails
org.opcfoundation.ua.core.ReadRawModifiedDetails
public class ReadRawModifiedDetails
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected DateTime |
EndTime
|
static ExpandedNodeId |
ID
|
protected Boolean |
IsReadModified
|
protected UnsignedInteger |
NumValuesPerNode
|
protected Boolean |
ReturnBounds
|
protected DateTime |
StartTime
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ReadRawModifiedDetails()
|
|
ReadRawModifiedDetails(Boolean IsReadModified,
DateTime StartTime,
DateTime EndTime,
UnsignedInteger NumValuesPerNode,
Boolean ReturnBounds)
|
|
| Method Summary | |
|---|---|
ReadRawModifiedDetails |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
DateTime |
getEndTime()
|
Boolean |
getIsReadModified()
|
UnsignedInteger |
getNumValuesPerNode()
|
Boolean |
getReturnBounds()
|
DateTime |
getStartTime()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setEndTime(DateTime EndTime)
|
void |
setIsReadModified(Boolean IsReadModified)
|
void |
setNumValuesPerNode(UnsignedInteger NumValuesPerNode)
|
void |
setReturnBounds(Boolean ReturnBounds)
|
void |
setStartTime(DateTime StartTime)
|
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 Boolean IsReadModified
protected DateTime StartTime
protected DateTime EndTime
protected UnsignedInteger NumValuesPerNode
protected Boolean ReturnBounds
| Constructor Detail |
|---|
public ReadRawModifiedDetails()
public ReadRawModifiedDetails(Boolean IsReadModified,
DateTime StartTime,
DateTime EndTime,
UnsignedInteger NumValuesPerNode,
Boolean ReturnBounds)
| Method Detail |
|---|
public Boolean getIsReadModified()
public void setIsReadModified(Boolean IsReadModified)
public DateTime getStartTime()
public void setStartTime(DateTime StartTime)
public DateTime getEndTime()
public void setEndTime(DateTime EndTime)
public UnsignedInteger getNumValuesPerNode()
public void setNumValuesPerNode(UnsignedInteger NumValuesPerNode)
public Boolean getReturnBounds()
public void setReturnBounds(Boolean ReturnBounds)
public ReadRawModifiedDetails clone()
clone in interface Structureclone in class HistoryReadDetailspublic boolean equals(Object obj)
equals in class HistoryReadDetailspublic int hashCode()
hashCode in class HistoryReadDetailspublic ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructuregetTypeId in class HistoryReadDetailsExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructuregetXmlEncodeId in class HistoryReadDetailsExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructuregetBinaryEncodeId in class HistoryReadDetailsExpandedNodeId object.public String toString()
toString in class HistoryReadDetails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||