|
||||||||||
| 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.ViewDescription
public class ViewDescription
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected DateTime |
Timestamp
|
protected NodeId |
ViewId
|
protected UnsignedInteger |
ViewVersion
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ViewDescription()
|
|
ViewDescription(NodeId ViewId,
DateTime Timestamp,
UnsignedInteger ViewVersion)
|
|
| Method Summary | |
|---|---|
ViewDescription |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
DateTime |
getTimestamp()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
NodeId |
getViewId()
|
UnsignedInteger |
getViewVersion()
|
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setTimestamp(DateTime Timestamp)
|
void |
setViewId(NodeId ViewId)
|
void |
setViewVersion(UnsignedInteger ViewVersion)
|
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 NodeId ViewId
protected DateTime Timestamp
protected UnsignedInteger ViewVersion
| Constructor Detail |
|---|
public ViewDescription()
public ViewDescription(NodeId ViewId,
DateTime Timestamp,
UnsignedInteger ViewVersion)
| Method Detail |
|---|
public NodeId getViewId()
public void setViewId(NodeId ViewId)
public DateTime getTimestamp()
public void setTimestamp(DateTime Timestamp)
public UnsignedInteger getViewVersion()
public void setViewVersion(UnsignedInteger ViewVersion)
public ViewDescription 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 | |||||||||