Uses of Class
org.tridas.schema.DateTime

Packages that use DateTime
org.tridas.interfaces   
org.tridas.schema   
 

Uses of DateTime in org.tridas.interfaces
 

Methods in org.tridas.interfaces that return DateTime
 DateTime ITridas.getCreatedTimestamp()
          Gets the value of the createdTimestamp property.
 DateTime ITridas.getLastModifiedTimestamp()
          Gets the value of the lastModifiedTimestamp property.
 

Methods in org.tridas.interfaces with parameters of type DateTime
 void ITridas.setCreatedTimestamp(DateTime value)
          Sets the value of the createdTimestamp property.
 void ITridas.setLastModifiedTimestamp(DateTime value)
          Sets the value of the lastModifiedTimestamp property.
 

Uses of DateTime in org.tridas.schema
 

Fields in org.tridas.schema declared as DateTime
protected  DateTime TridasEntity.createdTimestamp
           
protected  DateTime TridasDerivedSeries.createdTimestamp
           
protected  DateTime TridasMeasurementSeries.createdTimestamp
           
protected  DateTime TridasEntity.lastModifiedTimestamp
           
protected  DateTime TridasDerivedSeries.lastModifiedTimestamp
           
protected  DateTime TridasMeasurementSeries.lastModifiedTimestamp
           
 

Methods in org.tridas.schema that return DateTime
 DateTime ObjectFactory.createDateTime()
          Create an instance of DateTime
 DateTime TridasEntity.getCreatedTimestamp()
          Gets the value of the createdTimestamp property.
 DateTime TridasDerivedSeries.getCreatedTimestamp()
          Gets the value of the createdTimestamp property.
 DateTime TridasMeasurementSeries.getCreatedTimestamp()
          Gets the value of the createdTimestamp property.
 DateTime TridasEntity.getLastModifiedTimestamp()
          Gets the value of the lastModifiedTimestamp property.
 DateTime TridasDerivedSeries.getLastModifiedTimestamp()
          Gets the value of the lastModifiedTimestamp property.
 DateTime TridasMeasurementSeries.getLastModifiedTimestamp()
          Gets the value of the lastModifiedTimestamp property.
 

Methods in org.tridas.schema that return types with arguments of type DateTime
 JAXBElement<DateTime> ObjectFactory.createCreatedTimestamp(DateTime value)
          Create an instance of JAXBElement<DateTime>}
 JAXBElement<DateTime> ObjectFactory.createLastModifiedTimestamp(DateTime value)
          Create an instance of JAXBElement<DateTime>}
 

Methods in org.tridas.schema with parameters of type DateTime
 JAXBElement<DateTime> ObjectFactory.createCreatedTimestamp(DateTime value)
          Create an instance of JAXBElement<DateTime>}
 JAXBElement<DateTime> ObjectFactory.createLastModifiedTimestamp(DateTime value)
          Create an instance of JAXBElement<DateTime>}
 void TridasEntity.setCreatedTimestamp(DateTime value)
          Sets the value of the createdTimestamp property.
 void TridasDerivedSeries.setCreatedTimestamp(DateTime value)
          Sets the value of the createdTimestamp property.
 void TridasMeasurementSeries.setCreatedTimestamp(DateTime value)
          Sets the value of the createdTimestamp property.
 void TridasEntity.setLastModifiedTimestamp(DateTime value)
          Sets the value of the lastModifiedTimestamp property.
 void TridasDerivedSeries.setLastModifiedTimestamp(DateTime value)
          Sets the value of the lastModifiedTimestamp property.
 void TridasMeasurementSeries.setLastModifiedTimestamp(DateTime value)
          Sets the value of the lastModifiedTimestamp property.
 



Copyright © 2011 TRiDaS. All Rights Reserved.