| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- //
- // 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
- // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
- // Any modifications to this file will be lost upon recompilation of the source schema.
- // Generated on: 2018.09.10 at 08:01:16 AM PDT
- //
- package magoffin.matt.ieat.domain;
- /**
- * This object contains factory methods for each
- * Java content interface and Java element interface
- * generated in the magoffin.matt.ieat.domain package.
- * <p>An ObjectFactory allows you to programatically
- * construct new instances of the Java representation
- * for XML content. The Java representation of XML
- * content can consist of schema derived interfaces
- * and classes representing the binding of schema
- * type definitions, element declarations and model
- * groups. Factory methods for each of these are
- * provided in this class.
- *
- */
- public class ObjectFactory
- extends magoffin.matt.ieat.domain.impl.runtime.DefaultJAXBContextImpl
- {
- private static java.util.HashMap defaultImplementations = new java.util.HashMap(51, 0.75F);
- private static java.util.HashMap rootTagMap = new java.util.HashMap();
- 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));
- public final static java.lang.Class version = (magoffin.matt.ieat.domain.impl.JAXBVersion.class);
- static {
- defaultImplementations.put((magoffin.matt.ieat.domain.PrepTime.class), "magoffin.matt.ieat.domain.impl.PrepTimeImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.User.class), "magoffin.matt.ieat.domain.impl.UserImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Edit.class), "magoffin.matt.ieat.domain.impl.EditImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Ui.class), "magoffin.matt.ieat.domain.impl.UiImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.RecipeIngredient.class), "magoffin.matt.ieat.domain.impl.RecipeIngredientImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiSessionData.class), "magoffin.matt.ieat.domain.impl.UiSessionDataImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiIngredientMatch.class), "magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Base.class), "magoffin.matt.ieat.domain.impl.BaseImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiEdit.class), "magoffin.matt.ieat.domain.impl.UiEditImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.System.class), "magoffin.matt.ieat.domain.impl.SystemImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.RelatedRecipe.class), "magoffin.matt.ieat.domain.impl.RelatedRecipeImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.RecipeComment.class), "magoffin.matt.ieat.domain.impl.RecipeCommentImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiPaginationSupport.class), "magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiSearchResults.class), "magoffin.matt.ieat.domain.impl.UiSearchResultsImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.MealRecipe.class), "magoffin.matt.ieat.domain.impl.MealRecipeImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.RecipeStep.class), "magoffin.matt.ieat.domain.impl.RecipeStepImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiData.class), "magoffin.matt.ieat.domain.impl.UiDataImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiParameter.class), "magoffin.matt.ieat.domain.impl.UiParameterImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Unit.class), "magoffin.matt.ieat.domain.impl.UnitImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiMetaSupport.class), "magoffin.matt.ieat.domain.impl.UiMetaSupportImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Meal.class), "magoffin.matt.ieat.domain.impl.MealImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.SearchResults.class), "magoffin.matt.ieat.domain.impl.SearchResultsImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Ethnicity.class), "magoffin.matt.ieat.domain.impl.EthnicityImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.RelationKind.class), "magoffin.matt.ieat.domain.impl.RelationKindImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiIndex.class), "magoffin.matt.ieat.domain.impl.UiIndexImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.AdvancedSearchCriteria.class), "magoffin.matt.ieat.domain.impl.AdvancedSearchCriteriaImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiUserMatch.class), "magoffin.matt.ieat.domain.impl.UiUserMatchImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Difficulty.class), "magoffin.matt.ieat.domain.impl.DifficultyImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.SessionData.class), "magoffin.matt.ieat.domain.impl.SessionDataImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Ingredient.class), "magoffin.matt.ieat.domain.impl.IngredientImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiIndex.IndexSectionType.class), "magoffin.matt.ieat.domain.impl.UiIndexImpl$IndexSectionTypeImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiRecipeMatch.class), "magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Recipe.class), "magoffin.matt.ieat.domain.impl.RecipeImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.RecipeSearchCriteria.class), "magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.Course.class), "magoffin.matt.ieat.domain.impl.CourseImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.UiBase.class), "magoffin.matt.ieat.domain.impl.UiBaseImpl");
- defaultImplementations.put((magoffin.matt.ieat.domain.RecipeRating.class), "magoffin.matt.ieat.domain.impl.RecipeRatingImpl");
- rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "search-results"), (magoffin.matt.ieat.domain.SearchResults.class));
- rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "edit"), (magoffin.matt.ieat.domain.Edit.class));
- rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "ui"), (magoffin.matt.ieat.domain.Ui.class));
- rootTagMap.put(new javax.xml.namespace.QName("http://msqr.us/xsd/ieat", "session-data"), (magoffin.matt.ieat.domain.SessionData.class));
- }
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: magoffin.matt.ieat.domain
- *
- */
- public ObjectFactory() {
- super(grammarInfo);
- }
- /**
- * Create an instance of the specified Java content interface.
- *
- * @param javaContentInterface
- * the Class object of the javacontent interface to instantiate
- * @return
- * a new instance
- * @throws JAXBException
- * if an error occurs
- */
- public java.lang.Object newInstance(java.lang.Class javaContentInterface)
- throws javax.xml.bind.JAXBException
- {
- return super.newInstance(javaContentInterface);
- }
- /**
- * Get the specified property. This method can only be
- * used to get provider specific properties.
- * Attempting to get an undefined property will result
- * in a PropertyException being thrown.
- *
- * @param name
- * the name of the property to retrieve
- * @return
- * the value of the requested property
- * @throws PropertyException
- * when there is an error retrieving the given property or value
- */
- public java.lang.Object getProperty(java.lang.String name)
- throws javax.xml.bind.PropertyException
- {
- return super.getProperty(name);
- }
- /**
- * Set the specified property. This method can only be
- * used to set provider specific properties.
- * Attempting to set an undefined property will result
- * in a PropertyException being thrown.
- *
- * @param name
- * the name of the property to retrieve
- * @param value
- * the value of the property to be set
- * @throws PropertyException
- * when there is an error processing the given property or value
- */
- public void setProperty(java.lang.String name, java.lang.Object value)
- throws javax.xml.bind.PropertyException
- {
- super.setProperty(name, value);
- }
- /**
- * Create an instance of PrepTime
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.PrepTime createPrepTime()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.PrepTimeImpl();
- }
- /**
- * Create an instance of User
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.User createUser()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UserImpl();
- }
- /**
- * Create an instance of Edit
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Edit createEdit()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.EditImpl();
- }
- /**
- * Create an instance of Ui
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Ui createUi()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiImpl();
- }
- /**
- * Create an instance of RecipeIngredient
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.RecipeIngredient createRecipeIngredient()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RecipeIngredientImpl();
- }
- /**
- * Create an instance of UiSessionData
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiSessionData createUiSessionData()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiSessionDataImpl();
- }
- /**
- * Create an instance of UiIngredientMatch
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiIngredientMatch createUiIngredientMatch()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl();
- }
- /**
- * Create an instance of Base
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Base createBase()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.BaseImpl();
- }
- /**
- * Create an instance of UiEdit
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiEdit createUiEdit()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiEditImpl();
- }
- /**
- * Create an instance of System
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.System createSystem()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.SystemImpl();
- }
- /**
- * Create an instance of RelatedRecipe
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.RelatedRecipe createRelatedRecipe()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RelatedRecipeImpl();
- }
- /**
- * Create an instance of RecipeComment
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.RecipeComment createRecipeComment()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RecipeCommentImpl();
- }
- /**
- * Create an instance of UiPaginationSupport
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiPaginationSupport createUiPaginationSupport()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl();
- }
- /**
- * Create an instance of UiSearchResults
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiSearchResults createUiSearchResults()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiSearchResultsImpl();
- }
- /**
- * Create an instance of MealRecipe
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.MealRecipe createMealRecipe()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.MealRecipeImpl();
- }
- /**
- * Create an instance of RecipeStep
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.RecipeStep createRecipeStep()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RecipeStepImpl();
- }
- /**
- * Create an instance of UiData
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiData createUiData()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiDataImpl();
- }
- /**
- * Create an instance of UiParameter
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiParameter createUiParameter()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiParameterImpl();
- }
- /**
- * Create an instance of Unit
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Unit createUnit()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UnitImpl();
- }
- /**
- * Create an instance of UiMetaSupport
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiMetaSupport createUiMetaSupport()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiMetaSupportImpl();
- }
- /**
- * Create an instance of Meal
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Meal createMeal()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.MealImpl();
- }
- /**
- * Create an instance of SearchResults
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.SearchResults createSearchResults()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.SearchResultsImpl();
- }
- /**
- * Create an instance of Ethnicity
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Ethnicity createEthnicity()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.EthnicityImpl();
- }
- /**
- * Create an instance of RelationKind
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.RelationKind createRelationKind()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RelationKindImpl();
- }
- /**
- * Create an instance of UiIndex
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiIndex createUiIndex()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiIndexImpl();
- }
- /**
- * Create an instance of AdvancedSearchCriteria
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.AdvancedSearchCriteria createAdvancedSearchCriteria()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.AdvancedSearchCriteriaImpl();
- }
- /**
- * Create an instance of UiUserMatch
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiUserMatch createUiUserMatch()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiUserMatchImpl();
- }
- /**
- * Create an instance of Difficulty
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Difficulty createDifficulty()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.DifficultyImpl();
- }
- /**
- * Create an instance of SessionData
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.SessionData createSessionData()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.SessionDataImpl();
- }
- /**
- * Create an instance of Ingredient
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Ingredient createIngredient()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.IngredientImpl();
- }
- /**
- * Create an instance of UiIndexIndexSectionType
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiIndex.IndexSectionType createUiIndexIndexSectionType()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiIndexImpl.IndexSectionTypeImpl();
- }
- /**
- * Create an instance of UiRecipeMatch
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiRecipeMatch createUiRecipeMatch()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl();
- }
- /**
- * Create an instance of Recipe
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Recipe createRecipe()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RecipeImpl();
- }
- /**
- * Create an instance of RecipeSearchCriteria
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.RecipeSearchCriteria createRecipeSearchCriteria()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl();
- }
- /**
- * Create an instance of Course
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.Course createCourse()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.CourseImpl();
- }
- /**
- * Create an instance of UiBase
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.UiBase createUiBase()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.UiBaseImpl();
- }
- /**
- * Create an instance of RecipeRating
- *
- * @throws JAXBException
- * if an error occurs
- */
- public magoffin.matt.ieat.domain.RecipeRating createRecipeRating()
- throws javax.xml.bind.JAXBException
- {
- return new magoffin.matt.ieat.domain.impl.RecipeRatingImpl();
- }
- }
|