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

Packages that use XSDataDate
org.dawb.edna.thumbnail   
 

Uses of XSDataDate in org.dawb.edna.thumbnail
 

Methods in org.dawb.edna.thumbnail that return XSDataDate
 XSDataDate ObjectFactory.createXSDataDate()
          Create an instance of XSDataDate
 XSDataDate XSDataExecutionInfo.getStartOfExecution()
          Gets the value of the startOfExecution property.
 

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

Methods in org.dawb.edna.thumbnail with parameters of type XSDataDate
 javax.xml.bind.JAXBElement<XSDataDate> ObjectFactory.createXSDataDate(XSDataDate value)
          Create an instance of JAXBElement<XSDataDate>}
 void XSDataExecutionInfo.setStartOfExecution(XSDataDate value)
          Sets the value of the startOfExecution property.