com.prosysopc.ua.types.opcua
Interface ServerStatusType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- ServerStatusTypeImpl, ServerStatusTypeImplBase, ServerStatusTypeNode, ServerStatusTypeNodeBase
public interface ServerStatusType
- extends BaseDataVariableType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
START_TIME
static final String START_TIME
- See Also:
- Constant Field Values
CURRENT_TIME
static final String CURRENT_TIME
- See Also:
- Constant Field Values
STATE
static final String STATE
- See Also:
- Constant Field Values
BUILD_INFO
static final String BUILD_INFO
- See Also:
- Constant Field Values
SECONDS_TILL_SHUTDOWN
static final String SECONDS_TILL_SHUTDOWN
- See Also:
- Constant Field Values
SHUTDOWN_REASON
static final String SHUTDOWN_REASON
- See Also:
- Constant Field Values
getStartTimeNode
BaseDataVariableType getStartTimeNode()
getStartTime
org.opcfoundation.ua.builtintypes.DateTime getStartTime()
setStartTime
void setStartTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Throws:
StatusException
getCurrentTimeNode
BaseDataVariableType getCurrentTimeNode()
getCurrentTime
org.opcfoundation.ua.builtintypes.DateTime getCurrentTime()
setCurrentTime
void setCurrentTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Throws:
StatusException
getStateNode
BaseDataVariableType getStateNode()
getState
org.opcfoundation.ua.core.ServerState getState()
setState
void setState(org.opcfoundation.ua.core.ServerState value)
throws StatusException
- Throws:
StatusException
getBuildInfoNode
BuildInfoType getBuildInfoNode()
getBuildInfo
org.opcfoundation.ua.core.BuildInfo getBuildInfo()
setBuildInfo
void setBuildInfo(org.opcfoundation.ua.core.BuildInfo value)
throws StatusException
- Throws:
StatusException
getSecondsTillShutdownNode
BaseDataVariableType getSecondsTillShutdownNode()
getSecondsTillShutdown
org.opcfoundation.ua.builtintypes.UnsignedInteger getSecondsTillShutdown()
setSecondsTillShutdown
void setSecondsTillShutdown(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getShutdownReasonNode
BaseDataVariableType getShutdownReasonNode()
getShutdownReason
org.opcfoundation.ua.builtintypes.LocalizedText getShutdownReason()
setShutdownReason
void setShutdownReason(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.