ObjectFactory.java 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  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. * This object contains factory methods for each
  10. * Java content interface and Java element interface
  11. * generated in the magoffin.matt.ieat.domain package.
  12. * <p>An ObjectFactory allows you to programatically
  13. * construct new instances of the Java representation
  14. * for XML content. The Java representation of XML
  15. * content can consist of schema derived interfaces
  16. * and classes representing the binding of schema
  17. * type definitions, element declarations and model
  18. * groups. Factory methods for each of these are
  19. * provided in this class.
  20. *
  21. */
  22. public class ObjectFactory
  23. extends magoffin.matt.ieat.domain.impl.runtime.DefaultJAXBContextImpl
  24. {
  25. private static java.util.HashMap defaultImplementations = new java.util.HashMap(51, 0.75F);
  26. private static java.util.HashMap rootTagMap = new java.util.HashMap();
  27. public final static magoffin.matt.ieat.domain.impl.runtime.GrammarInfo grammarInfo = new magoffin.matt.ieat.domain.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (magoffin.matt.ieat.domain.ObjectFactory.class));
  28. public final static java.lang.Class version = (magoffin.matt.ieat.domain.impl.JAXBVersion.class);
  29. static {
  30. defaultImplementations.put((magoffin.matt.ieat.domain.PrepTime.class), "magoffin.matt.ieat.domain.impl.PrepTimeImpl");
  31. defaultImplementations.put((magoffin.matt.ieat.domain.User.class), "magoffin.matt.ieat.domain.impl.UserImpl");
  32. defaultImplementations.put((magoffin.matt.ieat.domain.Edit.class), "magoffin.matt.ieat.domain.impl.EditImpl");
  33. defaultImplementations.put((magoffin.matt.ieat.domain.Ui.class), "magoffin.matt.ieat.domain.impl.UiImpl");
  34. defaultImplementations.put((magoffin.matt.ieat.domain.RecipeIngredient.class), "magoffin.matt.ieat.domain.impl.RecipeIngredientImpl");
  35. defaultImplementations.put((magoffin.matt.ieat.domain.UiSessionData.class), "magoffin.matt.ieat.domain.impl.UiSessionDataImpl");
  36. defaultImplementations.put((magoffin.matt.ieat.domain.UiIngredientMatch.class), "magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl");
  37. defaultImplementations.put((magoffin.matt.ieat.domain.Base.class), "magoffin.matt.ieat.domain.impl.BaseImpl");
  38. defaultImplementations.put((magoffin.matt.ieat.domain.UiEdit.class), "magoffin.matt.ieat.domain.impl.UiEditImpl");
  39. defaultImplementations.put((magoffin.matt.ieat.domain.System.class), "magoffin.matt.ieat.domain.impl.SystemImpl");
  40. defaultImplementations.put((magoffin.matt.ieat.domain.RelatedRecipe.class), "magoffin.matt.ieat.domain.impl.RelatedRecipeImpl");
  41. defaultImplementations.put((magoffin.matt.ieat.domain.RecipeComment.class), "magoffin.matt.ieat.domain.impl.RecipeCommentImpl");
  42. defaultImplementations.put((magoffin.matt.ieat.domain.UiPaginationSupport.class), "magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl");
  43. defaultImplementations.put((magoffin.matt.ieat.domain.UiSearchResults.class), "magoffin.matt.ieat.domain.impl.UiSearchResultsImpl");
  44. defaultImplementations.put((magoffin.matt.ieat.domain.MealRecipe.class), "magoffin.matt.ieat.domain.impl.MealRecipeImpl");
  45. defaultImplementations.put((magoffin.matt.ieat.domain.RecipeStep.class), "magoffin.matt.ieat.domain.impl.RecipeStepImpl");
  46. defaultImplementations.put((magoffin.matt.ieat.domain.UiData.class), "magoffin.matt.ieat.domain.impl.UiDataImpl");
  47. defaultImplementations.put((magoffin.matt.ieat.domain.UiParameter.class), "magoffin.matt.ieat.domain.impl.UiParameterImpl");
  48. defaultImplementations.put((magoffin.matt.ieat.domain.Unit.class), "magoffin.matt.ieat.domain.impl.UnitImpl");
  49. defaultImplementations.put((magoffin.matt.ieat.domain.UiMetaSupport.class), "magoffin.matt.ieat.domain.impl.UiMetaSupportImpl");
  50. defaultImplementations.put((magoffin.matt.ieat.domain.Meal.class), "magoffin.matt.ieat.domain.impl.MealImpl");
  51. defaultImplementations.put((magoffin.matt.ieat.domain.SearchResults.class), "magoffin.matt.ieat.domain.impl.SearchResultsImpl");
  52. defaultImplementations.put((magoffin.matt.ieat.domain.Ethnicity.class), "magoffin.matt.ieat.domain.impl.EthnicityImpl");
  53. defaultImplementations.put((magoffin.matt.ieat.domain.RelationKind.class), "magoffin.matt.ieat.domain.impl.RelationKindImpl");
  54. defaultImplementations.put((magoffin.matt.ieat.domain.UiIndex.class), "magoffin.matt.ieat.domain.impl.UiIndexImpl");
  55. defaultImplementations.put((magoffin.matt.ieat.domain.AdvancedSearchCriteria.class), "magoffin.matt.ieat.domain.impl.AdvancedSearchCriteriaImpl");
  56. defaultImplementations.put((magoffin.matt.ieat.domain.UiUserMatch.class), "magoffin.matt.ieat.domain.impl.UiUserMatchImpl");
  57. defaultImplementations.put((magoffin.matt.ieat.domain.Difficulty.class), "magoffin.matt.ieat.domain.impl.DifficultyImpl");
  58. defaultImplementations.put((magoffin.matt.ieat.domain.SessionData.class), "magoffin.matt.ieat.domain.impl.SessionDataImpl");
  59. defaultImplementations.put((magoffin.matt.ieat.domain.Ingredient.class), "magoffin.matt.ieat.domain.impl.IngredientImpl");
  60. defaultImplementations.put((magoffin.matt.ieat.domain.UiIndex.IndexSectionType.class), "magoffin.matt.ieat.domain.impl.UiIndexImpl$IndexSectionTypeImpl");
  61. defaultImplementations.put((magoffin.matt.ieat.domain.UiRecipeMatch.class), "magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl");
  62. defaultImplementations.put((magoffin.matt.ieat.domain.Recipe.class), "magoffin.matt.ieat.domain.impl.RecipeImpl");
  63. defaultImplementations.put((magoffin.matt.ieat.domain.RecipeSearchCriteria.class), "magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl");
  64. defaultImplementations.put((magoffin.matt.ieat.domain.Course.class), "magoffin.matt.ieat.domain.impl.CourseImpl");
  65. defaultImplementations.put((magoffin.matt.ieat.domain.UiBase.class), "magoffin.matt.ieat.domain.impl.UiBaseImpl");
  66. defaultImplementations.put((magoffin.matt.ieat.domain.RecipeRating.class), "magoffin.matt.ieat.domain.impl.RecipeRatingImpl");
  67. rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "search-results"), (magoffin.matt.ieat.domain.SearchResults.class));
  68. rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "edit"), (magoffin.matt.ieat.domain.Edit.class));
  69. rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "ui"), (magoffin.matt.ieat.domain.Ui.class));
  70. rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "session-data"), (magoffin.matt.ieat.domain.SessionData.class));
  71. }
  72. /**
  73. * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: magoffin.matt.ieat.domain
  74. *
  75. */
  76. public ObjectFactory() {
  77. super(grammarInfo);
  78. }
  79. /**
  80. * Create an instance of the specified Java content interface.
  81. *
  82. * @param javaContentInterface
  83. * the Class object of the javacontent interface to instantiate
  84. * @return
  85. * a new instance
  86. * @throws JAXBException
  87. * if an error occurs
  88. */
  89. public java.lang.Object newInstance(java.lang.Class javaContentInterface)
  90. throws javax.xml.bind.JAXBException
  91. {
  92. return super.newInstance(javaContentInterface);
  93. }
  94. /**
  95. * Get the specified property. This method can only be
  96. * used to get provider specific properties.
  97. * Attempting to get an undefined property will result
  98. * in a PropertyException being thrown.
  99. *
  100. * @param name
  101. * the name of the property to retrieve
  102. * @return
  103. * the value of the requested property
  104. * @throws PropertyException
  105. * when there is an error retrieving the given property or value
  106. */
  107. public java.lang.Object getProperty(java.lang.String name)
  108. throws javax.xml.bind.PropertyException
  109. {
  110. return super.getProperty(name);
  111. }
  112. /**
  113. * Set the specified property. This method can only be
  114. * used to set provider specific properties.
  115. * Attempting to set an undefined property will result
  116. * in a PropertyException being thrown.
  117. *
  118. * @param name
  119. * the name of the property to retrieve
  120. * @param value
  121. * the value of the property to be set
  122. * @throws PropertyException
  123. * when there is an error processing the given property or value
  124. */
  125. public void setProperty(java.lang.String name, java.lang.Object value)
  126. throws javax.xml.bind.PropertyException
  127. {
  128. super.setProperty(name, value);
  129. }
  130. /**
  131. * Create an instance of PrepTime
  132. *
  133. * @throws JAXBException
  134. * if an error occurs
  135. */
  136. public magoffin.matt.ieat.domain.PrepTime createPrepTime()
  137. throws javax.xml.bind.JAXBException
  138. {
  139. return new magoffin.matt.ieat.domain.impl.PrepTimeImpl();
  140. }
  141. /**
  142. * Create an instance of User
  143. *
  144. * @throws JAXBException
  145. * if an error occurs
  146. */
  147. public magoffin.matt.ieat.domain.User createUser()
  148. throws javax.xml.bind.JAXBException
  149. {
  150. return new magoffin.matt.ieat.domain.impl.UserImpl();
  151. }
  152. /**
  153. * Create an instance of Edit
  154. *
  155. * @throws JAXBException
  156. * if an error occurs
  157. */
  158. public magoffin.matt.ieat.domain.Edit createEdit()
  159. throws javax.xml.bind.JAXBException
  160. {
  161. return new magoffin.matt.ieat.domain.impl.EditImpl();
  162. }
  163. /**
  164. * Create an instance of Ui
  165. *
  166. * @throws JAXBException
  167. * if an error occurs
  168. */
  169. public magoffin.matt.ieat.domain.Ui createUi()
  170. throws javax.xml.bind.JAXBException
  171. {
  172. return new magoffin.matt.ieat.domain.impl.UiImpl();
  173. }
  174. /**
  175. * Create an instance of RecipeIngredient
  176. *
  177. * @throws JAXBException
  178. * if an error occurs
  179. */
  180. public magoffin.matt.ieat.domain.RecipeIngredient createRecipeIngredient()
  181. throws javax.xml.bind.JAXBException
  182. {
  183. return new magoffin.matt.ieat.domain.impl.RecipeIngredientImpl();
  184. }
  185. /**
  186. * Create an instance of UiSessionData
  187. *
  188. * @throws JAXBException
  189. * if an error occurs
  190. */
  191. public magoffin.matt.ieat.domain.UiSessionData createUiSessionData()
  192. throws javax.xml.bind.JAXBException
  193. {
  194. return new magoffin.matt.ieat.domain.impl.UiSessionDataImpl();
  195. }
  196. /**
  197. * Create an instance of UiIngredientMatch
  198. *
  199. * @throws JAXBException
  200. * if an error occurs
  201. */
  202. public magoffin.matt.ieat.domain.UiIngredientMatch createUiIngredientMatch()
  203. throws javax.xml.bind.JAXBException
  204. {
  205. return new magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl();
  206. }
  207. /**
  208. * Create an instance of Base
  209. *
  210. * @throws JAXBException
  211. * if an error occurs
  212. */
  213. public magoffin.matt.ieat.domain.Base createBase()
  214. throws javax.xml.bind.JAXBException
  215. {
  216. return new magoffin.matt.ieat.domain.impl.BaseImpl();
  217. }
  218. /**
  219. * Create an instance of UiEdit
  220. *
  221. * @throws JAXBException
  222. * if an error occurs
  223. */
  224. public magoffin.matt.ieat.domain.UiEdit createUiEdit()
  225. throws javax.xml.bind.JAXBException
  226. {
  227. return new magoffin.matt.ieat.domain.impl.UiEditImpl();
  228. }
  229. /**
  230. * Create an instance of System
  231. *
  232. * @throws JAXBException
  233. * if an error occurs
  234. */
  235. public magoffin.matt.ieat.domain.System createSystem()
  236. throws javax.xml.bind.JAXBException
  237. {
  238. return new magoffin.matt.ieat.domain.impl.SystemImpl();
  239. }
  240. /**
  241. * Create an instance of RelatedRecipe
  242. *
  243. * @throws JAXBException
  244. * if an error occurs
  245. */
  246. public magoffin.matt.ieat.domain.RelatedRecipe createRelatedRecipe()
  247. throws javax.xml.bind.JAXBException
  248. {
  249. return new magoffin.matt.ieat.domain.impl.RelatedRecipeImpl();
  250. }
  251. /**
  252. * Create an instance of RecipeComment
  253. *
  254. * @throws JAXBException
  255. * if an error occurs
  256. */
  257. public magoffin.matt.ieat.domain.RecipeComment createRecipeComment()
  258. throws javax.xml.bind.JAXBException
  259. {
  260. return new magoffin.matt.ieat.domain.impl.RecipeCommentImpl();
  261. }
  262. /**
  263. * Create an instance of UiPaginationSupport
  264. *
  265. * @throws JAXBException
  266. * if an error occurs
  267. */
  268. public magoffin.matt.ieat.domain.UiPaginationSupport createUiPaginationSupport()
  269. throws javax.xml.bind.JAXBException
  270. {
  271. return new magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl();
  272. }
  273. /**
  274. * Create an instance of UiSearchResults
  275. *
  276. * @throws JAXBException
  277. * if an error occurs
  278. */
  279. public magoffin.matt.ieat.domain.UiSearchResults createUiSearchResults()
  280. throws javax.xml.bind.JAXBException
  281. {
  282. return new magoffin.matt.ieat.domain.impl.UiSearchResultsImpl();
  283. }
  284. /**
  285. * Create an instance of MealRecipe
  286. *
  287. * @throws JAXBException
  288. * if an error occurs
  289. */
  290. public magoffin.matt.ieat.domain.MealRecipe createMealRecipe()
  291. throws javax.xml.bind.JAXBException
  292. {
  293. return new magoffin.matt.ieat.domain.impl.MealRecipeImpl();
  294. }
  295. /**
  296. * Create an instance of RecipeStep
  297. *
  298. * @throws JAXBException
  299. * if an error occurs
  300. */
  301. public magoffin.matt.ieat.domain.RecipeStep createRecipeStep()
  302. throws javax.xml.bind.JAXBException
  303. {
  304. return new magoffin.matt.ieat.domain.impl.RecipeStepImpl();
  305. }
  306. /**
  307. * Create an instance of UiData
  308. *
  309. * @throws JAXBException
  310. * if an error occurs
  311. */
  312. public magoffin.matt.ieat.domain.UiData createUiData()
  313. throws javax.xml.bind.JAXBException
  314. {
  315. return new magoffin.matt.ieat.domain.impl.UiDataImpl();
  316. }
  317. /**
  318. * Create an instance of UiParameter
  319. *
  320. * @throws JAXBException
  321. * if an error occurs
  322. */
  323. public magoffin.matt.ieat.domain.UiParameter createUiParameter()
  324. throws javax.xml.bind.JAXBException
  325. {
  326. return new magoffin.matt.ieat.domain.impl.UiParameterImpl();
  327. }
  328. /**
  329. * Create an instance of Unit
  330. *
  331. * @throws JAXBException
  332. * if an error occurs
  333. */
  334. public magoffin.matt.ieat.domain.Unit createUnit()
  335. throws javax.xml.bind.JAXBException
  336. {
  337. return new magoffin.matt.ieat.domain.impl.UnitImpl();
  338. }
  339. /**
  340. * Create an instance of UiMetaSupport
  341. *
  342. * @throws JAXBException
  343. * if an error occurs
  344. */
  345. public magoffin.matt.ieat.domain.UiMetaSupport createUiMetaSupport()
  346. throws javax.xml.bind.JAXBException
  347. {
  348. return new magoffin.matt.ieat.domain.impl.UiMetaSupportImpl();
  349. }
  350. /**
  351. * Create an instance of Meal
  352. *
  353. * @throws JAXBException
  354. * if an error occurs
  355. */
  356. public magoffin.matt.ieat.domain.Meal createMeal()
  357. throws javax.xml.bind.JAXBException
  358. {
  359. return new magoffin.matt.ieat.domain.impl.MealImpl();
  360. }
  361. /**
  362. * Create an instance of SearchResults
  363. *
  364. * @throws JAXBException
  365. * if an error occurs
  366. */
  367. public magoffin.matt.ieat.domain.SearchResults createSearchResults()
  368. throws javax.xml.bind.JAXBException
  369. {
  370. return new magoffin.matt.ieat.domain.impl.SearchResultsImpl();
  371. }
  372. /**
  373. * Create an instance of Ethnicity
  374. *
  375. * @throws JAXBException
  376. * if an error occurs
  377. */
  378. public magoffin.matt.ieat.domain.Ethnicity createEthnicity()
  379. throws javax.xml.bind.JAXBException
  380. {
  381. return new magoffin.matt.ieat.domain.impl.EthnicityImpl();
  382. }
  383. /**
  384. * Create an instance of RelationKind
  385. *
  386. * @throws JAXBException
  387. * if an error occurs
  388. */
  389. public magoffin.matt.ieat.domain.RelationKind createRelationKind()
  390. throws javax.xml.bind.JAXBException
  391. {
  392. return new magoffin.matt.ieat.domain.impl.RelationKindImpl();
  393. }
  394. /**
  395. * Create an instance of UiIndex
  396. *
  397. * @throws JAXBException
  398. * if an error occurs
  399. */
  400. public magoffin.matt.ieat.domain.UiIndex createUiIndex()
  401. throws javax.xml.bind.JAXBException
  402. {
  403. return new magoffin.matt.ieat.domain.impl.UiIndexImpl();
  404. }
  405. /**
  406. * Create an instance of AdvancedSearchCriteria
  407. *
  408. * @throws JAXBException
  409. * if an error occurs
  410. */
  411. public magoffin.matt.ieat.domain.AdvancedSearchCriteria createAdvancedSearchCriteria()
  412. throws javax.xml.bind.JAXBException
  413. {
  414. return new magoffin.matt.ieat.domain.impl.AdvancedSearchCriteriaImpl();
  415. }
  416. /**
  417. * Create an instance of UiUserMatch
  418. *
  419. * @throws JAXBException
  420. * if an error occurs
  421. */
  422. public magoffin.matt.ieat.domain.UiUserMatch createUiUserMatch()
  423. throws javax.xml.bind.JAXBException
  424. {
  425. return new magoffin.matt.ieat.domain.impl.UiUserMatchImpl();
  426. }
  427. /**
  428. * Create an instance of Difficulty
  429. *
  430. * @throws JAXBException
  431. * if an error occurs
  432. */
  433. public magoffin.matt.ieat.domain.Difficulty createDifficulty()
  434. throws javax.xml.bind.JAXBException
  435. {
  436. return new magoffin.matt.ieat.domain.impl.DifficultyImpl();
  437. }
  438. /**
  439. * Create an instance of SessionData
  440. *
  441. * @throws JAXBException
  442. * if an error occurs
  443. */
  444. public magoffin.matt.ieat.domain.SessionData createSessionData()
  445. throws javax.xml.bind.JAXBException
  446. {
  447. return new magoffin.matt.ieat.domain.impl.SessionDataImpl();
  448. }
  449. /**
  450. * Create an instance of Ingredient
  451. *
  452. * @throws JAXBException
  453. * if an error occurs
  454. */
  455. public magoffin.matt.ieat.domain.Ingredient createIngredient()
  456. throws javax.xml.bind.JAXBException
  457. {
  458. return new magoffin.matt.ieat.domain.impl.IngredientImpl();
  459. }
  460. /**
  461. * Create an instance of UiIndexIndexSectionType
  462. *
  463. * @throws JAXBException
  464. * if an error occurs
  465. */
  466. public magoffin.matt.ieat.domain.UiIndex.IndexSectionType createUiIndexIndexSectionType()
  467. throws javax.xml.bind.JAXBException
  468. {
  469. return new magoffin.matt.ieat.domain.impl.UiIndexImpl.IndexSectionTypeImpl();
  470. }
  471. /**
  472. * Create an instance of UiRecipeMatch
  473. *
  474. * @throws JAXBException
  475. * if an error occurs
  476. */
  477. public magoffin.matt.ieat.domain.UiRecipeMatch createUiRecipeMatch()
  478. throws javax.xml.bind.JAXBException
  479. {
  480. return new magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl();
  481. }
  482. /**
  483. * Create an instance of Recipe
  484. *
  485. * @throws JAXBException
  486. * if an error occurs
  487. */
  488. public magoffin.matt.ieat.domain.Recipe createRecipe()
  489. throws javax.xml.bind.JAXBException
  490. {
  491. return new magoffin.matt.ieat.domain.impl.RecipeImpl();
  492. }
  493. /**
  494. * Create an instance of RecipeSearchCriteria
  495. *
  496. * @throws JAXBException
  497. * if an error occurs
  498. */
  499. public magoffin.matt.ieat.domain.RecipeSearchCriteria createRecipeSearchCriteria()
  500. throws javax.xml.bind.JAXBException
  501. {
  502. return new magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl();
  503. }
  504. /**
  505. * Create an instance of Course
  506. *
  507. * @throws JAXBException
  508. * if an error occurs
  509. */
  510. public magoffin.matt.ieat.domain.Course createCourse()
  511. throws javax.xml.bind.JAXBException
  512. {
  513. return new magoffin.matt.ieat.domain.impl.CourseImpl();
  514. }
  515. /**
  516. * Create an instance of UiBase
  517. *
  518. * @throws JAXBException
  519. * if an error occurs
  520. */
  521. public magoffin.matt.ieat.domain.UiBase createUiBase()
  522. throws javax.xml.bind.JAXBException
  523. {
  524. return new magoffin.matt.ieat.domain.impl.UiBaseImpl();
  525. }
  526. /**
  527. * Create an instance of RecipeRating
  528. *
  529. * @throws JAXBException
  530. * if an error occurs
  531. */
  532. public magoffin.matt.ieat.domain.RecipeRating createRecipeRating()
  533. throws javax.xml.bind.JAXBException
  534. {
  535. return new magoffin.matt.ieat.domain.impl.RecipeRatingImpl();
  536. }
  537. }