UiEdit.java 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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-edit 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 58)
  11. * <p>
  12. * <pre>
  13. * &lt;complexType name="ui-edit">
  14. * &lt;complexContent>
  15. * &lt;extension base="{http://msqr.us/xsd/ieat}ui-base">
  16. * &lt;sequence>
  17. * &lt;element name="ingredient" type="{http://msqr.us/xsd/ieat}ingredient" minOccurs="0"/>
  18. * &lt;element name="recipe" type="{http://msqr.us/xsd/ieat}recipe" minOccurs="0"/>
  19. * &lt;element name="user" type="{http://msqr.us/xsd/ieat}user" minOccurs="0"/>
  20. * &lt;element name="meal" type="{http://msqr.us/xsd/ieat}meal" minOccurs="0"/>
  21. * &lt;element name="meal-recipe" type="{http://msqr.us/xsd/ieat}meal-recipe" minOccurs="0"/>
  22. * &lt;element name="search-results" type="{http://msqr.us/xsd/ieat}ui-search-results" minOccurs="0"/>
  23. * &lt;/sequence>
  24. * &lt;attribute name="ignoreWarnings" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
  25. * &lt;attribute name="refresh" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
  26. * &lt;/extension>
  27. * &lt;/complexContent>
  28. * &lt;/complexType>
  29. * </pre>
  30. *
  31. */
  32. public interface UiEdit
  33. extends magoffin.matt.ieat.domain.UiBase
  34. {
  35. /**
  36. * Gets the value of the refresh property.
  37. *
  38. */
  39. boolean isRefresh();
  40. /**
  41. * Sets the value of the refresh property.
  42. *
  43. */
  44. void setRefresh(boolean value);
  45. /**
  46. * Gets the value of the user property.
  47. *
  48. * @return
  49. * possible object is
  50. * {@link magoffin.matt.ieat.domain.User}
  51. */
  52. magoffin.matt.ieat.domain.User getUser();
  53. /**
  54. * Sets the value of the user property.
  55. *
  56. * @param value
  57. * allowed object is
  58. * {@link magoffin.matt.ieat.domain.User}
  59. */
  60. void setUser(magoffin.matt.ieat.domain.User value);
  61. /**
  62. * Gets the value of the mealRecipe property.
  63. *
  64. * @return
  65. * possible object is
  66. * {@link magoffin.matt.ieat.domain.MealRecipe}
  67. */
  68. magoffin.matt.ieat.domain.MealRecipe getMealRecipe();
  69. /**
  70. * Sets the value of the mealRecipe property.
  71. *
  72. * @param value
  73. * allowed object is
  74. * {@link magoffin.matt.ieat.domain.MealRecipe}
  75. */
  76. void setMealRecipe(magoffin.matt.ieat.domain.MealRecipe value);
  77. /**
  78. * Gets the value of the ingredient property.
  79. *
  80. * @return
  81. * possible object is
  82. * {@link magoffin.matt.ieat.domain.Ingredient}
  83. */
  84. magoffin.matt.ieat.domain.Ingredient getIngredient();
  85. /**
  86. * Sets the value of the ingredient property.
  87. *
  88. * @param value
  89. * allowed object is
  90. * {@link magoffin.matt.ieat.domain.Ingredient}
  91. */
  92. void setIngredient(magoffin.matt.ieat.domain.Ingredient value);
  93. /**
  94. * Gets the value of the recipe property.
  95. *
  96. * @return
  97. * possible object is
  98. * {@link magoffin.matt.ieat.domain.Recipe}
  99. */
  100. magoffin.matt.ieat.domain.Recipe getRecipe();
  101. /**
  102. * Sets the value of the recipe property.
  103. *
  104. * @param value
  105. * allowed object is
  106. * {@link magoffin.matt.ieat.domain.Recipe}
  107. */
  108. void setRecipe(magoffin.matt.ieat.domain.Recipe value);
  109. /**
  110. * Gets the value of the meal property.
  111. *
  112. * @return
  113. * possible object is
  114. * {@link magoffin.matt.ieat.domain.Meal}
  115. */
  116. magoffin.matt.ieat.domain.Meal getMeal();
  117. /**
  118. * Sets the value of the meal property.
  119. *
  120. * @param value
  121. * allowed object is
  122. * {@link magoffin.matt.ieat.domain.Meal}
  123. */
  124. void setMeal(magoffin.matt.ieat.domain.Meal value);
  125. /**
  126. * Gets the value of the ignoreWarnings property.
  127. *
  128. */
  129. boolean isIgnoreWarnings();
  130. /**
  131. * Sets the value of the ignoreWarnings property.
  132. *
  133. */
  134. void setIgnoreWarnings(boolean value);
  135. /**
  136. * Gets the value of the searchResults property.
  137. *
  138. * @return
  139. * possible object is
  140. * {@link magoffin.matt.ieat.domain.UiSearchResults}
  141. */
  142. magoffin.matt.ieat.domain.UiSearchResults getSearchResults();
  143. /**
  144. * Sets the value of the searchResults property.
  145. *
  146. * @param value
  147. * allowed object is
  148. * {@link magoffin.matt.ieat.domain.UiSearchResults}
  149. */
  150. void setSearchResults(magoffin.matt.ieat.domain.UiSearchResults value);
  151. }