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

Packages that use XSDataSysteminfo
org.dawb.edna.thumbnail   
 

Uses of XSDataSysteminfo in org.dawb.edna.thumbnail
 

Methods in org.dawb.edna.thumbnail that return XSDataSysteminfo
 XSDataSysteminfo ObjectFactory.createXSDataSysteminfo()
          Create an instance of XSDataSysteminfo
 XSDataSysteminfo XSDataExecutionInfo.getSysteminfo()
          Gets the value of the systeminfo property.
 

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

Methods in org.dawb.edna.thumbnail with parameters of type XSDataSysteminfo
 javax.xml.bind.JAXBElement<XSDataSysteminfo> ObjectFactory.createXSDataSysteminfo(XSDataSysteminfo value)
          Create an instance of JAXBElement<XSDataSysteminfo>}
 void XSDataExecutionInfo.setSysteminfo(XSDataSysteminfo value)
          Sets the value of the systeminfo property.