UiIngredientMatch.java 1005 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:08 PM(kohsuke)-fcs
  3. // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
  4. // Any modifications to this file will be lost upon recompilation of the source schema.
  5. // Generated on: 2018.09.10 at 08:01:16 AM PDT
  6. //
  7. package magoffin.matt.ieat.domain;
  8. /**
  9. * Java content class for ui-ingredient-match complex type.
  10. * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/tom/workspace/iEat/hyperjaxb2-build/src/main/resources/ui.xsd line 141)
  11. * <p>
  12. * <pre>
  13. * &lt;complexType name="ui-ingredient-match">
  14. * &lt;complexContent>
  15. * &lt;extension base="{http://msqr.us/xsd/ieat}ingredient">
  16. * &lt;/extension>
  17. * &lt;/complexContent>
  18. * &lt;/complexType>
  19. * </pre>
  20. *
  21. */
  22. public interface UiIngredientMatch
  23. extends magoffin.matt.ieat.domain.Ingredient
  24. {
  25. }