|
@@ -0,0 +1,2581 @@
|
|
|
|
|
+//
|
|
|
|
|
+// 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 RecipeImpl implements magoffin.matt.ieat.domain.Recipe, 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 com.sun.xml.bind.util.ListImpl _Comment;
|
|
|
|
|
+ protected magoffin.matt.ieat.domain.User _Owner;
|
|
|
|
|
+ protected java.lang.String _Directions;
|
|
|
|
|
+ protected magoffin.matt.ieat.domain.Difficulty _Difficulty;
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _Rating;
|
|
|
|
|
+ protected java.lang.Long _RecipeId;
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _RelatedRecipe;
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _Step;
|
|
|
|
|
+ protected java.util.Calendar _ModifiedDate;
|
|
|
|
|
+ protected java.lang.String _Image;
|
|
|
|
|
+ protected java.lang.String _Source;
|
|
|
|
|
+ protected magoffin.matt.ieat.domain.Base _Base;
|
|
|
|
|
+ protected magoffin.matt.ieat.domain.System _System;
|
|
|
|
|
+ protected java.lang.String _Name;
|
|
|
|
|
+ protected magoffin.matt.ieat.domain.Ethnicity _Ethnicity;
|
|
|
|
|
+ protected java.lang.Integer _ServingSize;
|
|
|
|
|
+ protected magoffin.matt.ieat.domain.PrepTime _PrepTime;
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _Ingredient;
|
|
|
|
|
+ protected java.lang.String _Excerpt;
|
|
|
|
|
+ protected java.util.Calendar _CreatedDate;
|
|
|
|
|
+ protected magoffin.matt.ieat.domain.Course _Course;
|
|
|
|
|
+ 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.Recipe.class);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _getComment() {
|
|
|
|
|
+ if (_Comment == null) {
|
|
|
|
|
+ _Comment = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
|
|
|
|
|
+ }
|
|
|
|
|
+ return _Comment;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.util.List getComment() {
|
|
|
|
|
+ return _getComment();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public magoffin.matt.ieat.domain.User getOwner() {
|
|
|
|
|
+ return _Owner;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setOwner(magoffin.matt.ieat.domain.User value) {
|
|
|
|
|
+ _Owner = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.lang.String getDirections() {
|
|
|
|
|
+ return _Directions;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setDirections(java.lang.String value) {
|
|
|
|
|
+ _Directions = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public magoffin.matt.ieat.domain.Difficulty getDifficulty() {
|
|
|
|
|
+ return _Difficulty;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setDifficulty(magoffin.matt.ieat.domain.Difficulty value) {
|
|
|
|
|
+ _Difficulty = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _getRating() {
|
|
|
|
|
+ if (_Rating == null) {
|
|
|
|
|
+ _Rating = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
|
|
|
|
|
+ }
|
|
|
|
|
+ return _Rating;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.util.List getRating() {
|
|
|
|
|
+ return _getRating();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.lang.Long getRecipeId() {
|
|
|
|
|
+ return _RecipeId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setRecipeId(java.lang.Long value) {
|
|
|
|
|
+ _RecipeId = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _getRelatedRecipe() {
|
|
|
|
|
+ if (_RelatedRecipe == null) {
|
|
|
|
|
+ _RelatedRecipe = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
|
|
|
|
|
+ }
|
|
|
|
|
+ return _RelatedRecipe;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.util.List getRelatedRecipe() {
|
|
|
|
|
+ return _getRelatedRecipe();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ protected com.sun.xml.bind.util.ListImpl _getStep() {
|
|
|
|
|
+ if (_Step == null) {
|
|
|
|
|
+ _Step = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
|
|
|
|
|
+ }
|
|
|
|
|
+ return _Step;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.util.List getStep() {
|
|
|
|
|
+ return _getStep();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.util.Calendar getModifiedDate() {
|
|
|
|
|
+ return _ModifiedDate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setModifiedDate(java.util.Calendar value) {
|
|
|
|
|
+ _ModifiedDate = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.lang.String getImage() {
|
|
|
|
|
+ return _Image;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setImage(java.lang.String value) {
|
|
|
|
|
+ _Image = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.lang.String getSource() {
|
|
|
|
|
+ return _Source;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setSource(java.lang.String value) {
|
|
|
|
|
+ _Source = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public magoffin.matt.ieat.domain.Base getBase() {
|
|
|
|
|
+ return _Base;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setBase(magoffin.matt.ieat.domain.Base value) {
|
|
|
|
|
+ _Base = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public magoffin.matt.ieat.domain.System getSystem() {
|
|
|
|
|
+ return _System;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setSystem(magoffin.matt.ieat.domain.System value) {
|
|
|
|
|
+ _System = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.lang.String getName() {
|
|
|
|
|
+ return _Name;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setName(java.lang.String value) {
|
|
|
|
|
+ _Name = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public magoffin.matt.ieat.domain.Ethnicity getEthnicity() {
|
|
|
|
|
+ return _Ethnicity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setEthnicity(magoffin.matt.ieat.domain.Ethnicity value) {
|
|
|
|
|
+ _Ethnicity = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.lang.Integer getServingSize() {
|
|
|
|
|
+ return _ServingSize;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setServingSize(java.lang.Integer value) {
|
|
|
|
|
+ _ServingSize = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public magoffin.matt.ieat.domain.PrepTime getPrepTime() {
|
|
|
|
|
+ return _PrepTime;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setPrepTime(magoffin.matt.ieat.domain.PrepTime value) {
|
|
|
|
|
+ _PrepTime = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ 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 java.lang.String getExcerpt() {
|
|
|
|
|
+ return _Excerpt;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setExcerpt(java.lang.String value) {
|
|
|
|
|
+ _Excerpt = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.util.Calendar getCreatedDate() {
|
|
|
|
|
+ return _CreatedDate;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setCreatedDate(java.util.Calendar value) {
|
|
|
|
|
+ _CreatedDate = value;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public magoffin.matt.ieat.domain.Course getCourse() {
|
|
|
|
|
+ return _Course;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setCourse(magoffin.matt.ieat.domain.Course value) {
|
|
|
|
|
+ _Course = 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.RecipeImpl.Unmarshaller(context);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void serializeBody(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ int idx1 = 0;
|
|
|
|
|
+ final int len1 = ((_Comment == null)? 0 :_Comment.size());
|
|
|
|
|
+ int idx5 = 0;
|
|
|
|
|
+ final int len5 = ((_Rating == null)? 0 :_Rating.size());
|
|
|
|
|
+ int idx7 = 0;
|
|
|
|
|
+ final int len7 = ((_RelatedRecipe == null)? 0 :_RelatedRecipe.size());
|
|
|
|
|
+ int idx8 = 0;
|
|
|
|
|
+ final int len8 = ((_Step == null)? 0 :_Step.size());
|
|
|
|
|
+ int idx18 = 0;
|
|
|
|
|
+ final int len18 = ((_Ingredient == null)? 0 :_Ingredient.size());
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "name");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(((java.lang.String) _Name), "Name");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ if (_Excerpt!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "excerpt");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(((java.lang.String) _Excerpt), "Excerpt");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Source!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "source");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(((java.lang.String) _Source), "Source");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Directions!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "directions");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(((java.lang.String) _Directions), "Directions");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Image!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "image");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(((java.lang.String) _Image), "Image");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Base!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "base");
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Base), "Base");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Base), "Base");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Base), "Base");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Course!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "course");
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Course), "Course");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Course), "Course");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Course), "Course");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Ethnicity!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "ethnicity");
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Ethnicity), "Ethnicity");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Ethnicity), "Ethnicity");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Ethnicity), "Ethnicity");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Difficulty!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "difficulty");
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Difficulty), "Difficulty");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Difficulty), "Difficulty");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Difficulty), "Difficulty");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_Owner!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "owner");
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Owner), "Owner");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Owner), "Owner");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Owner), "Owner");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_PrepTime!= null) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "prep-time");
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PrepTime), "PrepTime");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PrepTime), "PrepTime");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _PrepTime), "PrepTime");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "system");
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _System), "System");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _System), "System");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _System), "System");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ while (idx18 != len18) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "ingredient");
|
|
|
|
|
+ int idx_24 = idx18;
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Ingredient.get(idx_24 ++)), "Ingredient");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ int idx_25 = idx18;
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Ingredient.get(idx_25 ++)), "Ingredient");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Ingredient.get(idx18 ++)), "Ingredient");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx7 != len7) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "related-recipe");
|
|
|
|
|
+ int idx_26 = idx7;
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _RelatedRecipe.get(idx_26 ++)), "RelatedRecipe");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ int idx_27 = idx7;
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _RelatedRecipe.get(idx_27 ++)), "RelatedRecipe");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _RelatedRecipe.get(idx7 ++)), "RelatedRecipe");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx8 != len8) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "step");
|
|
|
|
|
+ int idx_28 = idx8;
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Step.get(idx_28 ++)), "Step");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ int idx_29 = idx8;
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Step.get(idx_29 ++)), "Step");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Step.get(idx8 ++)), "Step");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx1 != len1) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "comment");
|
|
|
|
|
+ int idx_30 = idx1;
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Comment.get(idx_30 ++)), "Comment");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ int idx_31 = idx1;
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Comment.get(idx_31 ++)), "Comment");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Comment.get(idx1 ++)), "Comment");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx5 != len5) {
|
|
|
|
|
+ context.startElement("http://msqr.us/xsd/ieat", "rating");
|
|
|
|
|
+ int idx_32 = idx5;
|
|
|
|
|
+ context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Rating.get(idx_32 ++)), "Rating");
|
|
|
|
|
+ context.endNamespaceDecls();
|
|
|
|
|
+ int idx_33 = idx5;
|
|
|
|
|
+ context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Rating.get(idx_33 ++)), "Rating");
|
|
|
|
|
+ context.endAttributes();
|
|
|
|
|
+ context.childAsBody(((com.sun.xml.bind.JAXBObject) _Rating.get(idx5 ++)), "Rating");
|
|
|
|
|
+ context.endElement();
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void serializeAttributes(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ int idx1 = 0;
|
|
|
|
|
+ final int len1 = ((_Comment == null)? 0 :_Comment.size());
|
|
|
|
|
+ int idx5 = 0;
|
|
|
|
|
+ final int len5 = ((_Rating == null)? 0 :_Rating.size());
|
|
|
|
|
+ int idx7 = 0;
|
|
|
|
|
+ final int len7 = ((_RelatedRecipe == null)? 0 :_RelatedRecipe.size());
|
|
|
|
|
+ int idx8 = 0;
|
|
|
|
|
+ final int len8 = ((_Step == null)? 0 :_Step.size());
|
|
|
|
|
+ int idx18 = 0;
|
|
|
|
|
+ final int len18 = ((_Ingredient == null)? 0 :_Ingredient.size());
|
|
|
|
|
+ if (_CreatedDate!= null) {
|
|
|
|
|
+ context.startAttribute("", "createdDate");
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(com.sun.msv.datatype.xsd.DateTimeType.theInstance.serializeJavaObject(((java.util.Calendar) _CreatedDate), null), "CreatedDate");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endAttribute();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_ModifiedDate!= null) {
|
|
|
|
|
+ context.startAttribute("", "modifiedDate");
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(com.sun.msv.datatype.xsd.DateTimeType.theInstance.serializeJavaObject(((java.util.Calendar) _ModifiedDate), null), "ModifiedDate");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endAttribute();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_RecipeId!= null) {
|
|
|
|
|
+ context.startAttribute("", "recipeId");
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(javax.xml.bind.DatatypeConverter.printLong(((long)((java.lang.Long) _RecipeId).longValue())), "RecipeId");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endAttribute();
|
|
|
|
|
+ }
|
|
|
|
|
+ if (_ServingSize!= null) {
|
|
|
|
|
+ context.startAttribute("", "servingSize");
|
|
|
|
|
+ try {
|
|
|
|
|
+ context.text(javax.xml.bind.DatatypeConverter.printInt(((int)((java.lang.Integer) _ServingSize).intValue())), "ServingSize");
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
|
|
|
|
|
+ }
|
|
|
|
|
+ context.endAttribute();
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx18 != len18) {
|
|
|
|
|
+ idx18 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx7 != len7) {
|
|
|
|
|
+ idx7 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx8 != len8) {
|
|
|
|
|
+ idx8 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx1 != len1) {
|
|
|
|
|
+ idx1 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx5 != len5) {
|
|
|
|
|
+ idx5 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void serializeURIs(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ int idx1 = 0;
|
|
|
|
|
+ final int len1 = ((_Comment == null)? 0 :_Comment.size());
|
|
|
|
|
+ int idx5 = 0;
|
|
|
|
|
+ final int len5 = ((_Rating == null)? 0 :_Rating.size());
|
|
|
|
|
+ int idx7 = 0;
|
|
|
|
|
+ final int len7 = ((_RelatedRecipe == null)? 0 :_RelatedRecipe.size());
|
|
|
|
|
+ int idx8 = 0;
|
|
|
|
|
+ final int len8 = ((_Step == null)? 0 :_Step.size());
|
|
|
|
|
+ int idx18 = 0;
|
|
|
|
|
+ final int len18 = ((_Ingredient == null)? 0 :_Ingredient.size());
|
|
|
|
|
+ while (idx18 != len18) {
|
|
|
|
|
+ idx18 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx7 != len7) {
|
|
|
|
|
+ idx7 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx8 != len8) {
|
|
|
|
|
+ idx8 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx1 != len1) {
|
|
|
|
|
+ idx1 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ while (idx5 != len5) {
|
|
|
|
|
+ idx5 += 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public java.lang.Class getPrimaryInterface() {
|
|
|
|
|
+ return (magoffin.matt.ieat.domain.Recipe.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\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~"
|
|
|
|
|
++"\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\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.Elem"
|
|
|
|
|
++"entExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentMode"
|
|
|
|
|
++"lq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\u0000ppsr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000"
|
|
|
|
|
++"\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000"
|
|
|
|
|
++"\u0004namet\u0000\u001dLcom/sun/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000#com.sun.msv"
|
|
|
|
|
++".datatype.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr\u0000*com.s"
|
|
|
|
|
++"un.msv.datatype.xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun."
|
|
|
|
|
++"msv.datatype.xsd.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.data"
|
|
|
|
|
++"type.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUrit\u0000\u0012Ljava/la"
|
|
|
|
|
++"ng/String;L\u0000\btypeNameq\u0000~\u0000&L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datat"
|
|
|
|
|
++"ype/xsd/WhiteSpaceProcessor;xpt\u0000 http://www.w3.org/2001/XMLS"
|
|
|
|
|
++"chemat\u0000\u0006stringsr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcess"
|
|
|
|
|
++"or$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpac"
|
|
|
|
|
++"eProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xp\u0001sr\u00000com.sun.msv.grammar.Expression$N"
|
|
|
|
|
++"ullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.Stri"
|
|
|
|
|
++"ngPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000&L\u0000\fnamespaceURIq\u0000~\u0000&xpq\u0000~\u0000"
|
|
|
|
|
++"*q\u0000~\u0000)sr\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.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tn"
|
|
|
|
|
++"ameClassq\u0000~\u0000\u001axq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuex"
|
|
|
|
|
++"p\u0000psq\u0000~\u0000\u001eppsr\u0000\"com.sun.msv.datatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
|
|
|
|
|
++"xq\u0000~\u0000#q\u0000~\u0000)t\u0000\u0005QNamesr\u00005com.sun.msv.datatype.xsd.WhiteSpacePr"
|
|
|
|
|
++"ocessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000,q\u0000~\u0000/sq\u0000~\u00000q\u0000~\u0000;q\u0000~\u0000)sr\u0000#co"
|
|
|
|
|
++"m.sun.msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000"
|
|
|
|
|
++"&L\u0000\fnamespaceURIq\u0000~\u0000&xr\u0000\u001dcom.sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000"
|
|
|
|
|
++"\u0000\u0001\u0002\u0000\u0000xpt\u0000\u0004typet\u0000)http://www.w3.org/2001/XMLSchema-instancesr"
|
|
|
|
|
++"\u00000com.sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
|
|
|
|
|
++"\u0000xq\u0000~\u0000\u0003sq\u0000~\u00006\u0001q\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0004namet\u0000\u0017http://msqr.us/xsd/ieatsq"
|
|
|
|
|
++"\u0000~\u00002ppsq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000!sq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~"
|
|
|
|
|
++"\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0007excerptq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000"
|
|
|
|
|
++"ppq\u0000~\u0000!sq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0006sourceq\u0000~"
|
|
|
|
|
++"\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000!sq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007"
|
|
|
|
|
++"pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\ndirectionsq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019q"
|
|
|
|
|
++"\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000!sq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?"
|
|
|
|
|
++"t\u0000\u0005imageq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~"
|
|
|
|
|
++"\u00002ppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.s"
|
|
|
|
|
++"un.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u00007psq\u0000"
|
|
|
|
|
++"~\u00004q\u0000~\u00007psr\u00002com.sun.msv.grammar.Expression$AnyStringExpress"
|
|
|
|
|
++"ion\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000Fq\u0000~\u0000psr\u0000 com.sun.msv.grammar.AnyNam"
|
|
|
|
|
++"eClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000@q\u0000~\u0000Esq\u0000~\u0000?t\u0000\u001emagoffin.matt.ieat.doma"
|
|
|
|
|
++"in.Baset\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000~\u00002p"
|
|
|
|
|
++"psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0004baseq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002pps"
|
|
|
|
|
++"q\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007"
|
|
|
|
|
++"pq\u0000~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000 magoffin.matt.ieat.domain.Courseq\u0000~"
|
|
|
|
|
++"\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0006courseq\u0000~\u0000Iq\u0000~"
|
|
|
|
|
++"\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007p"
|
|
|
|
|
++"sq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000#magoffin.matt.ieat.domai"
|
|
|
|
|
++"n.Ethnicityq\u0000~\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\t"
|
|
|
|
|
++"ethnicityq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000"
|
|
|
|
|
++"~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000$magoffi"
|
|
|
|
|
++"n.matt.ieat.domain.Difficultyq\u0000~\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q"
|
|
|
|
|
++"\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\ndifficultyq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019q\u0000~\u00007p\u0000s"
|
|
|
|
|
++"q\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000pq\u0000~\u0000rq\u0000"
|
|
|
|
|
++"~\u0000Esq\u0000~\u0000?t\u0000\u001emagoffin.matt.ieat.domain.Userq\u0000~\u0000usq\u0000~\u00002ppsq\u0000~\u0000"
|
|
|
|
|
++"4q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0005ownerq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000\u0019"
|
|
|
|
|
++"q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000"
|
|
|
|
|
++"pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000\"magoffin.matt.ieat.domain.PrepTimeq\u0000~\u0000us"
|
|
|
|
|
++"q\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\tprep-timeq\u0000~\u0000Iq\u0000~"
|
|
|
|
|
++"\u0000Esq\u0000~\u0000\u0019pp\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007p"
|
|
|
|
|
++"q\u0000~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000 magoffin.matt.ieat.domain.Systemq\u0000~\u0000"
|
|
|
|
|
++"usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0006systemq\u0000~\u0000Isq\u0000~"
|
|
|
|
|
++"\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000k"
|
|
|
|
|
++"q\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000*magoffin.matt.ieat"
|
|
|
|
|
++".domain.RecipeIngredientq\u0000~\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq"
|
|
|
|
|
++"\u0000~\u0000Esq\u0000~\u0000?t\u0000\ningredientq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u0000\u0019q"
|
|
|
|
|
++"\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000p"
|
|
|
|
|
++"q\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000\'magoffin.matt.ieat.domain.RelatedRecipeq\u0000"
|
|
|
|
|
++"~\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u000erelated-recip"
|
|
|
|
|
++"eq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp"
|
|
|
|
|
++"\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000$mag"
|
|
|
|
|
++"offin.matt.ieat.domain.RecipeStepq\u0000~\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000"
|
|
|
|
|
++"~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0004stepq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~"
|
|
|
|
|
++"\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000"
|
|
|
|
|
++"~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000\'magoffin.matt.ieat.domain.RecipeCommen"
|
|
|
|
|
++"tq\u0000~\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u00008q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0007commentq\u0000~"
|
|
|
|
|
++"\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u0000\u0019q\u0000~\u00007p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0019pp\u0000sq\u0000"
|
|
|
|
|
++"~\u00002ppsq\u0000~\u0000kq\u0000~\u00007psq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000pq\u0000~\u0000rq\u0000~\u0000Esq\u0000~\u0000?t\u0000&magoffi"
|
|
|
|
|
++"n.matt.ieat.domain.RecipeRatingq\u0000~\u0000usq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0000"
|
|
|
|
|
++"8q\u0000~\u0000Aq\u0000~\u0000Esq\u0000~\u0000?t\u0000\u0006ratingq\u0000~\u0000Iq\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007psq\u0000~"
|
|
|
|
|
++"\u0000\u001eppsr\u0000%com.sun.msv.datatype.xsd.DateTimeType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000)"
|
|
|
|
|
++"com.sun.msv.datatype.xsd.DateTimeBaseType\u0014W\u001a@3\u00a5\u00b4\u00e5\u0002\u0000\u0000xq\u0000~\u0000#q\u0000"
|
|
|
|
|
++"~\u0000)t\u0000\bdateTimeq\u0000~\u0000=q\u0000~\u0000/sq\u0000~\u00000q\u0000~\u0001\u0013q\u0000~\u0000)sq\u0000~\u0000?t\u0000\u000bcreatedDate"
|
|
|
|
|
++"t\u0000\u0000q\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007pq\u0000~\u0001\u000fsq\u0000~\u0000?t\u0000\fmodifiedDateq\u0000~\u0001\u0017q"
|
|
|
|
|
++"\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007psq\u0000~\u0000\u001eppsr\u0000!com.sun.msv.datatype.xsd"
|
|
|
|
|
++".LongType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.sun.msv.datatype.xsd.IntegerDeri"
|
|
|
|
|
++"vedType\u0099\u00f1]\u0090&6k\u00be\u0002\u0000\u0001L\u0000\nbaseFacetst\u0000)Lcom/sun/msv/datatype/xsd/"
|
|
|
|
|
++"XSDatatypeImpl;xq\u0000~\u0000#q\u0000~\u0000)t\u0000\u0004longq\u0000~\u0000=sr\u0000*com.sun.msv.dataty"
|
|
|
|
|
++"pe.xsd.MaxInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype."
|
|
|
|
|
++"xsd.RangeFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\nlimitValuet\u0000\u0012Ljava/lang/Object;x"
|
|
|
|
|
++"r\u00009com.sun.msv.datatype.xsd.DataTypeWithValueConstraintFacet"
|
|
|
|
|
++"\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.DataTypeWithFacet\u0000\u0000\u0000"
|
|
|
|
|
++"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012needValueCheckFlagL\u0000\bbaseTypeq\u0000~\u0001!"
|
|
|
|
|
++"L\u0000\fconcreteTypet\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType;L\u0000\t"
|
|
|
|
|
++"facetNameq\u0000~\u0000&xq\u0000~\u0000%ppq\u0000~\u0000=\u0000\u0001sr\u0000*com.sun.msv.datatype.xsd.Mi"
|
|
|
|
|
++"nInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0001%ppq\u0000~\u0000=\u0000\u0000sr\u0000$com.sun.msv.dat"
|
|
|
|
|
++"atype.xsd.IntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0001 q\u0000~\u0000)t\u0000\u0007integerq\u0000~\u0000=sr"
|
|
|
|
|
++"\u0000,com.sun.msv.datatype.xsd.FractionDigitsFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\u0005"
|
|
|
|
|
++"scalexr\u0000;com.sun.msv.datatype.xsd.DataTypeWithLexicalConstra"
|
|
|
|
|
++"intFacetT\u0090\u001c>\u001azb\u00ea\u0002\u0000\u0000xq\u0000~\u0001(ppq\u0000~\u0000=\u0001\u0000sr\u0000#com.sun.msv.datatype.x"
|
|
|
|
|
++"sd.NumberType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000#q\u0000~\u0000)t\u0000\u0007decimalq\u0000~\u0000=q\u0000~\u00014t\u0000\u000efr"
|
|
|
|
|
++"actionDigits\u0000\u0000\u0000\u0000q\u0000~\u0001.t\u0000\fminInclusivesr\u0000\u000ejava.lang.Long;\u008b\u00e4\u0090\u00cc\u008f"
|
|
|
|
|
++"#\u00df\u0002\u0000\u0001J\u0000\u0005valuexr\u0000\u0010java.lang.Number\u0086\u00ac\u0095\u001d\u000b\u0094\u00e0\u008b\u0002\u0000\u0000xp\u0080\u0000\u0000\u0000\u0000\u0000\u0000\u0000q\u0000~\u0001.t"
|
|
|
|
|
++"\u0000\fmaxInclusivesq\u0000~\u00018\u007f\u00ff\u00ff\u00ff\u00ff\u00ff\u00ff\u00ffq\u0000~\u0000/sq\u0000~\u00000q\u0000~\u0001#q\u0000~\u0000)sq\u0000~\u0000?t\u0000\bre"
|
|
|
|
|
++"cipeIdq\u0000~\u0001\u0017q\u0000~\u0000Esq\u0000~\u00002ppsq\u0000~\u00004q\u0000~\u00007psq\u0000~\u0000\u001eppsr\u0000 com.sun.msv."
|
|
|
|
|
++"datatype.xsd.IntType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0001 q\u0000~\u0000)t\u0000\u0003intq\u0000~\u0000=sq\u0000~\u0001$p"
|
|
|
|
|
++"pq\u0000~\u0000=\u0000\u0001sq\u0000~\u0001+ppq\u0000~\u0000=\u0000\u0000q\u0000~\u0001\"q\u0000~\u0001\"q\u0000~\u00017sr\u0000\u0011java.lang.Integer\u0012"
|
|
|
|
|
++"\u00e2\u00a0\u00a4\u00f7\u0081\u00878\u0002\u0000\u0001I\u0000\u0005valuexq\u0000~\u00019\u0080\u0000\u0000\u0000q\u0000~\u0001\"q\u0000~\u0001;sq\u0000~\u0001H\u007f\u00ff\u00ff\u00ffq\u0000~\u0000/sq\u0000~\u00000q"
|
|
|
|
|
++"\u0000~\u0001Eq\u0000~\u0000)sq\u0000~\u0000?t\u0000\u000bservingSizeq\u0000~\u0001\u0017q\u0000~\u0000Esr\u0000\"com.sun.msv.gramm"
|
|
|
|
|
++"ar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/gramm"
|
|
|
|
|
++"ar/ExpressionPool$ClosedHash;xpsr\u0000-com.sun.msv.grammar.Expre"
|
|
|
|
|
++"ssionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006pa"
|
|
|
|
|
++"rentt\u0000$Lcom/sun/msv/grammar/ExpressionPool;xp\u0000\u0000\u0000f\u0001pq\u0000~\u0000\u0012q\u0000~\u0000"
|
|
|
|
|
++"aq\u0000~\u0000Zq\u0000~\u0000Sq\u0000~\u0000Lq\u0000~\u0000\u001dq\u0000~\u0000\u0005q\u0000~\u0000\u0016q\u0000~\u0001@q\u0000~\u0000\u0015q\u0000~\u0000\u00c7q\u0000~\u0000\u00d5q\u0000~\u0000\u00e3q\u0000~\u0000"
|
|
|
|
|
++"\u000bq\u0000~\u0000\u00f1q\u0000~\u0000\u00ffq\u0000~\u0000\u0006q\u0000~\u0000bq\u0000~\u0000[q\u0000~\u0000Tq\u0000~\u0000Mq\u0000~\u00003q\u0000~\u0000\u0013q\u0000~\u0000\u00c3q\u0000~\u0000\u00b7q\u0000~\u0000"
|
|
|
|
|
++"\u00aaq\u0000~\u0000\u009dq\u0000~\u0000\u0090q\u0000~\u0000\u0083q\u0000~\u0000vq\u0000~\u0000\u00d1q\u0000~\u0000\u00dfq\u0000~\u0000\u0011q\u0000~\u0000\u00edq\u0000~\u0000\u00fbq\u0000~\u0001\tq\u0000~\u0000\u0014q\u0000~\u0000"
|
|
|
|
|
++"\u0010q\u0000~\u0000\u00c8q\u0000~\u0000\u00d6q\u0000~\u0000\u00e4q\u0000~\u0000\u00f2q\u0000~\u0001\u0000q\u0000~\u0000\u00bfq\u0000~\u0000\u00b3q\u0000~\u0000\u00a6q\u0000~\u0000\u0099q\u0000~\u0000\u008cq\u0000~\u0000\u007fq\u0000~\u0000"
|
|
|
|
|
++"mq\u0000~\u0000\u00cdq\u0000~\u0000\u00dbq\u0000~\u0000\u00e9q\u0000~\u0000\u00f7q\u0000~\u0001\u0005q\u0000~\u0001\u001cq\u0000~\u0000\nq\u0000~\u0000\u000eq\u0000~\u0000\fq\u0000~\u0000\u00beq\u0000~\u0000\u00b2q\u0000~\u0000"
|
|
|
|
|
++"\u00a5q\u0000~\u0000\u0098q\u0000~\u0000\u008bq\u0000~\u0000~q\u0000~\u0000jq\u0000~\u0000\u00ccq\u0000~\u0000\u00daq\u0000~\u0000\u00e8q\u0000~\u0000\u00f6q\u0000~\u0001\u0004q\u0000~\u0000\tq\u0000~\u0000\u00aeq\u0000~\u0000"
|
|
|
|
|
++"\u00a1q\u0000~\u0000\u0094q\u0000~\u0000\u0087q\u0000~\u0000zq\u0000~\u0000fq\u0000~\u0001\rq\u0000~\u0000\bq\u0000~\u0000\u00b0q\u0000~\u0000\u00a3q\u0000~\u0000\u0096q\u0000~\u0000\u0089q\u0000~\u0000|q\u0000~\u0000"
|
|
|
|
|
++"hq\u0000~\u0000\u00bcq\u0000~\u0000\u00caq\u0000~\u0000\u00d8q\u0000~\u0000\u00e6q\u0000~\u0000\u00f4q\u0000~\u0001\u0002q\u0000~\u0000\u0017q\u0000~\u0001\u0018q\u0000~\u0000\rq\u0000~\u0000\u0007q\u0000~\u0000_q\u0000~\u0000"
|
|
|
|
|
++"Xq\u0000~\u0000Qq\u0000~\u0000Jq\u0000~\u0000\u000fq\u0000~\u0000\u0018x"));
|
|
|
|
|
+ }
|
|
|
|
|
+ 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.Recipe))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ magoffin.matt.ieat.domain.impl.RecipeImpl target = ((magoffin.matt.ieat.domain.impl.RecipeImpl) obj);
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getComment();
|
|
|
|
|
+ java.util.List targetValue = target.getComment();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.User value = this.getOwner();
|
|
|
|
|
+ magoffin.matt.ieat.domain.User targetValue = target.getOwner();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getDirections();
|
|
|
|
|
+ java.lang.String targetValue = target.getDirections();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Difficulty value = this.getDifficulty();
|
|
|
|
|
+ magoffin.matt.ieat.domain.Difficulty targetValue = target.getDifficulty();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getRating();
|
|
|
|
|
+ java.util.List targetValue = target.getRating();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.Long value = this.getRecipeId();
|
|
|
|
|
+ java.lang.Long targetValue = target.getRecipeId();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getRelatedRecipe();
|
|
|
|
|
+ java.util.List targetValue = target.getRelatedRecipe();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getStep();
|
|
|
|
|
+ java.util.List targetValue = target.getStep();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.Calendar value = this.getModifiedDate();
|
|
|
|
|
+ java.util.Calendar targetValue = target.getModifiedDate();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&(value.getTime().getTime() == targetValue.getTime().getTime())))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getImage();
|
|
|
|
|
+ java.lang.String targetValue = target.getImage();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getSource();
|
|
|
|
|
+ java.lang.String targetValue = target.getSource();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Base value = this.getBase();
|
|
|
|
|
+ magoffin.matt.ieat.domain.Base targetValue = target.getBase();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.System value = this.getSystem();
|
|
|
|
|
+ magoffin.matt.ieat.domain.System targetValue = target.getSystem();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getName();
|
|
|
|
|
+ java.lang.String targetValue = target.getName();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Ethnicity value = this.getEthnicity();
|
|
|
|
|
+ magoffin.matt.ieat.domain.Ethnicity targetValue = target.getEthnicity();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.Integer value = this.getServingSize();
|
|
|
|
|
+ java.lang.Integer targetValue = target.getServingSize();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.PrepTime value = this.getPrepTime();
|
|
|
|
|
+ magoffin.matt.ieat.domain.PrepTime targetValue = target.getPrepTime();
|
|
|
|
|
+ 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;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getExcerpt();
|
|
|
|
|
+ java.lang.String targetValue = target.getExcerpt();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.Calendar value = this.getCreatedDate();
|
|
|
|
|
+ java.util.Calendar targetValue = target.getCreatedDate();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&(value.getTime().getTime() == targetValue.getTime().getTime())))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Course value = this.getCourse();
|
|
|
|
|
+ magoffin.matt.ieat.domain.Course targetValue = target.getCourse();
|
|
|
|
|
+ if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
|
|
|
|
|
+ return false;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ return true;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public int hashCode() {
|
|
|
|
|
+ int hash = 7;
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getComment();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.User value = this.getOwner();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getDirections();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Difficulty value = this.getDifficulty();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getRating();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.Long value = this.getRecipeId();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getRelatedRecipe();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getStep();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.Calendar value = this.getModifiedDate();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getImage();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getSource();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Base value = this.getBase();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.System value = this.getSystem();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getName();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Ethnicity value = this.getEthnicity();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.Integer value = this.getServingSize();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.PrepTime value = this.getPrepTime();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.List value = this.getIngredient();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.lang.String value = this.getExcerpt();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ java.util.Calendar value = this.getCreatedDate();
|
|
|
|
|
+ hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
|
|
|
|
|
+ }
|
|
|
|
|
+ {
|
|
|
|
|
+ magoffin.matt.ieat.domain.Course value = this.getCourse();
|
|
|
|
|
+ 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.RecipeImpl.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 63 :
|
|
|
|
|
+ if (("rating" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, false);
|
|
|
|
|
+ state = 61;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 40 :
|
|
|
|
|
+ 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)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname, __atts));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 54 :
|
|
|
|
|
+ if (("related-recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, false);
|
|
|
|
|
+ state = 52;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("step" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 55;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 57;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 28 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "baseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 15 :
|
|
|
|
|
+ if (("excerpt" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 16;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 18;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 12 :
|
|
|
|
|
+ if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 13;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 48 :
|
|
|
|
|
+ if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, false);
|
|
|
|
|
+ state = 49;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 51;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 37 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "difficultyId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 52 :
|
|
|
|
|
+ if (("kind" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ _getRelatedRecipe().add(((magoffin.matt.ieat.domain.impl.RelatedRecipeImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RelatedRecipeImpl.class), 53, ___uri, ___local, ___qname, __atts)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 36 :
|
|
|
|
|
+ if (("difficulty" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 37;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 39;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 31 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "courseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 45 :
|
|
|
|
|
+ if (("system" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 46;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 49 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "optional");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "qualifier");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "quantity");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("unit" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname, __atts)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname, __atts)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname, __atts)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname, __atts)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 0 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ eatText1(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 43 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "prepTimeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 30 :
|
|
|
|
|
+ if (("course" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 31;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 33;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 42 :
|
|
|
|
|
+ if (("prep-time" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 43;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 45;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 34 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "ethnicityId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 18 :
|
|
|
|
|
+ if (("source" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 19;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 21;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 57 :
|
|
|
|
|
+ if (("step" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 55;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("comment" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 58;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 60;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 39 :
|
|
|
|
|
+ if (("owner" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, false);
|
|
|
|
|
+ state = 40;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 42;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 60 :
|
|
|
|
|
+ if (("comment" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 58;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("rating" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, false);
|
|
|
|
|
+ state = 61;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 63;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 27 :
|
|
|
|
|
+ if (("base" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 28;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 30;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 24 :
|
|
|
|
|
+ if (("image" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 25;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 27;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 21 :
|
|
|
|
|
+ if (("directions" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 22;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 24;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 46 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "systemId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 6 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "recipeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ eatText2(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 61 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "rating");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "ratingId");
|
|
|
|
|
+ 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 ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname, __atts)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 51 :
|
|
|
|
|
+ if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, false);
|
|
|
|
|
+ state = 49;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("related-recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, false);
|
|
|
|
|
+ state = 52;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 54;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 58 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "commentId");
|
|
|
|
|
+ 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("", "userId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 3 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "modifiedDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ eatText3(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 33 :
|
|
|
|
|
+ if (("ethnicity" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.pushAttributes(__atts, true);
|
|
|
|
|
+ state = 34;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 36;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 9 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "servingSize");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ eatText4(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ super.enterElement(___uri, ___local, ___qname, __atts);
|
|
|
|
|
+ break;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText1(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _CreatedDate = ((java.util.Calendar) com.sun.msv.datatype.xsd.DateTimeType.theInstance.createJavaObject(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value), null));
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ handleParseConversionException(e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText2(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _RecipeId = new java.lang.Long(((long) javax.xml.bind.DatatypeConverter.parseLong(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 {
|
|
|
|
|
+ _ModifiedDate = ((java.util.Calendar) com.sun.msv.datatype.xsd.DateTimeType.theInstance.createJavaObject(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value), null));
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ handleParseConversionException(e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText4(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _ServingSize = 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 63 :
|
|
|
|
|
+ revertToParentFromLeaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 40 :
|
|
|
|
|
+ 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 20 :
|
|
|
|
|
+ if (("source" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 21;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 54 :
|
|
|
|
|
+ state = 57;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 41 :
|
|
|
|
|
+ if (("owner" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 42;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 28 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "baseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 47 :
|
|
|
|
|
+ if (("system" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 48;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 15 :
|
|
|
|
|
+ state = 18;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 48 :
|
|
|
|
|
+ state = 51;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 14 :
|
|
|
|
|
+ if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 15;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 23 :
|
|
|
|
|
+ if (("directions" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 24;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 37 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "difficultyId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 17 :
|
|
|
|
|
+ if (("excerpt" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 18;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 44 :
|
|
|
|
|
+ if (("prep-time" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 45;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 36 :
|
|
|
|
|
+ state = 39;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 38 :
|
|
|
|
|
+ if (("difficulty" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 39;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 31 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "courseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 62 :
|
|
|
|
|
+ if (("rating" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 63;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 49 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "optional");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "qualifier");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "quantity");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromLeaveElement((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 0 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ eatText1(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 43 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "prepTimeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 30 :
|
|
|
|
|
+ state = 33;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 42 :
|
|
|
|
|
+ state = 45;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 34 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "ethnicityId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 18 :
|
|
|
|
|
+ state = 21;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 57 :
|
|
|
|
|
+ state = 60;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 39 :
|
|
|
|
|
+ state = 42;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 60 :
|
|
|
|
|
+ state = 63;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 53 :
|
|
|
|
|
+ if (("related-recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 54;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 27 :
|
|
|
|
|
+ state = 30;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 24 :
|
|
|
|
|
+ state = 27;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 21 :
|
|
|
|
|
+ state = 24;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 59 :
|
|
|
|
|
+ if (("comment" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 60;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 46 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "systemId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 6 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "recipeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ eatText2(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 29 :
|
|
|
|
|
+ if (("base" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 30;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 50 :
|
|
|
|
|
+ if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 51;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 61 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "rating");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "ratingId");
|
|
|
|
|
+ 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 ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromLeaveElement((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 26 :
|
|
|
|
|
+ if (("image" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 27;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 35 :
|
|
|
|
|
+ if (("ethnicity" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 36;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 32 :
|
|
|
|
|
+ if (("course" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 33;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 51 :
|
|
|
|
|
+ state = 54;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 56 :
|
|
|
|
|
+ if (("step" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
|
|
|
|
|
+ context.popAttributes();
|
|
|
|
|
+ state = 57;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 58 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "commentId");
|
|
|
|
|
+ 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("", "userId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 3 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "modifiedDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ eatText3(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 33 :
|
|
|
|
|
+ state = 36;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 9 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "servingSize");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ eatText4(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ 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 63 :
|
|
|
|
|
+ revertToParentFromEnterAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 40 :
|
|
|
|
|
+ if (("accessLevel" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("country" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("createdDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("language" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("lastLoginDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("login" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("userId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Owner = ((magoffin.matt.ieat.domain.impl.UserImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UserImpl.class), 41, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 54 :
|
|
|
|
|
+ state = 57;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 28 :
|
|
|
|
|
+ if (("baseId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Base = ((magoffin.matt.ieat.domain.impl.BaseImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.BaseImpl.class), 29, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 15 :
|
|
|
|
|
+ state = 18;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 48 :
|
|
|
|
|
+ state = 51;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 37 :
|
|
|
|
|
+ if (("difficultyId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Difficulty = ((magoffin.matt.ieat.domain.impl.DifficultyImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.DifficultyImpl.class), 38, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 36 :
|
|
|
|
|
+ state = 39;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 31 :
|
|
|
|
|
+ if (("courseId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Course = ((magoffin.matt.ieat.domain.impl.CourseImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.CourseImpl.class), 32, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 49 :
|
|
|
|
|
+ if (("optional" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("qualifier" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("quantity" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 0 :
|
|
|
|
|
+ if (("createdDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 1;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 43 :
|
|
|
|
|
+ if (("prepTimeId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _PrepTime = ((magoffin.matt.ieat.domain.impl.PrepTimeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.PrepTimeImpl.class), 44, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 30 :
|
|
|
|
|
+ state = 33;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 42 :
|
|
|
|
|
+ state = 45;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 34 :
|
|
|
|
|
+ if (("ethnicityId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _Ethnicity = ((magoffin.matt.ieat.domain.impl.EthnicityImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.EthnicityImpl.class), 35, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 18 :
|
|
|
|
|
+ state = 21;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 57 :
|
|
|
|
|
+ state = 60;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 39 :
|
|
|
|
|
+ state = 42;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 60 :
|
|
|
|
|
+ state = 63;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 27 :
|
|
|
|
|
+ state = 30;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 24 :
|
|
|
|
|
+ state = 27;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 21 :
|
|
|
|
|
+ state = 24;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 46 :
|
|
|
|
|
+ if (("systemId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _System = ((magoffin.matt.ieat.domain.impl.SystemImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.SystemImpl.class), 47, ___uri, ___local, ___qname));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 6 :
|
|
|
|
|
+ if (("recipeId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 7;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 61 :
|
|
|
|
|
+ if (("createdDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("rating" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("ratingId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("userId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 51 :
|
|
|
|
|
+ state = 54;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 58 :
|
|
|
|
|
+ if (("commentId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getComment().add(((magoffin.matt.ieat.domain.impl.RecipeCommentImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeCommentImpl.class), 59, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("createdDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getComment().add(((magoffin.matt.ieat.domain.impl.RecipeCommentImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeCommentImpl.class), 59, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (("userId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ _getComment().add(((magoffin.matt.ieat.domain.impl.RecipeCommentImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeCommentImpl.class), 59, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 3 :
|
|
|
|
|
+ if (("modifiedDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 4;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 33 :
|
|
|
|
|
+ state = 36;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 9 :
|
|
|
|
|
+ if (("servingSize" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 10;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ 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 63 :
|
|
|
|
|
+ revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 40 :
|
|
|
|
|
+ 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 54 :
|
|
|
|
|
+ state = 57;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 28 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "baseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 15 :
|
|
|
|
|
+ state = 18;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 5 :
|
|
|
|
|
+ if (("modifiedDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 48 :
|
|
|
|
|
+ state = 51;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 8 :
|
|
|
|
|
+ if (("recipeId" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 37 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "difficultyId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 36 :
|
|
|
|
|
+ state = 39;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 31 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "courseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 49 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "optional");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "qualifier");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "quantity");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromLeaveAttribute((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 0 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ eatText1(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 43 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "prepTimeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 30 :
|
|
|
|
|
+ state = 33;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 42 :
|
|
|
|
|
+ state = 45;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 34 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "ethnicityId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 18 :
|
|
|
|
|
+ state = 21;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 57 :
|
|
|
|
|
+ state = 60;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 39 :
|
|
|
|
|
+ state = 42;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 60 :
|
|
|
|
|
+ state = 63;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 27 :
|
|
|
|
|
+ state = 30;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 24 :
|
|
|
|
|
+ state = 27;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 21 :
|
|
|
|
|
+ state = 24;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 46 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "systemId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 6 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "recipeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ eatText2(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 61 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "rating");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "ratingId");
|
|
|
|
|
+ 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 ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromLeaveAttribute((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, ___uri, ___local, ___qname)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 51 :
|
|
|
|
|
+ state = 54;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 58 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "commentId");
|
|
|
|
|
+ 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("", "userId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 11 :
|
|
|
|
|
+ if (("servingSize" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ case 3 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "modifiedDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ eatText3(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 33 :
|
|
|
|
|
+ state = 36;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 9 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "servingSize");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ eatText4(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 2 :
|
|
|
|
|
+ if (("createdDate" == ___local)&&("" == ___uri)) {
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ }
|
|
|
|
|
+ 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 63 :
|
|
|
|
|
+ revertToParentFromText(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 40 :
|
|
|
|
|
+ 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 54 :
|
|
|
|
|
+ state = 57;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 28 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "baseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _Base = ((magoffin.matt.ieat.domain.impl.BaseImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.BaseImpl.class), 29, value));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 15 :
|
|
|
|
|
+ state = 18;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 16 :
|
|
|
|
|
+ state = 17;
|
|
|
|
|
+ eatText5(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 25 :
|
|
|
|
|
+ state = 26;
|
|
|
|
|
+ eatText6(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 48 :
|
|
|
|
|
+ state = 51;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 37 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "difficultyId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _Difficulty = ((magoffin.matt.ieat.domain.impl.DifficultyImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.DifficultyImpl.class), 38, value));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 13 :
|
|
|
|
|
+ state = 14;
|
|
|
|
|
+ eatText7(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 19 :
|
|
|
|
|
+ state = 20;
|
|
|
|
|
+ eatText8(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 36 :
|
|
|
|
|
+ state = 39;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 31 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "courseId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _Course = ((magoffin.matt.ieat.domain.impl.CourseImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.CourseImpl.class), 32, value));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 1 :
|
|
|
|
|
+ state = 2;
|
|
|
|
|
+ eatText1(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 49 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "optional");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "qualifier");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "quantity");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getIngredient().add(((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl.class), 50, value)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 0 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ eatText1(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 3;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 43 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "prepTimeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _PrepTime = ((magoffin.matt.ieat.domain.impl.PrepTimeImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.PrepTimeImpl.class), 44, value));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 30 :
|
|
|
|
|
+ state = 33;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 42 :
|
|
|
|
|
+ state = 45;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 34 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "ethnicityId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _Ethnicity = ((magoffin.matt.ieat.domain.impl.EthnicityImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.EthnicityImpl.class), 35, value));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 7 :
|
|
|
|
|
+ state = 8;
|
|
|
|
|
+ eatText2(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 18 :
|
|
|
|
|
+ state = 21;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 57 :
|
|
|
|
|
+ state = 60;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 10 :
|
|
|
|
|
+ state = 11;
|
|
|
|
|
+ eatText4(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 39 :
|
|
|
|
|
+ state = 42;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 60 :
|
|
|
|
|
+ state = 63;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 27 :
|
|
|
|
|
+ state = 30;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 24 :
|
|
|
|
|
+ state = 27;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 21 :
|
|
|
|
|
+ state = 24;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 46 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "systemId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _System = ((magoffin.matt.ieat.domain.impl.SystemImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.SystemImpl.class), 47, value));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 6 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "recipeId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ eatText2(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 9;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 61 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "createdDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "rating");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ attIdx = context.getAttribute("", "ratingId");
|
|
|
|
|
+ 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 ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getRating().add(((magoffin.matt.ieat.domain.impl.RecipeRatingImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.RecipeRatingImpl.class), 62, value)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 22 :
|
|
|
|
|
+ state = 23;
|
|
|
|
|
+ eatText9(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 4 :
|
|
|
|
|
+ state = 5;
|
|
|
|
|
+ eatText3(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 51 :
|
|
|
|
|
+ state = 54;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 58 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "commentId");
|
|
|
|
|
+ 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("", "userId");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ context.consumeAttribute(attIdx);
|
|
|
|
|
+ context.getCurrentHandler().text(value);
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ _getComment().add(((magoffin.matt.ieat.domain.impl.RecipeCommentImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.RecipeCommentImpl.class), 59, value)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ case 3 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "modifiedDate");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ eatText3(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 6;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 33 :
|
|
|
|
|
+ state = 36;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 9 :
|
|
|
|
|
+ attIdx = context.getAttribute("", "servingSize");
|
|
|
|
|
+ if (attIdx >= 0) {
|
|
|
|
|
+ final java.lang.String v = context.eatAttribute(attIdx);
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ eatText4(v);
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ }
|
|
|
|
|
+ state = 12;
|
|
|
|
|
+ continue outer;
|
|
|
|
|
+ case 55 :
|
|
|
|
|
+ _getStep().add(((magoffin.matt.ieat.domain.impl.RecipeStepImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.RecipeStepImpl.class), 56, value)));
|
|
|
|
|
+ return ;
|
|
|
|
|
+ }
|
|
|
|
|
+ } catch (java.lang.RuntimeException e) {
|
|
|
|
|
+ handleUnexpectedTextException(value, e);
|
|
|
|
|
+ }
|
|
|
|
|
+ break;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText5(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _Excerpt = value;
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ handleParseConversionException(e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText6(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _Image = value;
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ handleParseConversionException(e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText7(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _Name = value;
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ handleParseConversionException(e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText8(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _Source = value;
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ handleParseConversionException(e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private void eatText9(final java.lang.String value)
|
|
|
|
|
+ throws org.xml.sax.SAXException
|
|
|
|
|
+ {
|
|
|
|
|
+ try {
|
|
|
|
|
+ _Directions = value;
|
|
|
|
|
+ } catch (java.lang.Exception e) {
|
|
|
|
|
+ handleParseConversionException(e);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+}
|