| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368 |
- //
- // 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.impl;
- public class UiEditImpl
- extends magoffin.matt.ieat.domain.impl.UiBaseImpl
- implements magoffin.matt.ieat.domain.UiEdit, java.io.Serializable, com.sun.xml.bind.JAXBObject, magoffin.matt.ieat.domain.impl.runtime.UnmarshallableObject, magoffin.matt.ieat.domain.impl.runtime.XMLSerializable, magoffin.matt.ieat.domain.impl.runtime.ValidatableObject
- {
- private final static long serialVersionUID = 200905041L;
- protected boolean has_Refresh;
- protected boolean _Refresh;
- protected magoffin.matt.ieat.domain.User _User;
- protected magoffin.matt.ieat.domain.MealRecipe _MealRecipe;
- protected magoffin.matt.ieat.domain.Ingredient _Ingredient;
- protected magoffin.matt.ieat.domain.Recipe _Recipe;
- protected magoffin.matt.ieat.domain.Meal _Meal;
- protected boolean has_IgnoreWarnings;
- protected boolean _IgnoreWarnings;
- protected magoffin.matt.ieat.domain.UiSearchResults _SearchResults;
- public final static java.lang.Class version = (magoffin.matt.ieat.domain.impl.JAXBVersion.class);
- private static com.sun.msv.grammar.Grammar schemaFragment;
- private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
- return (magoffin.matt.ieat.domain.UiEdit.class);
- }
- public boolean isRefresh() {
- if (!has_Refresh) {
- return javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.DatatypeConverterImpl.installHook("false"));
- } else {
- return _Refresh;
- }
- }
- public void setRefresh(boolean value) {
- _Refresh = value;
- has_Refresh = true;
- }
- public magoffin.matt.ieat.domain.User getUser() {
- return _User;
- }
- public void setUser(magoffin.matt.ieat.domain.User value) {
- _User = value;
- }
- public magoffin.matt.ieat.domain.MealRecipe getMealRecipe() {
- return _MealRecipe;
- }
- public void setMealRecipe(magoffin.matt.ieat.domain.MealRecipe value) {
- _MealRecipe = value;
- }
- public magoffin.matt.ieat.domain.Ingredient getIngredient() {
- return _Ingredient;
- }
- public void setIngredient(magoffin.matt.ieat.domain.Ingredient value) {
- _Ingredient = value;
- }
- public magoffin.matt.ieat.domain.Recipe getRecipe() {
- return _Recipe;
- }
- public void setRecipe(magoffin.matt.ieat.domain.Recipe value) {
- _Recipe = value;
- }
- public magoffin.matt.ieat.domain.Meal getMeal() {
- return _Meal;
- }
- public void setMeal(magoffin.matt.ieat.domain.Meal value) {
- _Meal = value;
- }
- public boolean isIgnoreWarnings() {
- if (!has_IgnoreWarnings) {
- return javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.DatatypeConverterImpl.installHook("false"));
- } else {
- return _IgnoreWarnings;
- }
- }
- public void setIgnoreWarnings(boolean value) {
- _IgnoreWarnings = value;
- has_IgnoreWarnings = true;
- }
- public magoffin.matt.ieat.domain.UiSearchResults getSearchResults() {
- return _SearchResults;
- }
- public void setSearchResults(magoffin.matt.ieat.domain.UiSearchResults value) {
- _SearchResults = value;
- }
- public magoffin.matt.ieat.domain.impl.runtime.UnmarshallingEventHandler createUnmarshaller(magoffin.matt.ieat.domain.impl.runtime.UnmarshallingContext context) {
- return new magoffin.matt.ieat.domain.impl.UiEditImpl.Unmarshaller(context);
- }
- public void serializeBody(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- super.serializeBody(context);
- if (_Ingredient!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "ingredient");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient");
- context.endElement();
- }
- if (_Recipe!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "recipe");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe");
- context.endElement();
- }
- if (_User!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "user");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _User), "User");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _User), "User");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _User), "User");
- context.endElement();
- }
- if (_Meal!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "meal");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Meal), "Meal");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Meal), "Meal");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _Meal), "Meal");
- context.endElement();
- }
- if (_MealRecipe!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "meal-recipe");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MealRecipe), "MealRecipe");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MealRecipe), "MealRecipe");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _MealRecipe), "MealRecipe");
- context.endElement();
- }
- if (_SearchResults!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "search-results");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _SearchResults), "SearchResults");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _SearchResults), "SearchResults");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _SearchResults), "SearchResults");
- context.endElement();
- }
- }
- public void serializeAttributes(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- if (has_IgnoreWarnings) {
- context.startAttribute("", "ignoreWarnings");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IgnoreWarnings)), "IgnoreWarnings");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (has_Refresh) {
- context.startAttribute("", "refresh");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _Refresh)), "Refresh");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- super.serializeAttributes(context);
- }
- public void serializeURIs(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- super.serializeURIs(context);
- }
- public java.lang.Class getPrimaryInterface() {
- return (magoffin.matt.ieat.domain.UiEdit.class);
- }
- public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
- if (schemaFragment == null) {
- schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
- "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
- +"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
- +"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
- +"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
- +"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000pp"
- +"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
- +"xq\u0000~\u0000\u0001ppsr\u0000\'com.sun.msv.grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
- +"\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameClass;xr\u0000\u001ecom.sun."
- +"msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttribut"
- +"esL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001"
- +"Z\u0000\u0005valuexp\u0000p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsr\u0000 com.sun.msv.gramma"
- +"r.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000"
- +"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0014psr\u0000 com.sun.msv.grammar.Attri"
- +"buteExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0010xq\u0000~\u0000\u0003q\u0000~\u0000\u0014psr"
- +"\u00002com.sun.msv.grammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
- +"\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0013\u0001q\u0000~\u0000\u001esr\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000"
- +"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000co"
- +"m.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000"
- +"~\u0000\u0003q\u0000~\u0000\u001fq\u0000~\u0000$sr\u0000#com.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001"
- +"\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/lang/String;L\u0000\fnamespaceURIq\u0000~\u0000&xq\u0000~"
- +"\u0000!t\u0000$magoffin.matt.ieat.domain.Ingredientt\u0000+http://java.sun."
- +"com/jaxb/xjc/dummy-elementssq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014psr\u0000\u001bcom.sun.m"
- +"sv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/D"
- +"atatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair"
- +";xq\u0000~\u0000\u0003ppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr"
- +"\u0000*com.sun.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%c"
- +"om.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.m"
- +"sv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000"
- +"&L\u0000\btypeNameq\u0000~\u0000&L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/W"
- +"hiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0005Q"
- +"Namesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collaps"
- +"e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor"
- +"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSetExpre"
- +"ssion\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB"
- +"\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000&L\u0000\fnamespaceURIq\u0000~\u0000&xpq\u0000~\u00007q\u0000~\u00006sq\u0000~\u0000"
- +"%t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~\u0000$sq\u0000"
- +"~\u0000%t\u0000\ningredientt\u0000\u0017http://msqr.us/xsd/ieatq\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000"
- +"\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~"
- +"\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000 magoffin.matt.ieat.domain.Recipeq\u0000~\u0000)sq"
- +"\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u0006recipeq\u0000~\u0000Dq\u0000~\u0000$sq"
- +"\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~"
- +"\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u001emagoffin.matt.ieat.domain.Us"
- +"erq\u0000~\u0000)sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u0004userq\u0000~\u0000D"
- +"q\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~"
- +"\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u001emagoffin.matt.ieat.do"
- +"main.Mealq\u0000~\u0000)sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u0004me"
- +"alq\u0000~\u0000Dq\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq"
- +"\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000~\u0000%t\u0000$magoffin.matt."
- +"ieat.domain.MealRecipeq\u0000~\u0000)sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~"
- +"\u0000$sq\u0000~\u0000%t\u0000\u000bmeal-recipeq\u0000~\u0000Dq\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000\u000fq\u0000~\u0000\u0014p\u0000sq\u0000~\u0000\u0000p"
- +"psq\u0000~\u0000\u000fpp\u0000sq\u0000~\u0000\rppsq\u0000~\u0000\u0018q\u0000~\u0000\u0014psq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u001eq\u0000~\u0000\"q\u0000~\u0000$sq\u0000"
- +"~\u0000%t\u0000)magoffin.matt.ieat.domain.UiSearchResultsq\u0000~\u0000)sq\u0000~\u0000\rpp"
- +"sq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000/q\u0000~\u0000?q\u0000~\u0000$sq\u0000~\u0000%t\u0000\u000esearch-resultsq\u0000~\u0000Dq\u0000~\u0000$"
- +"sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014psq\u0000~\u0000,ppsr\u0000#com.sun.msv.datatype.xsd.Str"
- +"ingType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u00001q\u0000~\u00006t\u0000\u0006stringsr\u00005co"
- +"m.sun.msv.datatype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
- +"\u0000\u0000xq\u0000~\u00009\u0001q\u0000~\u0000<sq\u0000~\u0000=q\u0000~\u0000\u008bq\u0000~\u00006sq\u0000~\u0000%t\u0000\u0004modet\u0000\u0000q\u0000~\u0000$sq\u0000~\u0000\rpps"
- +"q\u0000~\u0000\u001bq\u0000~\u0000\u0014psq\u0000~\u0000,ppsr\u0000$com.sun.msv.datatype.xsd.BooleanType\u0000"
- +"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00001q\u0000~\u00006t\u0000\u0007booleanq\u0000~\u0000:q\u0000~\u0000<sq\u0000~\u0000=q\u0000~\u0000\u0097q\u0000~\u00006sq\u0000"
- +"~\u0000%t\u0000\u000eignoreWarningsq\u0000~\u0000\u0091q\u0000~\u0000$sq\u0000~\u0000\rppsq\u0000~\u0000\u001bq\u0000~\u0000\u0014pq\u0000~\u0000\u0094sq\u0000~\u0000"
- +"%t\u0000\u0007refreshq\u0000~\u0000\u0091q\u0000~\u0000$sr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000"
- +"\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$"
- +"ClosedHash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHa"
- +"sh\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/ms"
- +"v/grammar/ExpressionPool;xp\u0000\u0000\u0000)\u0001pq\u0000~\u0000\u0082q\u0000~\u0000\u009bq\u0000~\u0000\u000eq\u0000~\u0000Eq\u0000~\u0000Rq\u0000"
- +"~\u0000_q\u0000~\u0000lq\u0000~\u0000yq\u0000~\u0000\u0007q\u0000~\u0000\u0086q\u0000~\u0000\u0015q\u0000~\u0000Gq\u0000~\u0000Tq\u0000~\u0000aq\u0000~\u0000nq\u0000~\u0000\nq\u0000~\u0000{q\u0000"
- +"~\u0000\u0017q\u0000~\u0000Iq\u0000~\u0000Vq\u0000~\u0000cq\u0000~\u0000pq\u0000~\u0000}q\u0000~\u0000\u000bq\u0000~\u0000\u0005q\u0000~\u0000\u0006q\u0000~\u0000\tq\u0000~\u0000\u0092q\u0000~\u0000\u001aq\u0000"
- +"~\u0000Jq\u0000~\u0000Wq\u0000~\u0000dq\u0000~\u0000qq\u0000~\u0000~q\u0000~\u0000\bq\u0000~\u0000\fq\u0000~\u0000*q\u0000~\u0000Nq\u0000~\u0000[q\u0000~\u0000hq\u0000~\u0000ux"));
- }
- return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
- }
- public boolean equals(java.lang.Object obj) {
- if (this == obj) {
- return true;
- }
- if ((null == obj)||(!(obj instanceof magoffin.matt.ieat.domain.UiEdit))) {
- return false;
- }
- magoffin.matt.ieat.domain.impl.UiEditImpl target = ((magoffin.matt.ieat.domain.impl.UiEditImpl) obj);
- {
- boolean value = this.isRefresh();
- boolean targetValue = target.isRefresh();
- if (value!= targetValue) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.User value = this.getUser();
- magoffin.matt.ieat.domain.User targetValue = target.getUser();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.MealRecipe value = this.getMealRecipe();
- magoffin.matt.ieat.domain.MealRecipe targetValue = target.getMealRecipe();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.Ingredient value = this.getIngredient();
- magoffin.matt.ieat.domain.Ingredient targetValue = target.getIngredient();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.Recipe value = this.getRecipe();
- magoffin.matt.ieat.domain.Recipe targetValue = target.getRecipe();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.Meal value = this.getMeal();
- magoffin.matt.ieat.domain.Meal targetValue = target.getMeal();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- boolean value = this.isIgnoreWarnings();
- boolean targetValue = target.isIgnoreWarnings();
- if (value!= targetValue) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.UiSearchResults value = this.getSearchResults();
- magoffin.matt.ieat.domain.UiSearchResults targetValue = target.getSearchResults();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- java.lang.String value = this.getMode();
- java.lang.String targetValue = target.getMode();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- return true;
- }
- public int hashCode() {
- int hash = 7;
- {
- boolean value = this.isRefresh();
- hash = ((31 *hash)+(value? 1 : 0));
- }
- {
- magoffin.matt.ieat.domain.User value = this.getUser();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- magoffin.matt.ieat.domain.MealRecipe value = this.getMealRecipe();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- magoffin.matt.ieat.domain.Ingredient value = this.getIngredient();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- magoffin.matt.ieat.domain.Recipe value = this.getRecipe();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- magoffin.matt.ieat.domain.Meal value = this.getMeal();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- boolean value = this.isIgnoreWarnings();
- hash = ((31 *hash)+(value? 1 : 0));
- }
- {
- magoffin.matt.ieat.domain.UiSearchResults value = this.getSearchResults();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- java.lang.String value = this.getMode();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- return hash;
- }
- public class Unmarshaller
- extends magoffin.matt.ieat.domain.impl.runtime.AbstractUnmarshallingEventHandlerImpl
- {
- public Unmarshaller(magoffin.matt.ieat.domain.impl.runtime.UnmarshallingContext context) {
- super(context, "--------------------------");
- }
- protected Unmarshaller(magoffin.matt.ieat.domain.impl.runtime.UnmarshallingContext context, int startState) {
- this(context);
- state = startState;
- }
- public java.lang.Object owner() {
- return magoffin.matt.ieat.domain.impl.UiEditImpl.this;
- }
- public void enterElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname, org.xml.sax.Attributes __atts)
- throws org.xml.sax.SAXException
- {
- int attIdx;
- outer:
- while (true) {
- switch (state) {
- case 0 :
- attIdx = context.getAttribute("", "ignoreWarnings");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText1(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 10 :
- if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 11;
- return ;
- }
- state = 13;
- continue outer;
- case 17 :
- attIdx = context.getAttribute("", "mealId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- _Meal = ((magoffin.matt.ieat.domain.impl.MealImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.MealImpl.class), 18, ___uri, ___local, ___qname, __atts));
- return ;
- }
- break;
- case 16 :
- if (("meal" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 17;
- return ;
- }
- state = 19;
- continue outer;
- case 20 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- _MealRecipe = ((magoffin.matt.ieat.domain.impl.MealRecipeImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.MealRecipeImpl.class), 21, ___uri, ___local, ___qname, __atts));
- return ;
- }
- break;
- case 22 :
- if (("search-results" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 23;
- return ;
- }
- state = 25;
- continue outer;
- case 19 :
- if (("meal-recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 20;
- return ;
- }
- state = 22;
- continue outer;
- case 3 :
- attIdx = context.getAttribute("", "refresh");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 7 :
- if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 8;
- return ;
- }
- state = 10;
- continue outer;
- case 8 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- _Ingredient = ((magoffin.matt.ieat.domain.impl.IngredientImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.IngredientImpl.class), 9, ___uri, ___local, ___qname, __atts));
- return ;
- }
- break;
- case 11 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname, __atts));
- return ;
- }
- break;
- case 23 :
- attIdx = context.getAttribute("", "pageSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "pageStart");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- break;
- case 13 :
- if (("user" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 14;
- return ;
- }
- state = 16;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "mode");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- spawnHandlerFromEnterElement((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname, __atts);
- return ;
- case 14 :
- attIdx = context.getAttribute("", "accessLevel");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "country");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "language");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "lastLoginDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "login");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "userId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname, __atts));
- return ;
- }
- break;
- case 25 :
- revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- super.enterElement(___uri, ___local, ___qname, __atts);
- break;
- }
- }
- private void eatText1(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _IgnoreWarnings = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_IgnoreWarnings = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText2(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _Refresh = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_Refresh = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
- throws org.xml.sax.SAXException
- {
- int attIdx;
- outer:
- while (true) {
- switch (state) {
- case 0 :
- attIdx = context.getAttribute("", "ignoreWarnings");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText1(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 10 :
- state = 13;
- continue outer;
- case 17 :
- attIdx = context.getAttribute("", "mealId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 16 :
- state = 19;
- continue outer;
- case 20 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 22 :
- state = 25;
- continue outer;
- case 19 :
- state = 22;
- continue outer;
- case 12 :
- if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 13;
- return ;
- }
- break;
- case 21 :
- if (("meal-recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 22;
- return ;
- }
- break;
- case 3 :
- attIdx = context.getAttribute("", "refresh");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 7 :
- state = 10;
- continue outer;
- case 8 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 11 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 24 :
- if (("search-results" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 25;
- return ;
- }
- break;
- case 23 :
- attIdx = context.getAttribute("", "pageSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "pageStart");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 13 :
- state = 16;
- continue outer;
- case 15 :
- if (("user" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 16;
- return ;
- }
- break;
- case 6 :
- attIdx = context.getAttribute("", "mode");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- spawnHandlerFromLeaveElement((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
- return ;
- case 14 :
- attIdx = context.getAttribute("", "accessLevel");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "country");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "language");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "lastLoginDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "login");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "userId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 9 :
- if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 10;
- return ;
- }
- break;
- case 25 :
- revertToParentFromLeaveElement(___uri, ___local, ___qname);
- return ;
- case 18 :
- if (("meal" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 19;
- return ;
- }
- break;
- }
- super.leaveElement(___uri, ___local, ___qname);
- break;
- }
- }
- public void enterAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
- throws org.xml.sax.SAXException
- {
- int attIdx;
- outer:
- while (true) {
- switch (state) {
- case 0 :
- if (("ignoreWarnings" == ___local)&&("" == ___uri)) {
- state = 1;
- return ;
- }
- state = 3;
- continue outer;
- case 10 :
- state = 13;
- continue outer;
- case 17 :
- if (("mealId" == ___local)&&("" == ___uri)) {
- _Meal = ((magoffin.matt.ieat.domain.impl.MealImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.MealImpl.class), 18, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 16 :
- state = 19;
- continue outer;
- case 20 :
- if (("quantity" == ___local)&&("" == ___uri)) {
- _MealRecipe = ((magoffin.matt.ieat.domain.impl.MealRecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.MealRecipeImpl.class), 21, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 22 :
- state = 25;
- continue outer;
- case 19 :
- state = 22;
- continue outer;
- case 3 :
- if (("refresh" == ___local)&&("" == ___uri)) {
- state = 4;
- return ;
- }
- state = 6;
- continue outer;
- case 7 :
- state = 10;
- continue outer;
- case 8 :
- if (("ingredientId" == ___local)&&("" == ___uri)) {
- _Ingredient = ((magoffin.matt.ieat.domain.impl.IngredientImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.IngredientImpl.class), 9, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 11 :
- if (("createdDate" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname));
- return ;
- }
- if (("modifiedDate" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname));
- return ;
- }
- if (("recipeId" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname));
- return ;
- }
- if (("servingSize" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 12, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 23 :
- if (("pageSize" == ___local)&&("" == ___uri)) {
- _SearchResults = ((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl.class), 24, ___uri, ___local, ___qname));
- return ;
- }
- if (("pageStart" == ___local)&&("" == ___uri)) {
- _SearchResults = ((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl.class), 24, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 13 :
- state = 16;
- continue outer;
- case 6 :
- if (("mode" == ___local)&&("" == ___uri)) {
- spawnHandlerFromEnterAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
- return ;
- }
- spawnHandlerFromEnterAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
- return ;
- case 14 :
- if (("accessLevel" == ___local)&&("" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname));
- return ;
- }
- if (("country" == ___local)&&("" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname));
- return ;
- }
- if (("createdDate" == ___local)&&("" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname));
- return ;
- }
- if (("language" == ___local)&&("" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname));
- return ;
- }
- if (("lastLoginDate" == ___local)&&("" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname));
- return ;
- }
- if (("login" == ___local)&&("" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname));
- return ;
- }
- if (("userId" == ___local)&&("" == ___uri)) {
- _User = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 15, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 25 :
- revertToParentFromEnterAttribute(___uri, ___local, ___qname);
- return ;
- }
- super.enterAttribute(___uri, ___local, ___qname);
- break;
- }
- }
- public void leaveAttribute(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
- throws org.xml.sax.SAXException
- {
- int attIdx;
- outer:
- while (true) {
- switch (state) {
- case 0 :
- attIdx = context.getAttribute("", "ignoreWarnings");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText1(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 10 :
- state = 13;
- continue outer;
- case 17 :
- attIdx = context.getAttribute("", "mealId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 16 :
- state = 19;
- continue outer;
- case 20 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 2 :
- if (("ignoreWarnings" == ___local)&&("" == ___uri)) {
- state = 3;
- return ;
- }
- break;
- case 22 :
- state = 25;
- continue outer;
- case 19 :
- state = 22;
- continue outer;
- case 5 :
- if (("refresh" == ___local)&&("" == ___uri)) {
- state = 6;
- return ;
- }
- break;
- case 3 :
- attIdx = context.getAttribute("", "refresh");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 7 :
- state = 10;
- continue outer;
- case 8 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 11 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 23 :
- attIdx = context.getAttribute("", "pageSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "pageStart");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 13 :
- state = 16;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "mode");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- spawnHandlerFromLeaveAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, ___uri, ___local, ___qname);
- return ;
- case 14 :
- attIdx = context.getAttribute("", "accessLevel");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "country");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "language");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "lastLoginDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "login");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "userId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 25 :
- revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- super.leaveAttribute(___uri, ___local, ___qname);
- break;
- }
- }
- public void handleText(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- int attIdx;
- outer:
- while (true) {
- try {
- switch (state) {
- case 0 :
- attIdx = context.getAttribute("", "ignoreWarnings");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText1(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 10 :
- state = 13;
- continue outer;
- case 17 :
- attIdx = context.getAttribute("", "mealId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 16 :
- state = 19;
- continue outer;
- case 20 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 22 :
- state = 25;
- continue outer;
- case 19 :
- state = 22;
- continue outer;
- case 3 :
- attIdx = context.getAttribute("", "refresh");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 7 :
- state = 10;
- continue outer;
- case 8 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 11 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 23 :
- attIdx = context.getAttribute("", "pageSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "pageStart");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 13 :
- state = 16;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "mode");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- spawnHandlerFromText((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiEditImpl.this).new Unmarshaller(context)), 7, value);
- return ;
- case 14 :
- attIdx = context.getAttribute("", "accessLevel");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "country");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "language");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "lastLoginDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "login");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "userId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 25 :
- revertToParentFromText(value);
- return ;
- case 1 :
- state = 2;
- eatText1(value);
- return ;
- case 4 :
- state = 5;
- eatText2(value);
- return ;
- }
- } catch (java.lang.RuntimeException e) {
- handleUnexpectedTextException(value, e);
- }
- break;
- }
- }
- }
- }
|