Uses of Class
org.dawb.edna.thumbnail.XSDataTime

Packages that use XSDataTime
org.dawb.edna.thumbnail   
 

Uses of XSDataTime in org.dawb.edna.thumbnail
 

Methods in org.dawb.edna.thumbnail that return XSDataTime
 XSDataTime ObjectFactory.createXSDataTime()
          Create an instance of XSDataTime
 XSDataTime XSDataExecutionInfo.getExecutionTime()
          Gets the value of the executionTime property.
 

Methods in org.dawb.edna.thumbnail that return types with arguments of type XSDataTime
 javax.xml.bind.JAXBElement<XSDataTime> ObjectFactory.createXSDataTime(XSDataTime value)
          Create an instance of JAXBElement<XSDataTime>}
 

Methods in org.dawb.edna.thumbnail with parameters of type XSDataTime
 javax.xml.bind.JAXBElement<XSDataTime> ObjectFactory.createXSDataTime(XSDataTime value)
          Create an instance of JAXBElement<XSDataTime>}
 void XSDataExecutionInfo.setExecutionTime(XSDataTime value)
          Sets the value of the executionTime property.