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

Packages that use XSOptionList
org.dawb.edna.thumbnail   
 

Uses of XSOptionList in org.dawb.edna.thumbnail
 

Methods in org.dawb.edna.thumbnail that return XSOptionList
 XSOptionList ObjectFactory.createXSOptionList()
          Create an instance of XSOptionList
 XSOptionList XSPluginItem.getXSOptionList()
          Gets the value of the xsOptionList property.
 

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

Methods in org.dawb.edna.thumbnail with parameters of type XSOptionList
 javax.xml.bind.JAXBElement<XSOptionList> ObjectFactory.createXSOptionList(XSOptionList value)
          Create an instance of JAXBElement<XSOptionList>}
 void XSPluginItem.setXSOptionList(XSOptionList value)
          Sets the value of the xsOptionList property.