|
||||||||||
| 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.ServerStatusDataType
public class ServerStatusDataType
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected BuildInfo |
BuildInfo
|
protected DateTime |
CurrentTime
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
SecondsTillShutdown
|
protected LocalizedText |
ShutdownReason
|
protected DateTime |
StartTime
|
protected ServerState |
State
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ServerStatusDataType()
|
|
ServerStatusDataType(DateTime StartTime,
DateTime CurrentTime,
ServerState State,
BuildInfo BuildInfo,
UnsignedInteger SecondsTillShutdown,
LocalizedText ShutdownReason)
|
|
| Method Summary | |
|---|---|
ServerStatusDataType |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
BuildInfo |
getBuildInfo()
|
DateTime |
getCurrentTime()
|
UnsignedInteger |
getSecondsTillShutdown()
|
LocalizedText |
getShutdownReason()
|
DateTime |
getStartTime()
|
ServerState |
getState()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setBuildInfo(BuildInfo BuildInfo)
|
void |
setCurrentTime(DateTime CurrentTime)
|
void |
setSecondsTillShutdown(UnsignedInteger SecondsTillShutdown)
|
void |
setShutdownReason(LocalizedText ShutdownReason)
|
void |
setStartTime(DateTime StartTime)
|
void |
setState(ServerState State)
|
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 DateTime StartTime
protected DateTime CurrentTime
protected ServerState State
protected BuildInfo BuildInfo
protected UnsignedInteger SecondsTillShutdown
protected LocalizedText ShutdownReason
| Constructor Detail |
|---|
public ServerStatusDataType()
public ServerStatusDataType(DateTime StartTime,
DateTime CurrentTime,
ServerState State,
BuildInfo BuildInfo,
UnsignedInteger SecondsTillShutdown,
LocalizedText ShutdownReason)
| Method Detail |
|---|
public DateTime getStartTime()
public void setStartTime(DateTime StartTime)
public DateTime getCurrentTime()
public void setCurrentTime(DateTime CurrentTime)
public ServerState getState()
public void setState(ServerState State)
public BuildInfo getBuildInfo()
public void setBuildInfo(BuildInfo BuildInfo)
public UnsignedInteger getSecondsTillShutdown()
public void setSecondsTillShutdown(UnsignedInteger SecondsTillShutdown)
public LocalizedText getShutdownReason()
public void setShutdownReason(LocalizedText ShutdownReason)
public ServerStatusDataType 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 | |||||||||