| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078 |
- //
- // 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 RecipeIngredientImpl implements magoffin.matt.ieat.domain.RecipeIngredient, java.io.Serializable, com.sun.xml.bind.JAXBObject, magoffin.matt.ieat.domain.impl.runtime.UnmarshallableObject, magoffin.matt.ieat.domain.impl.runtime.XMLSerializable, magoffin.matt.ieat.domain.impl.runtime.ValidatableObject
- {
- private final static long serialVersionUID = 200905041L;
- protected boolean has_Optional;
- protected boolean _Optional;
- protected magoffin.matt.ieat.domain.Ingredient _Ingredient;
- protected magoffin.matt.ieat.domain.Recipe _Recipe;
- protected boolean has_Quantity;
- protected double _Quantity;
- protected java.lang.String _Qualifier;
- protected magoffin.matt.ieat.domain.Unit _Unit;
- public final static java.lang.Class version = (magoffin.matt.ieat.domain.impl.JAXBVersion.class);
- private static com.sun.msv.grammar.Grammar schemaFragment;
- protected boolean has_Hjid;
- protected java.lang.Long _Hjid;
- private final static java.lang.Class PRIMARY_INTERFACE_CLASS() {
- return (magoffin.matt.ieat.domain.RecipeIngredient.class);
- }
- public boolean isOptional() {
- return _Optional;
- }
- public void setOptional(boolean value) {
- _Optional = value;
- has_Optional = true;
- }
- public magoffin.matt.ieat.domain.Ingredient getIngredient() {
- return _Ingredient;
- }
- public void setIngredient(magoffin.matt.ieat.domain.Ingredient value) {
- _Ingredient = value;
- }
- public magoffin.matt.ieat.domain.Recipe getRecipe() {
- return _Recipe;
- }
- public void setRecipe(magoffin.matt.ieat.domain.Recipe value) {
- _Recipe = value;
- }
- public double getQuantity() {
- return _Quantity;
- }
- public void setQuantity(double value) {
- _Quantity = value;
- has_Quantity = true;
- }
- public java.lang.String getQualifier() {
- return _Qualifier;
- }
- public void setQualifier(java.lang.String value) {
- _Qualifier = value;
- }
- public magoffin.matt.ieat.domain.Unit getUnit() {
- return _Unit;
- }
- public void setUnit(magoffin.matt.ieat.domain.Unit value) {
- _Unit = 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.RecipeIngredientImpl.Unmarshaller(context);
- }
- public void serializeBody(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- if (_Unit!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "unit");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Unit), "Unit");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Unit), "Unit");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _Unit), "Unit");
- context.endElement();
- }
- if (_Ingredient!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "ingredient");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _Ingredient), "Ingredient");
- context.endElement();
- }
- if (_Recipe!= null) {
- context.startElement("http://msqr.us/xsd/ieat", "recipe");
- context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe");
- context.endNamespaceDecls();
- context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe");
- context.endAttributes();
- context.childAsBody(((com.sun.xml.bind.JAXBObject) _Recipe), "Recipe");
- context.endElement();
- }
- }
- public void serializeAttributes(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- if (has_Optional) {
- context.startAttribute("", "optional");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _Optional)), "Optional");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (_Qualifier!= null) {
- context.startAttribute("", "qualifier");
- try {
- context.text(((java.lang.String) _Qualifier), "Qualifier");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (has_Quantity) {
- context.startAttribute("", "quantity");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printDouble(((double) _Quantity)), "Quantity");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- }
- public void serializeURIs(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- }
- public java.lang.Class getPrimaryInterface() {
- return (magoffin.matt.ieat.domain.RecipeIngredient.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\u0000ppsr\u0000\u001dcom."
- +"sun.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000\'com.sun.msv."
- +"grammar.trex.ElementPattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/su"
- +"n/msv/grammar/NameClass;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000"
- +"\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUndeclaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq"
- +"\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000p\u0000sq\u0000~\u0000\u0000ppsq\u0000"
- +"~\u0000\fpp\u0000sq\u0000~\u0000\nppsr\u0000 com.sun.msv.grammar.OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000"
- +"\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000"
- +"\u0003q\u0000~\u0000\u0011psr\u0000 com.sun.msv.grammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003exp"
- +"q\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\rxq\u0000~\u0000\u0003q\u0000~\u0000\u0011psr\u00002com.sun.msv.grammar.Ex"
- +"pression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000\u0010\u0001q\u0000~\u0000\u001bsr\u0000"
- +" com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.sun.msv."
- +"grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.grammar.Expres"
- +"sion$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000\u001cq\u0000~\u0000!sr\u0000#com.sun"
- +".msv.grammar.SimpleNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNamet\u0000\u0012Ljava/"
- +"lang/String;L\u0000\fnamespaceURIq\u0000~\u0000#xq\u0000~\u0000\u001et\u0000\u001emagoffin.matt.ieat."
- +"domain.Unitt\u0000+http://java.sun.com/jaxb/xjc/dummy-elementssq\u0000"
- +"~\u0000\nppsq\u0000~\u0000\u0018q\u0000~\u0000\u0011psr\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.datat"
- +"ype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000*com.sun.msv.datatype.xsd.Bui"
- +"ltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.Concre"
- +"teType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl"
- +"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUriq\u0000~\u0000#L\u0000\btypeNameq\u0000~\u0000#L\u0000\nwhiteSpace"
- +"t\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;xpt\u0000 http:/"
- +"/www.w3.org/2001/XMLSchemat\u0000\u0005QNamesr\u00005com.sun.msv.datatype.x"
- +"sd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.da"
- +"tatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpsr\u00000com.sun.msv.g"
- +"rammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bco"
- +"m.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000#L\u0000\fname"
- +"spaceURIq\u0000~\u0000#xpq\u0000~\u00004q\u0000~\u00003sq\u0000~\u0000\"t\u0000\u0004typet\u0000)http://www.w3.org/2"
- +"001/XMLSchema-instanceq\u0000~\u0000!sq\u0000~\u0000\"t\u0000\u0004unitt\u0000\u0017http://msqr.us/xs"
- +"d/ieatq\u0000~\u0000!sq\u0000~\u0000\nppsq\u0000~\u0000\fq\u0000~\u0000\u0011p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\fpp\u0000sq\u0000~\u0000\nppsq\u0000"
- +"~\u0000\u0015q\u0000~\u0000\u0011psq\u0000~\u0000\u0018q\u0000~\u0000\u0011pq\u0000~\u0000\u001bq\u0000~\u0000\u001fq\u0000~\u0000!sq\u0000~\u0000\"t\u0000$magoffin.matt.i"
- +"eat.domain.Ingredientq\u0000~\u0000&sq\u0000~\u0000\nppsq\u0000~\u0000\u0018q\u0000~\u0000\u0011pq\u0000~\u0000,q\u0000~\u0000<q\u0000~\u0000"
- +"!sq\u0000~\u0000\"t\u0000\ningredientq\u0000~\u0000Aq\u0000~\u0000!sq\u0000~\u0000\nppsq\u0000~\u0000\fq\u0000~\u0000\u0011p\u0000sq\u0000~\u0000\u0000pps"
- +"q\u0000~\u0000\fpp\u0000sq\u0000~\u0000\nppsq\u0000~\u0000\u0015q\u0000~\u0000\u0011psq\u0000~\u0000\u0018q\u0000~\u0000\u0011pq\u0000~\u0000\u001bq\u0000~\u0000\u001fq\u0000~\u0000!sq\u0000~\u0000"
- +"\"t\u0000 magoffin.matt.ieat.domain.Recipeq\u0000~\u0000&sq\u0000~\u0000\nppsq\u0000~\u0000\u0018q\u0000~\u0000\u0011"
- +"pq\u0000~\u0000,q\u0000~\u0000<q\u0000~\u0000!sq\u0000~\u0000\"t\u0000\u0006recipeq\u0000~\u0000Aq\u0000~\u0000!sq\u0000~\u0000\nppsq\u0000~\u0000\u0018q\u0000~\u0000\u0011"
- +"psq\u0000~\u0000)ppsr\u0000$com.sun.msv.datatype.xsd.BooleanType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000"
- +"xq\u0000~\u0000.q\u0000~\u00003t\u0000\u0007booleanq\u0000~\u00007q\u0000~\u00009sq\u0000~\u0000:q\u0000~\u0000aq\u0000~\u00003sq\u0000~\u0000\"t\u0000\bopti"
- +"onalt\u0000\u0000q\u0000~\u0000!sq\u0000~\u0000\nppsq\u0000~\u0000\u0018q\u0000~\u0000\u0011psq\u0000~\u0000)ppsr\u0000#com.sun.msv.data"
- +"type.xsd.StringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxq\u0000~\u0000.q\u0000~\u00003t\u0000\u0006"
- +"stringsr\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Prese"
- +"rve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00006\u0001q\u0000~\u00009sq\u0000~\u0000:q\u0000~\u0000kq\u0000~\u00003sq\u0000~\u0000\"t\u0000\tqualifier"
- +"q\u0000~\u0000eq\u0000~\u0000!sq\u0000~\u0000\nppsq\u0000~\u0000\u0018q\u0000~\u0000\u0011psq\u0000~\u0000)ppsr\u0000#com.sun.msv.dataty"
- +"pe.xsd.DoubleType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.sun.msv.datatype.xsd.Flo"
- +"atingNumberType\u00fc\u00e3\u00b6\u0087\u008c\u00a8|\u00e0\u0002\u0000\u0000xq\u0000~\u0000.q\u0000~\u00003t\u0000\u0006doubleq\u0000~\u00007q\u0000~\u00009sq\u0000~"
- +"\u0000:q\u0000~\u0000wq\u0000~\u00003sq\u0000~\u0000\"t\u0000\bquantityq\u0000~\u0000eq\u0000~\u0000!sr\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\u0000\u0017\u0001pq\u0000~\u0000\u000bq\u0000~\u0000"
- +"Bq\u0000~\u0000Oq\u0000~\u0000\u0006q\u0000~\u0000\u0007q\u0000~\u0000fq\u0000~\u0000\u0012q\u0000~\u0000Dq\u0000~\u0000Qq\u0000~\u0000\u0014q\u0000~\u0000Fq\u0000~\u0000Sq\u0000~\u0000\bq\u0000~\u0000"
- +"\u0017q\u0000~\u0000Gq\u0000~\u0000Tq\u0000~\u0000\u0005q\u0000~\u0000\tq\u0000~\u0000\\q\u0000~\u0000\'q\u0000~\u0000Kq\u0000~\u0000Xq\u0000~\u0000qx"));
- }
- 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.RecipeIngredient))) {
- return false;
- }
- magoffin.matt.ieat.domain.impl.RecipeIngredientImpl target = ((magoffin.matt.ieat.domain.impl.RecipeIngredientImpl) obj);
- {
- boolean value = this.isOptional();
- boolean targetValue = target.isOptional();
- if (value!= targetValue) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.Ingredient value = this.getIngredient();
- magoffin.matt.ieat.domain.Ingredient targetValue = target.getIngredient();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.Recipe value = this.getRecipe();
- magoffin.matt.ieat.domain.Recipe targetValue = target.getRecipe();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- double value = this.getQuantity();
- double targetValue = target.getQuantity();
- if (value!= targetValue) {
- return false;
- }
- }
- {
- java.lang.String value = this.getQualifier();
- java.lang.String targetValue = target.getQualifier();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- magoffin.matt.ieat.domain.Unit value = this.getUnit();
- magoffin.matt.ieat.domain.Unit targetValue = target.getUnit();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- return true;
- }
- public int hashCode() {
- int hash = 7;
- {
- boolean value = this.isOptional();
- hash = ((31 *hash)+(value? 1 : 0));
- }
- {
- magoffin.matt.ieat.domain.Ingredient value = this.getIngredient();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- magoffin.matt.ieat.domain.Recipe value = this.getRecipe();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- double value = this.getQuantity();
- hash = ((31 *hash)+((int)(java.lang.Double.doubleToLongBits(value)^(java.lang.Double.doubleToLongBits(value)>>> 32))));
- }
- {
- java.lang.String value = this.getQualifier();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- magoffin.matt.ieat.domain.Unit value = this.getUnit();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- return hash;
- }
- public java.lang.Long getHjid() {
- return _Hjid;
- }
- public void setHjid(java.lang.Long value) {
- _Hjid = value;
- has_Hjid = true;
- }
- 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.RecipeIngredientImpl.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 18 :
- revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
- return ;
- case 3 :
- attIdx = context.getAttribute("", "qualifier");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText1(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 9 :
- if (("unit" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, true);
- state = 10;
- return ;
- }
- state = 12;
- continue outer;
- case 12 :
- if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 13;
- return ;
- }
- state = 15;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText2(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 15 :
- if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.pushAttributes(__atts, false);
- state = 16;
- return ;
- }
- state = 18;
- continue outer;
- case 10 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- break;
- case 13 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- _Ingredient = ((magoffin.matt.ieat.domain.impl.IngredientImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.IngredientImpl.class), 14, ___uri, ___local, ___qname, __atts));
- return ;
- }
- break;
- case 16 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().enterElement(___uri, ___local, ___qname, __atts);
- return ;
- }
- if (("name" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterElement((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 17, ___uri, ___local, ___qname, __atts));
- return ;
- }
- break;
- case 0 :
- attIdx = context.getAttribute("", "optional");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText3(v);
- continue outer;
- }
- state = 3;
- continue outer;
- }
- super.enterElement(___uri, ___local, ___qname, __atts);
- break;
- }
- }
- private void eatText1(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _Qualifier = value;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText2(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _Quantity = javax.xml.bind.DatatypeConverter.parseDouble(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_Quantity = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText3(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _Optional = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_Optional = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- public void leaveElement(java.lang.String ___uri, java.lang.String ___local, java.lang.String ___qname)
- throws org.xml.sax.SAXException
- {
- int attIdx;
- outer:
- while (true) {
- switch (state) {
- case 18 :
- revertToParentFromLeaveElement(___uri, ___local, ___qname);
- return ;
- case 3 :
- attIdx = context.getAttribute("", "qualifier");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText1(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 14 :
- if (("ingredient" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 15;
- return ;
- }
- break;
- case 9 :
- state = 12;
- continue outer;
- case 17 :
- if (("recipe" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 18;
- return ;
- }
- break;
- case 12 :
- state = 15;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText2(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 11 :
- if (("unit" == ___local)&&("http://msqr.us/xsd/ieat" == ___uri)) {
- context.popAttributes();
- state = 12;
- return ;
- }
- break;
- case 15 :
- state = 18;
- continue outer;
- case 10 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 13 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 16 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveElement(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 0 :
- attIdx = context.getAttribute("", "optional");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText3(v);
- continue outer;
- }
- state = 3;
- 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 18 :
- revertToParentFromEnterAttribute(___uri, ___local, ___qname);
- return ;
- case 3 :
- if (("qualifier" == ___local)&&("" == ___uri)) {
- state = 4;
- return ;
- }
- state = 6;
- continue outer;
- case 9 :
- state = 12;
- continue outer;
- case 12 :
- state = 15;
- continue outer;
- case 6 :
- if (("quantity" == ___local)&&("" == ___uri)) {
- state = 7;
- return ;
- }
- state = 9;
- continue outer;
- case 15 :
- state = 18;
- continue outer;
- case 10 :
- if (("abbreviation" == ___local)&&("" == ___uri)) {
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, ___uri, ___local, ___qname));
- return ;
- }
- if (("mass" == ___local)&&("" == ___uri)) {
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, ___uri, ___local, ___qname));
- return ;
- }
- if (("systemId" == ___local)&&("" == ___uri)) {
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, ___uri, ___local, ___qname));
- return ;
- }
- if (("toImperial" == ___local)&&("" == ___uri)) {
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, ___uri, ___local, ___qname));
- return ;
- }
- if (("toMetric" == ___local)&&("" == ___uri)) {
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, ___uri, ___local, ___qname));
- return ;
- }
- if (("toUS" == ___local)&&("" == ___uri)) {
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, ___uri, ___local, ___qname));
- return ;
- }
- if (("unitId" == ___local)&&("" == ___uri)) {
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 13 :
- if (("ingredientId" == ___local)&&("" == ___uri)) {
- _Ingredient = ((magoffin.matt.ieat.domain.impl.IngredientImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.IngredientImpl.class), 14, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 16 :
- if (("createdDate" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 17, ___uri, ___local, ___qname));
- return ;
- }
- if (("modifiedDate" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 17, ___uri, ___local, ___qname));
- return ;
- }
- if (("recipeId" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 17, ___uri, ___local, ___qname));
- return ;
- }
- if (("servingSize" == ___local)&&("" == ___uri)) {
- _Recipe = ((magoffin.matt.ieat.domain.impl.RecipeImpl) spawnChildFromEnterAttribute((magoffin.matt.ieat.domain.impl.RecipeImpl.class), 17, ___uri, ___local, ___qname));
- return ;
- }
- break;
- case 0 :
- if (("optional" == ___local)&&("" == ___uri)) {
- state = 1;
- return ;
- }
- state = 3;
- 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 18 :
- revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
- return ;
- case 5 :
- if (("qualifier" == ___local)&&("" == ___uri)) {
- state = 6;
- return ;
- }
- break;
- case 2 :
- if (("optional" == ___local)&&("" == ___uri)) {
- state = 3;
- return ;
- }
- break;
- case 3 :
- attIdx = context.getAttribute("", "qualifier");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText1(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 9 :
- state = 12;
- continue outer;
- case 12 :
- state = 15;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText2(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 15 :
- state = 18;
- continue outer;
- case 10 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 13 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 16 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().leaveAttribute(___uri, ___local, ___qname);
- return ;
- }
- break;
- case 0 :
- attIdx = context.getAttribute("", "optional");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText3(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 8 :
- if (("quantity" == ___local)&&("" == ___uri)) {
- state = 9;
- 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 18 :
- revertToParentFromText(value);
- return ;
- case 7 :
- state = 8;
- eatText2(value);
- return ;
- case 4 :
- state = 5;
- eatText1(value);
- return ;
- case 3 :
- attIdx = context.getAttribute("", "qualifier");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText1(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 1 :
- state = 2;
- eatText3(value);
- return ;
- case 9 :
- state = 12;
- continue outer;
- case 12 :
- state = 15;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "quantity");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText2(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 15 :
- state = 18;
- continue outer;
- case 10 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- _Unit = ((magoffin.matt.ieat.domain.impl.UnitImpl) spawnChildFromText((magoffin.matt.ieat.domain.impl.UnitImpl.class), 11, value));
- return ;
- case 13 :
- attIdx = context.getAttribute("", "ingredientId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 16 :
- attIdx = context.getAttribute("", "createdDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "modifiedDate");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "recipeId");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- attIdx = context.getAttribute("", "servingSize");
- if (attIdx >= 0) {
- context.consumeAttribute(attIdx);
- context.getCurrentHandler().text(value);
- return ;
- }
- break;
- case 0 :
- attIdx = context.getAttribute("", "optional");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText3(v);
- continue outer;
- }
- state = 3;
- continue outer;
- }
- } catch (java.lang.RuntimeException e) {
- handleUnexpectedTextException(value, e);
- }
- break;
- }
- }
- }
- }
|