| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963 |
- //
- // 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 UnitImpl implements magoffin.matt.ieat.domain.Unit, 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 java.lang.String _Abbreviation;
- protected boolean has_Mass;
- protected boolean _Mass;
- protected boolean has_ToImperial;
- protected double _ToImperial;
- protected java.lang.Integer _UnitId;
- protected java.lang.String _Value;
- protected java.lang.Integer _SystemId;
- protected boolean has_ToMetric;
- protected double _ToMetric;
- protected boolean has_ToUS;
- protected double _ToUS;
- 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.Unit.class);
- }
- public java.lang.String getAbbreviation() {
- return _Abbreviation;
- }
- public void setAbbreviation(java.lang.String value) {
- _Abbreviation = value;
- }
- public boolean isMass() {
- if (!has_Mass) {
- return javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.DatatypeConverterImpl.installHook("false"));
- } else {
- return _Mass;
- }
- }
- public void setMass(boolean value) {
- _Mass = value;
- has_Mass = true;
- }
- public double getToImperial() {
- return _ToImperial;
- }
- public void setToImperial(double value) {
- _ToImperial = value;
- has_ToImperial = true;
- }
- public java.lang.Integer getUnitId() {
- return _UnitId;
- }
- public void setUnitId(java.lang.Integer value) {
- _UnitId = value;
- }
- public java.lang.String getValue() {
- return _Value;
- }
- public void setValue(java.lang.String value) {
- _Value = value;
- }
- public java.lang.Integer getSystemId() {
- return _SystemId;
- }
- public void setSystemId(java.lang.Integer value) {
- _SystemId = value;
- }
- public double getToMetric() {
- return _ToMetric;
- }
- public void setToMetric(double value) {
- _ToMetric = value;
- has_ToMetric = true;
- }
- public double getToUS() {
- return _ToUS;
- }
- public void setToUS(double value) {
- _ToUS = value;
- has_ToUS = true;
- }
- public magoffin.matt.ieat.domain.impl.runtime.UnmarshallingEventHandler createUnmarshaller(magoffin.matt.ieat.domain.impl.runtime.UnmarshallingContext context) {
- return new magoffin.matt.ieat.domain.impl.UnitImpl.Unmarshaller(context);
- }
- public void serializeBody(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- try {
- context.text(((java.lang.String) _Value), "Value");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- }
- public void serializeAttributes(magoffin.matt.ieat.domain.impl.runtime.XMLSerializer context)
- throws org.xml.sax.SAXException
- {
- if (_Abbreviation!= null) {
- context.startAttribute("", "abbreviation");
- try {
- context.text(((java.lang.String) _Abbreviation), "Abbreviation");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (has_Mass) {
- context.startAttribute("", "mass");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _Mass)), "Mass");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (_SystemId!= null) {
- context.startAttribute("", "systemId");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printInt(((int)((java.lang.Integer) _SystemId).intValue())), "SystemId");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (has_ToImperial) {
- context.startAttribute("", "toImperial");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printDouble(((double) _ToImperial)), "ToImperial");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (has_ToMetric) {
- context.startAttribute("", "toMetric");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printDouble(((double) _ToMetric)), "ToMetric");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (has_ToUS) {
- context.startAttribute("", "toUS");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printDouble(((double) _ToUS)), "ToUS");
- } catch (java.lang.Exception e) {
- magoffin.matt.ieat.domain.impl.runtime.Util.handlePrintConversionException(this, e, context);
- }
- context.endAttribute();
- }
- if (_UnitId!= null) {
- context.startAttribute("", "unitId");
- try {
- context.text(javax.xml.bind.DatatypeConverter.printInt(((int)((java.lang.Integer) _UnitId).intValue())), "UnitId");
- } 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.Unit.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\u0000ppsr\u0000\u001bcom.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLo"
- +"rg/relaxng/datatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/su"
- +"n/msv/util/StringPair;xq\u0000~\u0000\u0003ppsr\u0000#com.sun.msv.datatype.xsd.S"
- +"tringType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr\u0000*com.sun.msv.datatype"
- +".xsd.BuiltinAtomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xs"
- +"d.ConcreteType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSData"
- +"typeImpl\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUrit\u0000\u0012Ljava/lang/String;L\u0000\bty"
- +"peNameq\u0000~\u0000\u0014L\u0000\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSp"
- +"aceProcessor;xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0006strings"
- +"r\u00005com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000"
- +"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,com.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000"
- +"\u0000\u0000\u0001\u0002\u0000\u0000xp\u0001sr\u00000com.sun.msv.grammar.Expression$NullSetExpressio"
- +"n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002"
- +"\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0014L\u0000\fnamespaceURIq\u0000~\u0000\u0014xpq\u0000~\u0000\u0018q\u0000~\u0000\u0017sr\u0000\u001dcom.s"
- +"un.msv.grammar.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000 com.sun.msv.g"
- +"rammar.AttributeExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClasst\u0000\u001fLcom"
- +"/sun/msv/grammar/NameClass;xq\u0000~\u0000\u0003sr\u0000\u0011java.lang.Boolean\u00cd r\u0080\u00d5\u009c"
- +"\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000pq\u0000~\u0000\u000fsr\u0000#com.sun.msv.grammar.SimpleNameClas"
- +"s\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u0014L\u0000\fnamespaceURIq\u0000~\u0000\u0014xr\u0000\u001dcom.sun"
- +".msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpt\u0000\fabbreviationt\u0000\u0000sr\u00000com"
- +".sun.msv.grammar.Expression$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~"
- +"\u0000\u0003sq\u0000~\u0000%\u0001q\u0000~\u0000-sq\u0000~\u0000 ppsq\u0000~\u0000\"q\u0000~\u0000&psq\u0000~\u0000\fppsr\u0000$com.sun.msv.da"
- +"tatype.xsd.BooleanType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0011q\u0000~\u0000\u0017t\u0000\u0007booleansr\u00005co"
- +"m.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002"
- +"\u0000\u0000xq\u0000~\u0000\u001aq\u0000~\u0000\u001dsq\u0000~\u0000\u001eq\u0000~\u00004q\u0000~\u0000\u0017sq\u0000~\u0000\'t\u0000\u0004massq\u0000~\u0000+q\u0000~\u0000-sq\u0000~\u0000 pp"
- +"sq\u0000~\u0000\"q\u0000~\u0000&psq\u0000~\u0000\fppsr\u0000 com.sun.msv.datatype.xsd.IntType\u0000\u0000\u0000\u0000"
- +"\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.sun.msv.datatype.xsd.IntegerDerivedType\u0099\u00f1]\u0090&6"
- +"k\u00be\u0002\u0000\u0001L\u0000\nbaseFacetst\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeImp"
- +"l;xq\u0000~\u0000\u0011q\u0000~\u0000\u0017t\u0000\u0003intq\u0000~\u00006sr\u0000*com.sun.msv.datatype.xsd.MaxIncl"
- +"usiveFacet\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;xr\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\fisF"
- +"acetFixedZ\u0000\u0012needValueCheckFlagL\u0000\bbaseTypeq\u0000~\u0000?L\u0000\fconcreteTyp"
- +"et\u0000\'Lcom/sun/msv/datatype/xsd/ConcreteType;L\u0000\tfacetNameq\u0000~\u0000\u0014"
- +"xq\u0000~\u0000\u0013ppq\u0000~\u00006\u0000\u0001sr\u0000*com.sun.msv.datatype.xsd.MinInclusiveFace"
- +"t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Cppq\u0000~\u00006\u0000\u0000sr\u0000!com.sun.msv.datatype.xsd.Long"
- +"Type\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000>q\u0000~\u0000\u0017t\u0000\u0004longq\u0000~\u00006sq\u0000~\u0000Bppq\u0000~\u00006\u0000\u0001sq\u0000~\u0000Ip"
- +"pq\u0000~\u00006\u0000\u0000sr\u0000$com.sun.msv.datatype.xsd.IntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
- +"q\u0000~\u0000>q\u0000~\u0000\u0017t\u0000\u0007integerq\u0000~\u00006sr\u0000,com.sun.msv.datatype.xsd.Fracti"
- +"onDigitsFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\u0005scalexr\u0000;com.sun.msv.datatype.xsd"
- +".DataTypeWithLexicalConstraintFacetT\u0090\u001c>\u001azb\u00ea\u0002\u0000\u0000xq\u0000~\u0000Fppq\u0000~\u00006\u0001"
- +"\u0000sr\u0000#com.sun.msv.datatype.xsd.NumberType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0011q\u0000~"
- +"\u0000\u0017t\u0000\u0007decimalq\u0000~\u00006q\u0000~\u0000Wt\u0000\u000efractionDigits\u0000\u0000\u0000\u0000q\u0000~\u0000Qt\u0000\fminInclus"
- +"ivesr\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~\u0000Qt\u0000\fmaxInclusivesq\u0000~\u0000[\u007f\u00ff\u00ff\u00ff\u00ff\u00ff\u00ff\u00ffq\u0000~\u0000L"
- +"q\u0000~\u0000Zsr\u0000\u0011java.lang.Integer\u0012\u00e2\u00a0\u00a4\u00f7\u0081\u00878\u0002\u0000\u0001I\u0000\u0005valuexq\u0000~\u0000\\\u0080\u0000\u0000\u0000q\u0000~\u0000L"
- +"q\u0000~\u0000^sq\u0000~\u0000`\u007f\u00ff\u00ff\u00ffq\u0000~\u0000\u001dsq\u0000~\u0000\u001eq\u0000~\u0000Aq\u0000~\u0000\u0017sq\u0000~\u0000\'t\u0000\bsystemIdq\u0000~\u0000+q\u0000"
- +"~\u0000-sq\u0000~\u0000 ppsq\u0000~\u0000\"q\u0000~\u0000&psq\u0000~\u0000\fppsr\u0000#com.sun.msv.datatype.xsd."
- +"DoubleType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.sun.msv.datatype.xsd.FloatingNu"
- +"mberType\u00fc\u00e3\u00b6\u0087\u008c\u00a8|\u00e0\u0002\u0000\u0000xq\u0000~\u0000\u0011q\u0000~\u0000\u0017t\u0000\u0006doubleq\u0000~\u00006q\u0000~\u0000\u001dsq\u0000~\u0000\u001eq\u0000~\u0000l"
- +"q\u0000~\u0000\u0017sq\u0000~\u0000\'t\u0000\ntoImperialq\u0000~\u0000+q\u0000~\u0000-sq\u0000~\u0000 ppsq\u0000~\u0000\"q\u0000~\u0000&pq\u0000~\u0000hs"
- +"q\u0000~\u0000\'t\u0000\btoMetricq\u0000~\u0000+q\u0000~\u0000-sq\u0000~\u0000 ppsq\u0000~\u0000\"q\u0000~\u0000&pq\u0000~\u0000hsq\u0000~\u0000\'t\u0000\u0004"
- +"toUSq\u0000~\u0000+q\u0000~\u0000-sq\u0000~\u0000 ppsq\u0000~\u0000\"q\u0000~\u0000&pq\u0000~\u0000<sq\u0000~\u0000\'t\u0000\u0006unitIdq\u0000~\u0000+q"
- +"\u0000~\u0000-sr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\bexpT"
- +"ablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$ClosedHash;xpsr\u0000-"
- +"com.sun.msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005c"
- +"ountB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/grammar/Express"
- +"ionPool;xp\u0000\u0000\u0000\u000e\u0001pq\u0000~\u0000\bq\u0000~\u0000\tq\u0000~\u0000\u0006q\u0000~\u0000pq\u0000~\u0000!q\u0000~\u0000\u0005q\u0000~\u0000fq\u0000~\u0000tq\u0000~\u0000"
- +"/q\u0000~\u0000\u000bq\u0000~\u0000xq\u0000~\u0000\u0007q\u0000~\u0000\nq\u0000~\u0000:x"));
- }
- 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.Unit))) {
- return false;
- }
- magoffin.matt.ieat.domain.impl.UnitImpl target = ((magoffin.matt.ieat.domain.impl.UnitImpl) obj);
- {
- java.lang.String value = this.getAbbreviation();
- java.lang.String targetValue = target.getAbbreviation();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- boolean value = this.isMass();
- boolean targetValue = target.isMass();
- if (value!= targetValue) {
- return false;
- }
- }
- {
- double value = this.getToImperial();
- double targetValue = target.getToImperial();
- if (value!= targetValue) {
- return false;
- }
- }
- {
- java.lang.Integer value = this.getUnitId();
- java.lang.Integer targetValue = target.getUnitId();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- java.lang.String value = this.getValue();
- java.lang.String targetValue = target.getValue();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- java.lang.Integer value = this.getSystemId();
- java.lang.Integer targetValue = target.getSystemId();
- if (!((value == targetValue)||((value!= null)&&value.equals(targetValue)))) {
- return false;
- }
- }
- {
- double value = this.getToMetric();
- double targetValue = target.getToMetric();
- if (value!= targetValue) {
- return false;
- }
- }
- {
- double value = this.getToUS();
- double targetValue = target.getToUS();
- if (value!= targetValue) {
- return false;
- }
- }
- return true;
- }
- public int hashCode() {
- int hash = 7;
- {
- java.lang.String value = this.getAbbreviation();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- boolean value = this.isMass();
- hash = ((31 *hash)+(value? 1 : 0));
- }
- {
- double value = this.getToImperial();
- hash = ((31 *hash)+((int)(java.lang.Double.doubleToLongBits(value)^(java.lang.Double.doubleToLongBits(value)>>> 32))));
- }
- {
- java.lang.Integer value = this.getUnitId();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- java.lang.String value = this.getValue();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- java.lang.Integer value = this.getSystemId();
- hash = ((31 *hash)+((null == value)? 0 :value.hashCode()));
- }
- {
- double value = this.getToMetric();
- hash = ((31 *hash)+((int)(java.lang.Double.doubleToLongBits(value)^(java.lang.Double.doubleToLongBits(value)>>> 32))));
- }
- {
- double value = this.getToUS();
- hash = ((31 *hash)+((int)(java.lang.Double.doubleToLongBits(value)^(java.lang.Double.doubleToLongBits(value)>>> 32))));
- }
- 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.UnitImpl.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 15 :
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 18;
- eatText1(v);
- continue outer;
- }
- state = 18;
- continue outer;
- case 3 :
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 12 :
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 15;
- eatText3(v);
- continue outer;
- }
- state = 15;
- continue outer;
- case 22 :
- revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
- return ;
- case 0 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText4(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 9 :
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 12;
- eatText5(v);
- continue outer;
- }
- state = 12;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText6(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 18 :
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 21;
- eatText7(v);
- continue outer;
- }
- state = 21;
- continue outer;
- }
- super.enterElement(___uri, ___local, ___qname, __atts);
- break;
- }
- }
- private void eatText1(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _ToUS = javax.xml.bind.DatatypeConverter.parseDouble(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_ToUS = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText2(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _Mass = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_Mass = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText3(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _ToMetric = javax.xml.bind.DatatypeConverter.parseDouble(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_ToMetric = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText4(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _Abbreviation = value;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText5(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _ToImperial = javax.xml.bind.DatatypeConverter.parseDouble(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
- has_ToImperial = true;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText6(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _SystemId = new java.lang.Integer(((int) javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value)))));
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- private void eatText7(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _UnitId = 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 15 :
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 18;
- eatText1(v);
- continue outer;
- }
- state = 18;
- continue outer;
- case 3 :
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 12 :
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 15;
- eatText3(v);
- continue outer;
- }
- state = 15;
- continue outer;
- case 22 :
- revertToParentFromLeaveElement(___uri, ___local, ___qname);
- return ;
- case 0 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText4(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 9 :
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 12;
- eatText5(v);
- continue outer;
- }
- state = 12;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText6(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 18 :
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 21;
- eatText7(v);
- continue outer;
- }
- state = 21;
- 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 15 :
- if (("toUS" == ___local)&&("" == ___uri)) {
- state = 16;
- return ;
- }
- state = 18;
- continue outer;
- case 3 :
- if (("mass" == ___local)&&("" == ___uri)) {
- state = 4;
- return ;
- }
- state = 6;
- continue outer;
- case 12 :
- if (("toMetric" == ___local)&&("" == ___uri)) {
- state = 13;
- return ;
- }
- state = 15;
- continue outer;
- case 22 :
- revertToParentFromEnterAttribute(___uri, ___local, ___qname);
- return ;
- case 0 :
- if (("abbreviation" == ___local)&&("" == ___uri)) {
- state = 1;
- return ;
- }
- state = 3;
- continue outer;
- case 9 :
- if (("toImperial" == ___local)&&("" == ___uri)) {
- state = 10;
- return ;
- }
- state = 12;
- continue outer;
- case 6 :
- if (("systemId" == ___local)&&("" == ___uri)) {
- state = 7;
- return ;
- }
- state = 9;
- continue outer;
- case 18 :
- if (("unitId" == ___local)&&("" == ___uri)) {
- state = 19;
- return ;
- }
- state = 21;
- 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 2 :
- if (("abbreviation" == ___local)&&("" == ___uri)) {
- state = 3;
- return ;
- }
- break;
- case 11 :
- if (("toImperial" == ___local)&&("" == ___uri)) {
- state = 12;
- return ;
- }
- break;
- case 17 :
- if (("toUS" == ___local)&&("" == ___uri)) {
- state = 18;
- return ;
- }
- break;
- case 15 :
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 18;
- eatText1(v);
- continue outer;
- }
- state = 18;
- continue outer;
- case 14 :
- if (("toMetric" == ___local)&&("" == ___uri)) {
- state = 15;
- return ;
- }
- break;
- case 8 :
- if (("systemId" == ___local)&&("" == ___uri)) {
- state = 9;
- return ;
- }
- break;
- case 3 :
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 20 :
- if (("unitId" == ___local)&&("" == ___uri)) {
- state = 21;
- return ;
- }
- break;
- case 12 :
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 15;
- eatText3(v);
- continue outer;
- }
- state = 15;
- continue outer;
- case 22 :
- revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
- return ;
- case 5 :
- if (("mass" == ___local)&&("" == ___uri)) {
- state = 6;
- return ;
- }
- break;
- case 0 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText4(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 9 :
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 12;
- eatText5(v);
- continue outer;
- }
- state = 12;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText6(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 18 :
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 21;
- eatText7(v);
- continue outer;
- }
- state = 21;
- continue outer;
- }
- super.leaveAttribute(___uri, ___local, ___qname);
- break;
- }
- }
- public void handleText(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- int attIdx;
- outer:
- while (true) {
- try {
- switch (state) {
- case 13 :
- state = 14;
- eatText3(value);
- return ;
- case 15 :
- attIdx = context.getAttribute("", "toUS");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 18;
- eatText1(v);
- continue outer;
- }
- state = 18;
- continue outer;
- case 10 :
- state = 11;
- eatText5(value);
- return ;
- case 16 :
- state = 17;
- eatText1(value);
- return ;
- case 3 :
- attIdx = context.getAttribute("", "mass");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 6;
- eatText2(v);
- continue outer;
- }
- state = 6;
- continue outer;
- case 21 :
- state = 22;
- eatText8(value);
- return ;
- case 12 :
- attIdx = context.getAttribute("", "toMetric");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 15;
- eatText3(v);
- continue outer;
- }
- state = 15;
- continue outer;
- case 22 :
- revertToParentFromText(value);
- return ;
- case 19 :
- state = 20;
- eatText7(value);
- return ;
- case 0 :
- attIdx = context.getAttribute("", "abbreviation");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 3;
- eatText4(v);
- continue outer;
- }
- state = 3;
- continue outer;
- case 9 :
- attIdx = context.getAttribute("", "toImperial");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 12;
- eatText5(v);
- continue outer;
- }
- state = 12;
- continue outer;
- case 6 :
- attIdx = context.getAttribute("", "systemId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 9;
- eatText6(v);
- continue outer;
- }
- state = 9;
- continue outer;
- case 18 :
- attIdx = context.getAttribute("", "unitId");
- if (attIdx >= 0) {
- final java.lang.String v = context.eatAttribute(attIdx);
- state = 21;
- eatText7(v);
- continue outer;
- }
- state = 21;
- continue outer;
- case 4 :
- state = 5;
- eatText2(value);
- return ;
- case 7 :
- state = 8;
- eatText6(value);
- return ;
- case 1 :
- state = 2;
- eatText4(value);
- return ;
- }
- } catch (java.lang.RuntimeException e) {
- handleUnexpectedTextException(value, e);
- }
- break;
- }
- }
- private void eatText8(final java.lang.String value)
- throws org.xml.sax.SAXException
- {
- try {
- _Value = value;
- } catch (java.lang.Exception e) {
- handleParseConversionException(e);
- }
- }
- }
- }
|