Uses of Class
org.opcfoundation.ua.builtintypes.DateTime

Packages that use DateTime
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.encoding This folder contains serialization interfaces and serialization implementations 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
org.opcfoundation.ua.encoding.xml The implementation of xml serialization. 
 

Uses of DateTime in org.opcfoundation.ua.builtintypes
 

Fields in org.opcfoundation.ua.builtintypes declared as DateTime
static DateTime DateTime.MAX_VALUE
          Constant MAX_VALUE
static DateTime DateTime.MIN_VALUE
          Constant MIN_VALUE
 

Methods in org.opcfoundation.ua.builtintypes that return DateTime
static DateTime DateTime.currentTime()
          currentTime.
static DateTime DateTime.fromMillis(long value)
          Create a new DateTime instance from standard Java milliseconds since the beginning of epoch, January 1, 1970 UTC.
 DateTime DataValue.getServerTimestamp()
          Getter for the field serverTimestamp.
 DateTime DataValue.getSourceTimestamp()
          Getter for the field sourceTimestamp.
static DateTime DateTime.parseDateTime(String s)
          Parse a DateTime value from a string.
 

Methods in org.opcfoundation.ua.builtintypes with parameters of type DateTime
 int DateTime.compareTo(DateTime o)
          
 void DataValue.setServerTimestamp(DateTime serverTimestamp)
          Setter for the field serverTimestamp.
 void DataValue.setSourceTimestamp(DateTime sourceTimestamp)
          Setter for the field sourceTimestamp.
 

Constructors in org.opcfoundation.ua.builtintypes with parameters of type DateTime
DataValue(Variant value, StatusCode statusCode, DateTime sourceTimestamp, DateTime serverTimestamp)
          Constructor for DataValue.
DataValue(Variant value, StatusCode statusCode, DateTime sourceTimestamp, UnsignedShort sourcePicoseconds, DateTime serverTimestamp, UnsignedShort serverPicoseconds)
          Constructor for DataValue.
 

Uses of DateTime in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as DateTime
protected  DateTime Annotation.AnnotationTime
           
protected  DateTime BuildInfo.BuildDate
           
protected  DateTime SessionDiagnosticsDataType.ClientConnectionTime
           
protected  DateTime SessionDiagnosticsDataType.ClientLastContactTime
           
protected  DateTime ChannelSecurityToken.CreatedAt
           
protected  DateTime ServerStatusDataType.CurrentTime
           
protected  DateTime ReadRawModifiedDetails.EndTime
           
protected  DateTime ReadProcessedDetails.EndTime
           
protected  DateTime ReadEventDetails.EndTime
           
protected  DateTime DeleteRawModifiedDetails.EndTime
           
protected  DateTime ProgramDiagnosticDataType.InvocationCreationTime
           
protected  DateTime FindServersOnNetworkResponse.LastCounterResetTime
           
protected  DateTime ProgramDiagnosticDataType.LastMethodCallTime
           
protected  DateTime ProgramDiagnosticDataType.LastTransitionTime
           
protected  DateTime ModificationInfo.ModificationTime
           
protected  DateTime NotificationMessage.PublishTime
           
protected  DateTime[] ReadAtTimeDetails.ReqTimes
           
protected  DateTime[] DeleteAtTimeDetails.ReqTimes
           
protected  DateTime AggregateFilterResult.RevisedStartTime
           
protected  DateTime ServerStatusDataType.StartTime
           
protected  DateTime ReadRawModifiedDetails.StartTime
           
protected  DateTime ReadProcessedDetails.StartTime
           
protected  DateTime ReadEventDetails.StartTime
           
protected  DateTime DeleteRawModifiedDetails.StartTime
           
protected  DateTime AggregateFilter.StartTime
           
protected  DateTime ViewDescription.Timestamp
           
protected  DateTime ResponseHeader.Timestamp
           
protected  DateTime RequestHeader.Timestamp
           
 

Methods in org.opcfoundation.ua.core that return DateTime
 DateTime Annotation.getAnnotationTime()
           
 DateTime BuildInfo.getBuildDate()
           
 DateTime SessionDiagnosticsDataType.getClientConnectionTime()
           
 DateTime SessionDiagnosticsDataType.getClientLastContactTime()
           
 DateTime ChannelSecurityToken.getCreatedAt()
           
 DateTime ServerStatusDataType.getCurrentTime()
           
 DateTime ReadRawModifiedDetails.getEndTime()
           
 DateTime ReadProcessedDetails.getEndTime()
           
 DateTime ReadEventDetails.getEndTime()
           
 DateTime DeleteRawModifiedDetails.getEndTime()
           
 DateTime ProgramDiagnosticDataType.getInvocationCreationTime()
           
 DateTime FindServersOnNetworkResponse.getLastCounterResetTime()
           
 DateTime ProgramDiagnosticDataType.getLastMethodCallTime()
           
 DateTime ProgramDiagnosticDataType.getLastTransitionTime()
           
 DateTime ModificationInfo.getModificationTime()
           
 DateTime NotificationMessage.getPublishTime()
           
 DateTime[] ReadAtTimeDetails.getReqTimes()
           
 DateTime[] DeleteAtTimeDetails.getReqTimes()
           
 DateTime AggregateFilterResult.getRevisedStartTime()
           
 DateTime ServerStatusDataType.getStartTime()
           
 DateTime ReadRawModifiedDetails.getStartTime()
           
 DateTime ReadProcessedDetails.getStartTime()
           
 DateTime ReadEventDetails.getStartTime()
           
 DateTime DeleteRawModifiedDetails.getStartTime()
           
 DateTime AggregateFilter.getStartTime()
           
 DateTime ViewDescription.getTimestamp()
           
 DateTime ResponseHeader.getTimestamp()
           
 DateTime RequestHeader.getTimestamp()
           
 

Methods in org.opcfoundation.ua.core with parameters of type DateTime
 void Annotation.setAnnotationTime(DateTime AnnotationTime)
           
 void BuildInfo.setBuildDate(DateTime BuildDate)
           
 void SessionDiagnosticsDataType.setClientConnectionTime(DateTime ClientConnectionTime)
           
 void SessionDiagnosticsDataType.setClientLastContactTime(DateTime ClientLastContactTime)
           
 void ChannelSecurityToken.setCreatedAt(DateTime CreatedAt)
           
 void ServerStatusDataType.setCurrentTime(DateTime CurrentTime)
           
 void ReadRawModifiedDetails.setEndTime(DateTime EndTime)
           
 void ReadProcessedDetails.setEndTime(DateTime EndTime)
           
 void ReadEventDetails.setEndTime(DateTime EndTime)
           
 void DeleteRawModifiedDetails.setEndTime(DateTime EndTime)
           
 void ProgramDiagnosticDataType.setInvocationCreationTime(DateTime InvocationCreationTime)
           
 void FindServersOnNetworkResponse.setLastCounterResetTime(DateTime LastCounterResetTime)
           
 void ProgramDiagnosticDataType.setLastMethodCallTime(DateTime LastMethodCallTime)
           
 void ProgramDiagnosticDataType.setLastTransitionTime(DateTime LastTransitionTime)
           
 void ModificationInfo.setModificationTime(DateTime ModificationTime)
           
 void NotificationMessage.setPublishTime(DateTime PublishTime)
           
 void ReadAtTimeDetails.setReqTimes(DateTime[] ReqTimes)
           
 void DeleteAtTimeDetails.setReqTimes(DateTime[] ReqTimes)
           
 void AggregateFilterResult.setRevisedStartTime(DateTime RevisedStartTime)
           
 void ServerStatusDataType.setStartTime(DateTime StartTime)
           
 void ReadRawModifiedDetails.setStartTime(DateTime StartTime)
           
 void ReadProcessedDetails.setStartTime(DateTime StartTime)
           
 void ReadEventDetails.setStartTime(DateTime StartTime)
           
 void DeleteRawModifiedDetails.setStartTime(DateTime StartTime)
           
 void AggregateFilter.setStartTime(DateTime StartTime)
           
 void ViewDescription.setTimestamp(DateTime Timestamp)
           
 void ResponseHeader.setTimestamp(DateTime Timestamp)
           
 void RequestHeader.setTimestamp(DateTime Timestamp)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type DateTime
AggregateFilter(DateTime StartTime, NodeId AggregateType, Double ProcessingInterval, AggregateConfiguration AggregateConfiguration)
           
AggregateFilterResult(DateTime RevisedStartTime, Double RevisedProcessingInterval, AggregateConfiguration RevisedAggregateConfiguration)
           
Annotation(String Message, String UserName, DateTime AnnotationTime)
           
BuildInfo(String ProductUri, String ManufacturerName, String ProductName, String SoftwareVersion, String BuildNumber, DateTime BuildDate)
           
ChannelSecurityToken(UnsignedInteger ChannelId, UnsignedInteger TokenId, DateTime CreatedAt, UnsignedInteger RevisedLifetime)
           
DeleteAtTimeDetails(NodeId NodeId, DateTime[] ReqTimes)
           
DeleteRawModifiedDetails(NodeId NodeId, Boolean IsDeleteModified, DateTime StartTime, DateTime EndTime)
           
FindServersOnNetworkResponse(ResponseHeader ResponseHeader, DateTime LastCounterResetTime, ServerOnNetwork[] Servers)
           
ModificationInfo(DateTime ModificationTime, HistoryUpdateType UpdateType, String UserName)
           
NotificationMessage(UnsignedInteger SequenceNumber, DateTime PublishTime, ExtensionObject[] NotificationData)
           
ProgramDiagnosticDataType(NodeId CreateSessionId, String CreateClientName, DateTime InvocationCreationTime, DateTime LastTransitionTime, String LastMethodCall, NodeId LastMethodSessionId, Argument[] LastMethodInputArguments, Argument[] LastMethodOutputArguments, DateTime LastMethodCallTime, StatusResult LastMethodReturnStatus)
           
ReadAtTimeDetails(DateTime[] ReqTimes, Boolean UseSimpleBounds)
           
ReadEventDetails(UnsignedInteger NumValuesPerNode, DateTime StartTime, DateTime EndTime, EventFilter Filter)
           
ReadProcessedDetails(DateTime StartTime, DateTime EndTime, Double ProcessingInterval, NodeId[] AggregateType, AggregateConfiguration AggregateConfiguration)
           
ReadRawModifiedDetails(Boolean IsReadModified, DateTime StartTime, DateTime EndTime, UnsignedInteger NumValuesPerNode, Boolean ReturnBounds)
           
RequestHeader(NodeId AuthenticationToken, DateTime Timestamp, UnsignedInteger RequestHandle, UnsignedInteger ReturnDiagnostics, String AuditEntryId, UnsignedInteger TimeoutHint, ExtensionObject AdditionalHeader)
           
ResponseHeader(DateTime Timestamp, UnsignedInteger RequestHandle, StatusCode ServiceResult, DiagnosticInfo ServiceDiagnostics, String[] StringTable, ExtensionObject AdditionalHeader)
           
ServerStatusDataType(DateTime StartTime, DateTime CurrentTime, ServerState State, BuildInfo BuildInfo, UnsignedInteger SecondsTillShutdown, LocalizedText ShutdownReason)
           
SessionDiagnosticsDataType(NodeId SessionId, String SessionName, ApplicationDescription ClientDescription, String ServerUri, String EndpointUrl, String[] LocaleIds, Double ActualSessionTimeout, UnsignedInteger MaxResponseMessageSize, DateTime ClientConnectionTime, DateTime ClientLastContactTime, UnsignedInteger CurrentSubscriptionsCount, UnsignedInteger CurrentMonitoredItemsCount, UnsignedInteger CurrentPublishRequestsInQueue, ServiceCounterDataType TotalRequestCount, UnsignedInteger UnauthorizedRequestCount, ServiceCounterDataType ReadCount, ServiceCounterDataType HistoryReadCount, ServiceCounterDataType WriteCount, ServiceCounterDataType HistoryUpdateCount, ServiceCounterDataType CallCount, ServiceCounterDataType CreateMonitoredItemsCount, ServiceCounterDataType ModifyMonitoredItemsCount, ServiceCounterDataType SetMonitoringModeCount, ServiceCounterDataType SetTriggeringCount, ServiceCounterDataType DeleteMonitoredItemsCount, ServiceCounterDataType CreateSubscriptionCount, ServiceCounterDataType ModifySubscriptionCount, ServiceCounterDataType SetPublishingModeCount, ServiceCounterDataType PublishCount, ServiceCounterDataType RepublishCount, ServiceCounterDataType TransferSubscriptionsCount, ServiceCounterDataType DeleteSubscriptionsCount, ServiceCounterDataType AddNodesCount, ServiceCounterDataType AddReferencesCount, ServiceCounterDataType DeleteNodesCount, ServiceCounterDataType DeleteReferencesCount, ServiceCounterDataType BrowseCount, ServiceCounterDataType BrowseNextCount, ServiceCounterDataType TranslateBrowsePathsToNodeIdsCount, ServiceCounterDataType QueryFirstCount, ServiceCounterDataType QueryNextCount, ServiceCounterDataType RegisterNodesCount, ServiceCounterDataType UnregisterNodesCount)
           
ViewDescription(NodeId ViewId, DateTime Timestamp, UnsignedInteger ViewVersion)
           
 

Uses of DateTime in org.opcfoundation.ua.encoding
 

Methods in org.opcfoundation.ua.encoding that return DateTime
 DateTime IDecoder.getDateTime(String fieldName)
          getDateTime.
 DateTime[] IDecoder.getDateTimeArray(String fieldName)
          getDateTimeArray.
 

Methods in org.opcfoundation.ua.encoding with parameters of type DateTime
 void IEncoder.putDateTime(String fieldName, DateTime v)
          putDateTime.
 void IEncoder.putDateTimeArray(String fieldName, DateTime[] v)
          putDateTimeArray.
 

Method parameters in org.opcfoundation.ua.encoding with type arguments of type DateTime
 void IEncoder.putDateTimeArray(String fieldName, Collection<DateTime> v)
          putDateTimeArray.
 

Uses of DateTime in org.opcfoundation.ua.encoding.binary
 

Methods in org.opcfoundation.ua.encoding.binary that return DateTime
 DateTime BinaryDecoder.getDateTime(String fieldName)
          getDateTime.
 DateTime[] BinaryDecoder.getDateTimeArray(String fieldName)
          getDateTimeArray.
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type DateTime
 void EncoderCalc.putDateTime(String fieldName, DateTime v)
          putDateTime.
 void BinaryEncoder.putDateTime(String fieldName, DateTime v)
          putDateTime.
 void EncoderCalc.putDateTimeArray(String fieldName, DateTime[] v)
          putDateTimeArray.
 void BinaryEncoder.putDateTimeArray(String fieldName, DateTime[] v)
          putDateTimeArray.
 

Method parameters in org.opcfoundation.ua.encoding.binary with type arguments of type DateTime
 void EncoderCalc.putDateTimeArray(String fieldName, Collection<DateTime> v)
          putDateTimeArray.
 void BinaryEncoder.putDateTimeArray(String fieldName, Collection<DateTime> v)
          putDateTimeArray.
 

Uses of DateTime in org.opcfoundation.ua.encoding.xml
 

Methods in org.opcfoundation.ua.encoding.xml that return DateTime
 DateTime XmlDecoder.getDateTime(String fieldName)
          getDateTime.
 DateTime[] XmlDecoder.getDateTimeArray(String fieldName)
          getDateTimeArray.
 



Copyright © 2018. All rights reserved.