// // 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 http://java.sun.com/xml/jaxb // 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 UiSearchResultsImpl extends magoffin.matt.ieat.domain.impl.UiBaseImpl implements magoffin.matt.ieat.domain.UiSearchResults, 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 magoffin.matt.ieat.domain.UiPaginationSupport _Pagination; protected com.sun.xml.bind.util.ListImpl _User; protected java.lang.Integer _PageSize; protected java.lang.Integer _PageStart; protected com.sun.xml.bind.util.ListImpl _Recipe; protected com.sun.xml.bind.util.ListImpl _Ingredient; protected magoffin.matt.ieat.domain.UiIndex _UiIndex; protected java.lang.Integer _TotalResults; protected magoffin.matt.ieat.domain.RecipeSearchCriteria _RecipeCriteria; 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.UiSearchResults.class); } public magoffin.matt.ieat.domain.UiPaginationSupport getPagination() { return _Pagination; } public void setPagination(magoffin.matt.ieat.domain.UiPaginationSupport value) { _Pagination = value; } protected com.sun.xml.bind.util.ListImpl _getUser() { if (_User == null) { _User = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList()); } return _User; } public java.util.List getUser() { return _getUser(); } public java.lang.Integer getPageSize() { return _PageSize; } public void setPageSize(java.lang.Integer value) { _PageSize = value; } public java.lang.Integer getPageStart() { return _PageStart; } public void setPageStart(java.lang.Integer value) { _PageStart = value; } protected com.sun.xml.bind.util.ListImpl _getRecipe() { if (_Recipe == null) { _Recipe = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList()); } return _Recipe; } public java.util.List getRecipe() { return _getRecipe(); } protected com.sun.xml.bind.util.ListImpl _getIngredient() { if (_Ingredient == null) { _Ingredient = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList()); } return _Ingredient; } public java.util.List getIngredient() { return _getIngredient(); } public magoffin.matt.ieat.domain.UiIndex getUiIndex() { return _UiIndex; } public void setUiIndex(magoffin.matt.ieat.domain.UiIndex value) { _UiIndex = value; } public java.lang.Integer getTotalResults() { return _TotalResults; } public void setTotalResults(java.lang.Integer value) { _TotalResults = value; } public magoffin.matt.ieat.domain.RecipeSearchCriteria getRecipeCriteria() { return _RecipeCriteria; } public void setRecipeCriteria(magoffin.matt.ieat.domain.RecipeSearchCriteria value) { _RecipeCriteria = 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.UiSearchResultsImpl.Unmarshaller(context); } public void serializeBody(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx2 = 0; final int len2 = ((_User == null)? 0 :_User.size()); int idx5 = 0; final int len5 = ((_Recipe == null)? 0 :_Recipe.size()); int idx6 = 0; final int len6 = ((_Ingredient == null)? 0 :_Ingredient.size()); super.serializeBody(context); if (_UiIndex!= null) { context.startElement("http://msqr.us/xsd/ieat", "ui-index"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _UiIndex), "UiIndex"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _UiIndex), "UiIndex"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _UiIndex), "UiIndex"); context.endElement(); } if (_Pagination!= null) { context.startElement("http://msqr.us/xsd/ieat", "pagination"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Pagination), "Pagination"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Pagination), "Pagination"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Pagination), "Pagination"); context.endElement(); } if (_RecipeCriteria!= null) { context.startElement("http://msqr.us/xsd/ieat", "recipe-criteria"); context.childAsURIs(((com.sun.xml.bind.JAXBObject) _RecipeCriteria), "RecipeCriteria"); context.endNamespaceDecls(); context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _RecipeCriteria), "RecipeCriteria"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _RecipeCriteria), "RecipeCriteria"); context.endElement(); } while (idx5 != len5) { context.startElement("http://msqr.us/xsd/ieat", "recipe"); int idx_6 = idx5; context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Recipe.get(idx_6 ++)), "Recipe"); context.endNamespaceDecls(); int idx_7 = idx5; context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Recipe.get(idx_7 ++)), "Recipe"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Recipe.get(idx5 ++)), "Recipe"); context.endElement(); } while (idx6 != len6) { context.startElement("http://msqr.us/xsd/ieat", "ingredient"); int idx_8 = idx6; context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Ingredient.get(idx_8 ++)), "Ingredient"); context.endNamespaceDecls(); int idx_9 = idx6; context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Ingredient.get(idx_9 ++)), "Ingredient"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _Ingredient.get(idx6 ++)), "Ingredient"); context.endElement(); } while (idx2 != len2) { context.startElement("http://msqr.us/xsd/ieat", "user"); int idx_10 = idx2; context.childAsURIs(((com.sun.xml.bind.JAXBObject) _User.get(idx_10 ++)), "User"); context.endNamespaceDecls(); int idx_11 = idx2; context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _User.get(idx_11 ++)), "User"); context.endAttributes(); context.childAsBody(((com.sun.xml.bind.JAXBObject) _User.get(idx2 ++)), "User"); context.endElement(); } } public void serializeAttributes(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx2 = 0; final int len2 = ((_User == null)? 0 :_User.size()); int idx5 = 0; final int len5 = ((_Recipe == null)? 0 :_Recipe.size()); int idx6 = 0; final int len6 = ((_Ingredient == null)? 0 :_Ingredient.size()); if (_PageSize!= null) { context.startAttribute("", "pageSize"); try { context.text(javax.xml.bind.DatatypeConverter.printInt(((int)((java.lang.Integer) _PageSize).intValue())), "PageSize"); } catch (java.lang.Exception e) { magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); } context.startAttribute("", "pageStart"); try { context.text(javax.xml.bind.DatatypeConverter.printInt(((int)((java.lang.Integer) _PageStart).intValue())), "PageStart"); } catch (java.lang.Exception e) { magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); context.startAttribute("", "totalResults"); try { context.text(javax.xml.bind.DatatypeConverter.printInt(((int)((java.lang.Integer) _TotalResults).intValue())), "TotalResults"); } catch (java.lang.Exception e) { magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context); } context.endAttribute(); super.serializeAttributes(context); while (idx5 != len5) { idx5 += 1; } while (idx6 != len6) { idx6 += 1; } while (idx2 != len2) { idx2 += 1; } } public void serializeURIs(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context) throws org.xml.sax.SAXException { int idx2 = 0; final int len2 = ((_User == null)? 0 :_User.size()); int idx5 = 0; final int len5 = ((_Recipe == null)? 0 :_Recipe.size()); int idx6 = 0; final int len6 = ((_Ingredient == null)? 0 :_Ingredient.size()); super.serializeURIs(context); while (idx5 != len5) { idx5 += 1; } while (idx6 != len6) { idx6 += 1; } while (idx2 != len2) { idx2 += 1; } } public java.lang.Class getPrimaryInterface() { return (magoffin.matt.ieat.domain.UiSearchResults.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\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\u001dcom.sun.msv.grammar.ChoiceExp\u0000\u0000\u0000" +"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\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\u001e" +"com.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclared" +"AttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r" +"\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0010pp\u0000sq\u0000~\u0000\u000eppsr\u0000 com.sun.ms" +"v.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.Una" +"ryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000\u0015psr\u0000 com.sun.msv.gramm" +"ar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u0011xq\u0000~\u0000\u0003" +"q\u0000~\u0000\u0015psr\u00002com.sun.msv.grammar.Expression$AnyStringExpression" +"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0014\u0001q\u0000~\u0000\u001fsr\u0000 com.sun.msv.grammar.AnyName" +"Class\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\u0000" +"xpsr\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000" +"\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000 q\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.UiIndext\u0000+http://java" +".sun.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~\u0000\u0015psr\u0000\u001bcom." +"sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datat" +"ype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/Strin" +"gPair;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\u0000" +"xr\u0000%com.sun.msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com." +"sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUr" +"iq\u0000~\u0000\'L\u0000\btypeNameq\u0000~\u0000\'L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/" +"xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchem" +"at\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Co" +"llapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProc" +"essor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expression$NullSet" +"Expression\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~\u00008q\u0000~\u00007" +"sq\u0000~\u0000&t\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instanceq\u0000~" +"\u0000%sq\u0000~\u0000&t\u0000\bui-indext\u0000\u0017http://msqr.us/xsd/ieatq\u0000~\u0000%sq\u0000~\u0000\u000eppsq" +"\u0000~\u0000\u0010q\u0000~\u0000\u0015p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0010pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0019q\u0000~\u0000\u0015psq\u0000~\u0000\u001cq\u0000~\u0000\u0015p" +"q\u0000~\u0000\u001fq\u0000~\u0000#q\u0000~\u0000%sq\u0000~\u0000&t\u0000-magoffin.matt.ieat.domain.UiPaginati" +"onSupportq\u0000~\u0000*sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u00000q\u0000~\u0000@q\u0000~\u0000%sq\u0000~\u0000&t\u0000\npa" +"ginationq\u0000~\u0000Eq\u0000~\u0000%sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0010q\u0000~\u0000\u0015p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0010pp\u0000sq\u0000~" +"\u0000\u000eppsq\u0000~\u0000\u0019q\u0000~\u0000\u0015psq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u0000\u001fq\u0000~\u0000#q\u0000~\u0000%sq\u0000~\u0000&t\u0000.magoffin" +".matt.ieat.domain.RecipeSearchCriteriaq\u0000~\u0000*sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~" +"\u0000\u0015pq\u0000~\u00000q\u0000~\u0000@q\u0000~\u0000%sq\u0000~\u0000&t\u0000\u000frecipe-criteriaq\u0000~\u0000Eq\u0000~\u0000%sq\u0000~\u0000\u000epp" +"sq\u0000~\u0000\u0019q\u0000~\u0000\u0015psq\u0000~\u0000\u0010q\u0000~\u0000\u0015p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0010pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0019q\u0000~\u0000" +"\u0015psq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u0000\u001fq\u0000~\u0000#q\u0000~\u0000%sq\u0000~\u0000&t\u0000\'magoffin.matt.ieat.dom" +"ain.UiRecipeMatchq\u0000~\u0000*sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u00000q\u0000~\u0000@q\u0000~\u0000%sq\u0000" +"~\u0000&t\u0000\u0006recipeq\u0000~\u0000Eq\u0000~\u0000%sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0019q\u0000~\u0000\u0015psq\u0000~\u0000\u0010q\u0000~\u0000\u0015p\u0000sq\u0000~\u0000" +"\u0000ppsq\u0000~\u0000\u0010pp\u0000sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0019q\u0000~\u0000\u0015psq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u0000\u001fq\u0000~\u0000#q\u0000~\u0000%s" +"q\u0000~\u0000&t\u0000+magoffin.matt.ieat.domain.UiIngredientMatchq\u0000~\u0000*sq\u0000~" +"\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u00000q\u0000~\u0000@q\u0000~\u0000%sq\u0000~\u0000&t\u0000\ningredientq\u0000~\u0000Eq\u0000~\u0000%" +"sq\u0000~\u0000\u000eppsq\u0000~\u0000\u0019q\u0000~\u0000\u0015psq\u0000~\u0000\u0010q\u0000~\u0000\u0015p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0010pp\u0000sq\u0000~\u0000\u000eppsq" +"\u0000~\u0000\u0019q\u0000~\u0000\u0015psq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u0000\u001fq\u0000~\u0000#q\u0000~\u0000%sq\u0000~\u0000&t\u0000%magoffin.matt." +"ieat.domain.UiUserMatchq\u0000~\u0000*sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~\u0000\u0015pq\u0000~\u00000q\u0000~\u0000@q\u0000" +"~\u0000%sq\u0000~\u0000&t\u0000\u0004userq\u0000~\u0000Eq\u0000~\u0000%sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~\u0000\u0015psq\u0000~\u0000-ppsr\u0000#co" +"m.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValid" +"xq\u0000~\u00002q\u0000~\u00007t\u0000\u0006stringsr\u00005com.sun.msv.datatype.xsd.WhiteSpaceP" +"rocessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000:\u0001q\u0000~\u0000=sq\u0000~\u0000>q\u0000~\u0000\u008fq\u0000~\u00007sq\u0000~" +"\u0000&t\u0000\u0004modet\u0000\u0000q\u0000~\u0000%sq\u0000~\u0000\u000eppsq\u0000~\u0000\u001cq\u0000~\u0000\u0015psq\u0000~\u0000-ppsr\u0000 com.sun.msv" +".datatype.xsd.IntType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.sun.msv.datatype.xsd" +".IntegerDerivedType\u0099\u00f1]\u0090&6k\u00be\u0002\u0000\u0001L\u0000\nbaseFacetst\u0000)Lcom/sun/msv/d" +"atatype/xsd/XSDatatypeImpl;xq\u0000~\u00002q\u0000~\u00007t\u0000\u0003intq\u0000~\u0000;sr\u0000*com.sun" +".msv.datatype.xsd.MaxInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.ms" +"v.datatype.xsd.RangeFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\nlimitValuet\u0000\u0012Ljava/la" +"ng/Object;xr\u00009com.sun.msv.datatype.xsd.DataTypeWithValueCons" +"traintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.DataTypeW" +"ithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFlagL\u0000\bba" +"seTypeq\u0000~\u0000\u009bL\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/Concr" +"eteType;L\u0000\tfacetNameq\u0000~\u0000\'xq\u0000~\u00004ppq\u0000~\u0000;\u0000\u0001sr\u0000*com.sun.msv.data" +"type.xsd.MinInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u009fppq\u0000~\u0000;\u0000\u0000sr\u0000!com." +"sun.msv.datatype.xsd.LongType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u009aq\u0000~\u00007t\u0000\u0004longq\u0000" +"~\u0000;sq\u0000~\u0000\u009eppq\u0000~\u0000;\u0000\u0001sq\u0000~\u0000\u00a5ppq\u0000~\u0000;\u0000\u0000sr\u0000$com.sun.msv.datatype.xs" +"d.IntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u009aq\u0000~\u00007t\u0000\u0007integerq\u0000~\u0000;sr\u0000,com.su" +"n.msv.datatype.xsd.FractionDigitsFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\u0005scalexr\u0000" +";com.sun.msv.datatype.xsd.DataTypeWithLexicalConstraintFacet" +"T\u0090\u001c>\u001azb\u00ea\u0002\u0000\u0000xq\u0000~\u0000\u00a2ppq\u0000~\u0000;\u0001\u0000sr\u0000#com.sun.msv.datatype.xsd.Numbe" +"rType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00002q\u0000~\u00007t\u0000\u0007decimalq\u0000~\u0000;q\u0000~\u0000\u00b3t\u0000\u000efractionDi" +"gits\u0000\u0000\u0000\u0000q\u0000~\u0000\u00adt\u0000\fminInclusivesr\u0000\u000ejava.lang.Long;\u008b\u00e4\u0090\u00cc\u008f#\u00df\u0002\u0000\u0001J\u0000\u0005" +"valuexr\u0000\u0010java.lang.Number\u0086\u00ac\u0095\u001d\u000b\u0094\u00e0\u008b\u0002\u0000\u0000xp\u0080\u0000\u0000\u0000\u0000\u0000\u0000\u0000q\u0000~\u0000\u00adt\u0000\fmaxInc" +"lusivesq\u0000~\u0000\u00b7\u007f\u00ff\u00ff\u00ff\u00ff\u00ff\u00ff\u00ffq\u0000~\u0000\u00a8q\u0000~\u0000\u00b6sr\u0000\u0011java.lang.Integer\u0012\u00e2\u00a0\u00a4\u00f7\u0081\u00878\u0002" +"\u0000\u0001I\u0000\u0005valuexq\u0000~\u0000\u00b8\u0080\u0000\u0000\u0000q\u0000~\u0000\u00a8q\u0000~\u0000\u00basq\u0000~\u0000\u00bc\u007f\u00ff\u00ff\u00ffq\u0000~\u0000=sq\u0000~\u0000>q\u0000~\u0000\u009dq\u0000~\u0000" +"7sq\u0000~\u0000&t\u0000\bpageSizeq\u0000~\u0000\u0095q\u0000~\u0000%sq\u0000~\u0000\u001cppq\u0000~\u0000\u0098sq\u0000~\u0000&t\u0000\tpageStartq" +"\u0000~\u0000\u0095sq\u0000~\u0000\u001cppq\u0000~\u0000\u0098sq\u0000~\u0000&t\u0000\ftotalResultsq\u0000~\u0000\u0095sr\u0000\"com.sun.msv.g" +"rammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/g" +"rammar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.E" +"xpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL" +"\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000,\u0001pq\u0000~\u0000\u0086" +"q\u0000~\u0000\u000fq\u0000~\u0000Fq\u0000~\u0000Sq\u0000~\u0000\u008aq\u0000~\u0000\u0016q\u0000~\u0000Hq\u0000~\u0000Uq\u0000~\u0000cq\u0000~\u0000qq\u0000~\u0000\u007fq\u0000~\u0000\u0096q\u0000~\u0000`" +"q\u0000~\u0000nq\u0000~\u0000|q\u0000~\u0000\nq\u0000~\u0000\u0018q\u0000~\u0000Jq\u0000~\u0000Wq\u0000~\u0000eq\u0000~\u0000sq\u0000~\u0000\u0081q\u0000~\u0000\u0005q\u0000~\u0000\fq\u0000~\u0000\u0007" +"q\u0000~\u0000aq\u0000~\u0000oq\u0000~\u0000}q\u0000~\u0000\u001bq\u0000~\u0000Kq\u0000~\u0000Xq\u0000~\u0000fq\u0000~\u0000tq\u0000~\u0000\u0082q\u0000~\u0000\u000bq\u0000~\u0000\tq\u0000~\u0000\r" +"q\u0000~\u0000\u0006q\u0000~\u0000\bq\u0000~\u0000+q\u0000~\u0000Oq\u0000~\u0000\\q\u0000~\u0000jq\u0000~\u0000xx")); } 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.UiSearchResults))) { return false; } magoffin.matt.ieat.domain.impl.UiSearchResultsImpl target = ((magoffin.matt.ieat.domain.impl.UiSearchResultsImpl) obj); { magoffin.matt.ieat.domain.UiPaginationSupport value = this.getPagination(); magoffin.matt.ieat.domain.UiPaginationSupport targetValue = target.getPagination(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { java.util.List value = this.getUser(); java.util.List targetValue = target.getUser(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { java.lang.Integer value = this.getPageSize(); java.lang.Integer targetValue = target.getPageSize(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { java.lang.Integer value = this.getPageStart(); java.lang.Integer targetValue = target.getPageStart(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { java.util.List value = this.getRecipe(); java.util.List targetValue = target.getRecipe(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { java.util.List value = this.getIngredient(); java.util.List targetValue = target.getIngredient(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { magoffin.matt.ieat.domain.UiIndex value = this.getUiIndex(); magoffin.matt.ieat.domain.UiIndex targetValue = target.getUiIndex(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { java.lang.Integer value = this.getTotalResults(); java.lang.Integer targetValue = target.getTotalResults(); if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) { return false; } } { magoffin.matt.ieat.domain.RecipeSearchCriteria value = this.getRecipeCriteria(); magoffin.matt.ieat.domain.RecipeSearchCriteria targetValue = target.getRecipeCriteria(); 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; { magoffin.matt.ieat.domain.UiPaginationSupport value = this.getPagination(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { java.util.List value = this.getUser(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { java.lang.Integer value = this.getPageSize(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { java.lang.Integer value = this.getPageStart(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { java.util.List value = this.getRecipe(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { java.util.List value = this.getIngredient(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { magoffin.matt.ieat.domain.UiIndex value = this.getUiIndex(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { java.lang.Integer value = this.getTotalResults(); hash = ((31 *hash)+((null == value)? 0 :value.hashCode())); } { magoffin.matt.ieat.domain.RecipeSearchCriteria value = this.getRecipeCriteria(); 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.UiSearchResultsImpl.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 9 : 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.UiSearchResultsImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname, __atts); return ; case 25 : if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 23; return ; } if (("user" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 26; return ; } state = 28; continue outer; case 6 : attIdx = context.getAttribute("", "totalResults"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText1(v); continue outer; } break; case 26 : 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)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname, __atts))); return ; } break; case 28 : if (("user" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 26; return ; } revertToParentFromEnterElement(___uri, ___local, ___qname, __atts); return ; case 10 : if (("ui-index" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 11; return ; } state = 13; continue outer; case 14 : attIdx = context.getAttribute("", "allowUnlimited"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } attIdx = context.getAttribute("", "defaultPageSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } break; case 16 : if (("recipe-criteria" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 17; return ; } state = 19; continue outer; case 20 : 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)) { _getRecipe().add(((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl.class), 21, ___uri, ___local, ___qname, __atts))); return ; } break; case 22 : if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 20; return ; } if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 23; return ; } state = 25; continue outer; case 23 : 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)) { _getIngredient().add(((magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl.class), 24, ___uri, ___local, ___qname, __atts))); return ; } break; case 0 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText2(v); continue outer; } state = 3; continue outer; case 3 : attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText3(v); continue outer; } break; case 11 : if (("index-section" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _UiIndex = ((magoffin.matt.ieat.domain.impl.UiIndexImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UiIndexImpl.class), 12, ___uri, ___local, ___qname, __atts)); return ; } _UiIndex = ((magoffin.matt.ieat.domain.impl.UiIndexImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UiIndexImpl.class), 12, ___uri, ___local, ___qname, __atts)); return ; case 17 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts); return ; } if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname, __atts)); return ; } if (("simpleQuery" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname, __atts)); return ; } if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname, __atts)); return ; } if (("advanced" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname, __atts)); return ; } _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname, __atts)); return ; case 19 : if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 20; return ; } state = 22; continue outer; case 13 : if (("pagination" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.pushAttributes(__atts, false); state = 14; return ; } state = 16; continue outer; } super.enterElement(___uri, ___local, ___qname, __atts); break; } } private void eatText1(final java.lang.String value) throws org.xml.sax.SAXException { try { _TotalResults = new java.lang.Integer(((int) javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value))))); } catch (java.lang.Exception e) { handleParseConversionException(e); } } private void eatText2(final java.lang.String value) throws org.xml.sax.SAXException { try { _PageSize = new java.lang.Integer(((int) javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value))))); } catch (java.lang.Exception e) { handleParseConversionException(e); } } private void eatText3(final java.lang.String value) throws org.xml.sax.SAXException { try { _PageStart = new java.lang.Integer(((int) javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value))))); } 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 9 : 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.UiSearchResultsImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname); return ; case 25 : state = 28; continue outer; case 6 : attIdx = context.getAttribute("", "totalResults"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText1(v); continue outer; } break; case 26 : 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 18 : if (("recipe-criteria" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 19; return ; } break; case 28 : revertToParentFromLeaveElement(___uri, ___local, ___qname); return ; case 24 : if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 25; return ; } break; case 10 : state = 13; continue outer; case 12 : if (("ui-index" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 13; return ; } break; case 21 : if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 22; return ; } break; case 14 : attIdx = context.getAttribute("", "allowUnlimited"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "defaultPageSize"); 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("", "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 22 : state = 25; continue outer; case 23 : attIdx = context.getAttribute("", "ingredientId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } break; case 0 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText2(v); continue outer; } state = 3; continue outer; case 3 : attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText3(v); continue outer; } break; case 11 : _UiIndex = ((magoffin.matt.ieat.domain.impl.UiIndexImpl) spawnChildFromLeaveElement((magoffin.matt.ieat.domain.impl.UiIndexImpl.class), 12, ___uri, ___local, ___qname)); return ; case 17 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveElement(___uri, ___local, ___qname); return ; } _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromLeaveElement((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname)); return ; case 19 : state = 22; continue outer; case 13 : state = 16; continue outer; case 27 : if (("user" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 28; return ; } break; case 15 : if (("pagination" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) { context.popAttributes(); state = 16; 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 9 : if (("mode" == ___local)&&("" == ___uri)) { spawnHandlerFromEnterAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiSearchResultsImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname); return ; } spawnHandlerFromEnterAttribute((((magoffin.matt.ieat.domain.impl.UiBaseImpl)magoffin.matt.ieat.domain.impl.UiSearchResultsImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname); return ; case 25 : state = 28; continue outer; case 6 : if (("totalResults" == ___local)&&("" == ___uri)) { state = 7; return ; } break; case 26 : if (("accessLevel" == ___local)&&("" == ___uri)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname))); return ; } if (("country" == ___local)&&("" == ___uri)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname))); return ; } if (("createdDate" == ___local)&&("" == ___uri)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname))); return ; } if (("language" == ___local)&&("" == ___uri)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname))); return ; } if (("lastLoginDate" == ___local)&&("" == ___uri)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname))); return ; } if (("login" == ___local)&&("" == ___uri)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname))); return ; } if (("userId" == ___local)&&("" == ___uri)) { _getUser().add(((magoffin.matt.ieat.domain.impl.UiUserMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiUserMatchImpl.class), 27, ___uri, ___local, ___qname))); return ; } break; case 28 : revertToParentFromEnterAttribute(___uri, ___local, ___qname); return ; case 10 : state = 13; continue outer; case 14 : if (("allowUnlimited" == ___local)&&("" == ___uri)) { _Pagination = ((magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl.class), 15, ___uri, ___local, ___qname)); return ; } if (("defaultPageSize" == ___local)&&("" == ___uri)) { _Pagination = ((magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiPaginationSupportImpl.class), 15, ___uri, ___local, ___qname)); return ; } break; case 16 : state = 19; continue outer; case 20 : if (("createdDate" == ___local)&&("" == ___uri)) { _getRecipe().add(((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl.class), 21, ___uri, ___local, ___qname))); return ; } if (("modifiedDate" == ___local)&&("" == ___uri)) { _getRecipe().add(((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl.class), 21, ___uri, ___local, ___qname))); return ; } if (("recipeId" == ___local)&&("" == ___uri)) { _getRecipe().add(((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl.class), 21, ___uri, ___local, ___qname))); return ; } if (("servingSize" == ___local)&&("" == ___uri)) { _getRecipe().add(((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiRecipeMatchImpl.class), 21, ___uri, ___local, ___qname))); return ; } break; case 22 : state = 25; continue outer; case 23 : if (("ingredientId" == ___local)&&("" == ___uri)) { _getIngredient().add(((magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiIngredientMatchImpl.class), 24, ___uri, ___local, ___qname))); return ; } break; case 0 : if (("pageSize" == ___local)&&("" == ___uri)) { state = 1; return ; } state = 3; continue outer; case 3 : if (("pageStart" == ___local)&&("" == ___uri)) { state = 4; return ; } break; case 11 : _UiIndex = ((magoffin.matt.ieat.domain.impl.UiIndexImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UiIndexImpl.class), 12, ___uri, ___local, ___qname)); return ; case 17 : if (("mode" == ___local)&&("" == ___uri)) { _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname)); return ; } _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname)); return ; case 19 : state = 22; continue outer; case 13 : state = 16; continue outer; } 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 9 : 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.UiSearchResultsImpl.this).new Unmarshaller(context)), 10, ___uri, ___local, ___qname); return ; case 25 : state = 28; continue outer; case 6 : attIdx = context.getAttribute("", "totalResults"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText1(v); continue outer; } break; case 26 : 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 28 : revertToParentFromLeaveAttribute(___uri, ___local, ___qname); return ; case 8 : if (("totalResults" == ___local)&&("" == ___uri)) { state = 9; return ; } break; case 10 : state = 13; continue outer; case 2 : if (("pageSize" == ___local)&&("" == ___uri)) { state = 3; return ; } break; case 14 : attIdx = context.getAttribute("", "allowUnlimited"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } attIdx = context.getAttribute("", "defaultPageSize"); 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("", "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 22 : state = 25; continue outer; case 23 : attIdx = context.getAttribute("", "ingredientId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } break; case 0 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText2(v); continue outer; } state = 3; continue outer; case 5 : if (("pageStart" == ___local)&&("" == ___uri)) { state = 6; return ; } break; case 3 : attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText3(v); continue outer; } break; case 11 : _UiIndex = ((magoffin.matt.ieat.domain.impl.UiIndexImpl) spawnChildFromLeaveAttribute((magoffin.matt.ieat.domain.impl.UiIndexImpl.class), 12, ___uri, ___local, ___qname)); return ; case 17 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname); return ; } _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromLeaveAttribute((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, ___uri, ___local, ___qname)); return ; case 19 : state = 22; continue outer; case 13 : state = 16; continue outer; } 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 9 : 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.UiSearchResultsImpl.this).new Unmarshaller(context)), 10, value); return ; case 25 : state = 28; continue outer; case 6 : attIdx = context.getAttribute("", "totalResults"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 9; eatText1(v); continue outer; } break; case 26 : 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 28 : revertToParentFromText(value); return ; case 10 : state = 13; continue outer; case 14 : attIdx = context.getAttribute("", "allowUnlimited"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } attIdx = context.getAttribute("", "defaultPageSize"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 16 : state = 19; continue outer; case 20 : 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 7 : state = 8; eatText1(value); return ; case 22 : state = 25; continue outer; case 23 : attIdx = context.getAttribute("", "ingredientId"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } break; case 0 : attIdx = context.getAttribute("", "pageSize"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 3; eatText2(v); continue outer; } state = 3; continue outer; case 3 : attIdx = context.getAttribute("", "pageStart"); if (attIdx >= 0) { final java.lang.String v = context.eatAttribute(attIdx); state = 6; eatText3(v); continue outer; } break; case 11 : _UiIndex = ((magoffin.matt.ieat.domain.impl.UiIndexImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.UiIndexImpl.class), 12, value)); return ; case 17 : attIdx = context.getAttribute("", "mode"); if (attIdx >= 0) { context.consumeAttribute(attIdx); context.getCurrentHandler().text(value); return ; } _RecipeCriteria = ((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.RecipeSearchCriteriaImpl.class), 18, value)); return ; case 1 : state = 2; eatText2(value); return ; case 19 : state = 22; continue outer; case 13 : state = 16; continue outer; case 4 : state = 5; eatText3(value); return ; } } catch (java.lang.RuntimeException e) { handleUnexpectedTextException(value, e); } break; } } } }