KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mvnforum > jaxb > db > impl > CategoryTypeImpl


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.5-b16-fcs
3
// See <a HREF="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4
// Any modifications to this file will be lost upon recompilation of the source schema.
5
// Generated on: 2005.12.29 at 03:19:11 PM GMT+07:00
6
//
7

8
9 package com.mvnforum.jaxb.db.impl;
10
11 public class CategoryTypeImpl implements com.mvnforum.jaxb.db.CategoryType, com.sun.xml.bind.JAXBObject, com.mvnforum.jaxb.db.impl.runtime.UnmarshallableObject, com.mvnforum.jaxb.db.impl.runtime.XMLSerializable, com.mvnforum.jaxb.db.impl.runtime.ValidatableObject
12 {
13
14     protected com.mvnforum.jaxb.db.ForumList _ForumList;
15     protected com.mvnforum.jaxb.db.CategoryWatchList _CategoryWatchList;
16     protected java.lang.String JavaDoc _CategoryDesc;
17     protected com.mvnforum.jaxb.db.CategoryListType _CategoryList;
18     protected java.lang.String JavaDoc _CategoryCreationDate;
19     protected java.lang.String JavaDoc _CategoryName;
20     protected java.lang.String JavaDoc _CategoryModifiedDate;
21     protected boolean has_CategoryOption;
22     protected int _CategoryOption;
23     protected boolean has_CategoryStatus;
24     protected int _CategoryStatus;
25     protected boolean has_CategoryOrder;
26     protected int _CategoryOrder;
27     public final static java.lang.Class JavaDoc version = (com.mvnforum.jaxb.db.impl.JAXBVersion.class);
28     private static com.sun.msv.grammar.Grammar schemaFragment;
29
30     private final static java.lang.Class JavaDoc PRIMARY_INTERFACE_CLASS() {
31         return (com.mvnforum.jaxb.db.CategoryType.class);
32     }
33
34     public com.mvnforum.jaxb.db.ForumList getForumList() {
35         return _ForumList;
36     }
37
38     public void setForumList(com.mvnforum.jaxb.db.ForumList value) {
39         _ForumList = value;
40     }
41
42     public com.mvnforum.jaxb.db.CategoryWatchList getCategoryWatchList() {
43         return _CategoryWatchList;
44     }
45
46     public void setCategoryWatchList(com.mvnforum.jaxb.db.CategoryWatchList value) {
47         _CategoryWatchList = value;
48     }
49
50     public java.lang.String JavaDoc getCategoryDesc() {
51         return _CategoryDesc;
52     }
53
54     public void setCategoryDesc(java.lang.String JavaDoc value) {
55         _CategoryDesc = value;
56     }
57
58     public com.mvnforum.jaxb.db.CategoryListType getCategoryList() {
59         return _CategoryList;
60     }
61
62     public void setCategoryList(com.mvnforum.jaxb.db.CategoryListType value) {
63         _CategoryList = value;
64     }
65
66     public java.lang.String JavaDoc getCategoryCreationDate() {
67         return _CategoryCreationDate;
68     }
69
70     public void setCategoryCreationDate(java.lang.String JavaDoc value) {
71         _CategoryCreationDate = value;
72     }
73
74     public java.lang.String JavaDoc getCategoryName() {
75         return _CategoryName;
76     }
77
78     public void setCategoryName(java.lang.String JavaDoc value) {
79         _CategoryName = value;
80     }
81
82     public java.lang.String JavaDoc getCategoryModifiedDate() {
83         return _CategoryModifiedDate;
84     }
85
86     public void setCategoryModifiedDate(java.lang.String JavaDoc value) {
87         _CategoryModifiedDate = value;
88     }
89
90     public int getCategoryOption() {
91         return _CategoryOption;
92     }
93
94     public void setCategoryOption(int value) {
95         _CategoryOption = value;
96         has_CategoryOption = true;
97     }
98
99     public int getCategoryStatus() {
100         return _CategoryStatus;
101     }
102
103     public void setCategoryStatus(int value) {
104         _CategoryStatus = value;
105         has_CategoryStatus = true;
106     }
107
108     public int getCategoryOrder() {
109         return _CategoryOrder;
110     }
111
112     public void setCategoryOrder(int value) {
113         _CategoryOrder = value;
114         has_CategoryOrder = true;
115     }
116
117     public com.mvnforum.jaxb.db.impl.runtime.UnmarshallingEventHandler createUnmarshaller(com.mvnforum.jaxb.db.impl.runtime.UnmarshallingContext context) {
118         return new com.mvnforum.jaxb.db.impl.CategoryTypeImpl.Unmarshaller(context);
119     }
120
121     public void serializeBody(com.mvnforum.jaxb.db.impl.runtime.XMLSerializer context)
122         throws org.xml.sax.SAXException JavaDoc
123     {
124         context.startElement("", "CategoryName");
125         context.endNamespaceDecls();
126         context.endAttributes();
127         try {
128             context.text(((java.lang.String JavaDoc) _CategoryName), "CategoryName");
129         } catch (java.lang.Exception JavaDoc e) {
130             com.mvnforum.jaxb.db.impl.runtime.Util.handlePrintConversionException(this, e, context);
131         }
132         context.endElement();
133         if (_CategoryDesc!= null) {
134             context.startElement("", "CategoryDesc");
135             context.endNamespaceDecls();
136             context.endAttributes();
137             try {
138                 context.text(((java.lang.String JavaDoc) _CategoryDesc), "CategoryDesc");
139             } catch (java.lang.Exception JavaDoc e) {
140                 com.mvnforum.jaxb.db.impl.runtime.Util.handlePrintConversionException(this, e, context);
141             }
142             context.endElement();
143         }
144         if (_CategoryCreationDate!= null) {
145             context.startElement("", "CategoryCreationDate");
146             context.endNamespaceDecls();
147             context.endAttributes();
148             try {
149                 context.text(((java.lang.String JavaDoc) _CategoryCreationDate), "CategoryCreationDate");
150             } catch (java.lang.Exception JavaDoc e) {
151                 com.mvnforum.jaxb.db.impl.runtime.Util.handlePrintConversionException(this, e, context);
152             }
153             context.endElement();
154         }
155         if (_CategoryModifiedDate!= null) {
156             context.startElement("", "CategoryModifiedDate");
157             context.endNamespaceDecls();
158             context.endAttributes();
159             try {
160                 context.text(((java.lang.String JavaDoc) _CategoryModifiedDate), "CategoryModifiedDate");
161             } catch (java.lang.Exception JavaDoc e) {
162                 com.mvnforum.jaxb.db.impl.runtime.Util.handlePrintConversionException(this, e, context);
163             }
164             context.endElement();
165         }
166         if (has_CategoryOrder) {
167             context.startElement("", "CategoryOrder");
168             context.endNamespaceDecls();
169             context.endAttributes();
170             try {
171                 context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _CategoryOrder)), "CategoryOrder");
172             } catch (java.lang.Exception JavaDoc e) {
173                 com.mvnforum.jaxb.db.impl.runtime.Util.handlePrintConversionException(this, e, context);
174             }
175             context.endElement();
176         }
177         if (has_CategoryOption) {
178             context.startElement("", "CategoryOption");
179             context.endNamespaceDecls();
180             context.endAttributes();
181             try {
182                 context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _CategoryOption)), "CategoryOption");
183             } catch (java.lang.Exception JavaDoc e) {
184                 com.mvnforum.jaxb.db.impl.runtime.Util.handlePrintConversionException(this, e, context);
185             }
186             context.endElement();
187         }
188         if (has_CategoryStatus) {
189             context.startElement("", "CategoryStatus");
190             context.endNamespaceDecls();
191             context.endAttributes();
192             try {
193                 context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _CategoryStatus)), "CategoryStatus");
194             } catch (java.lang.Exception JavaDoc e) {
195                 com.mvnforum.jaxb.db.impl.runtime.Util.handlePrintConversionException(this, e, context);
196             }
197             context.endElement();
198         }
199         if (_CategoryWatchList!= null) {
200             context.startElement("", "CategoryWatchList");
201             context.childAsURIs(((com.sun.xml.bind.JAXBObject) _CategoryWatchList), "CategoryWatchList");
202             context.endNamespaceDecls();
203             context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _CategoryWatchList), "CategoryWatchList");
204             context.endAttributes();
205             context.childAsBody(((com.sun.xml.bind.JAXBObject) _CategoryWatchList), "CategoryWatchList");
206             context.endElement();
207         }
208         if (_ForumList!= null) {
209             context.startElement("", "ForumList");
210             context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ForumList), "ForumList");
211             context.endNamespaceDecls();
212             context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ForumList), "ForumList");
213             context.endAttributes();
214             context.childAsBody(((com.sun.xml.bind.JAXBObject) _ForumList), "ForumList");
215             context.endElement();
216         }
217         if (_CategoryList!= null) {
218             context.startElement("", "CategoryList");
219             context.childAsURIs(((com.sun.xml.bind.JAXBObject) _CategoryList), "CategoryList");
220             context.endNamespaceDecls();
221             context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _CategoryList), "CategoryList");
222             context.endAttributes();
223             context.childAsBody(((com.sun.xml.bind.JAXBObject) _CategoryList), "CategoryList");
224             context.endElement();
225         }
226     }
227
228     public void serializeAttributes(com.mvnforum.jaxb.db.impl.runtime.XMLSerializer context)
229         throws org.xml.sax.SAXException JavaDoc
230     {
231     }
232
233     public void serializeURIs(com.mvnforum.jaxb.db.impl.runtime.XMLSerializer context)
234         throws org.xml.sax.SAXException JavaDoc
235     {
236     }
237
238     public java.lang.Class JavaDoc getPrimaryInterface() {
239         return (com.mvnforum.jaxb.db.CategoryType.class);
240     }
241
242     public com.sun.msv.verifier.DocumentDeclaration createRawValidator() {
243         if (schemaFragment == null) {
244             schemaFragment = com.sun.xml.bind.validator.SchemaDeserializer.deserialize((
245  "\u00ac\u00ed\u0000\u0005sr\u0000\u001fcom.sun.msv.grammar.SequenceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001dcom.su"
246 +"n.msv.grammar.BinaryExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0004exp1t\u0000 Lcom/sun/msv/gra"
247 +"mmar/Expression;L\u0000\u0004exp2q\u0000~\u0000\u0002xr\u0000\u001ecom.sun.msv.grammar.Expressi"
248 +"on\u00f8\u0018\u0082\u00e8N5~O\u0002\u0000\u0002L\u0000\u0013epsilonReducibilityt\u0000\u0013Ljava/lang/Boolean;L\u0000\u000b"
249 +"expandedExpq\u0000~\u0000\u0002xpppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000pp"
250 +"sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsq\u0000~\u0000\u0000ppsr\u0000\'com.sun.msv.grammar.trex.Element"
251 +"Pattern\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\tnameClasst\u0000\u001fLcom/sun/msv/grammar/NameCl"
252 +"ass;xr\u0000\u001ecom.sun.msv.grammar.ElementExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002Z\u0000\u001aignoreUn"
253 +"declaredAttributesL\u0000\fcontentModelq\u0000~\u0000\u0002xq\u0000~\u0000\u0003pp\u0000sq\u0000~\u0000\u0000ppsr\u0000\u001bc"
254 +"om.sun.msv.grammar.DataExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\u0002dtt\u0000\u001fLorg/relaxng/da"
255 +"tatype/Datatype;L\u0000\u0006exceptq\u0000~\u0000\u0002L\u0000\u0004namet\u0000\u001dLcom/sun/msv/util/St"
256 +"ringPair;xq\u0000~\u0000\u0003ppsr\u0000#com.sun.msv.datatype.xsd.StringType\u0000\u0000\u0000\u0000"
257 +"\u0000\u0000\u0000\u0001\u0002\u0000\u0001Z\u0000\risAlwaysValidxr\u0000*com.sun.msv.datatype.xsd.BuiltinA"
258 +"tomicType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000%com.sun.msv.datatype.xsd.ConcreteTyp"
259 +"e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\'com.sun.msv.datatype.xsd.XSDatatypeImpl\u0000\u0000\u0000\u0000\u0000"
260 +"\u0000\u0000\u0001\u0002\u0000\u0003L\u0000\fnamespaceUrit\u0000\u0012Ljava/lang/String;L\u0000\btypeNameq\u0000~\u0000\u001bL\u0000"
261 +"\nwhiteSpacet\u0000.Lcom/sun/msv/datatype/xsd/WhiteSpaceProcessor;"
262 +"xpt\u0000 http://www.w3.org/2001/XMLSchemat\u0000\u0006stringsr\u00005com.sun.ms"
263 +"v.datatype.xsd.WhiteSpaceProcessor$Preserve\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000,co"
264 +"m.sun.msv.datatype.xsd.WhiteSpaceProcessor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xp\u0001sr\u00000"
265 +"com.sun.msv.grammar.Expression$NullSetExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
266 +"q\u0000~\u0000\u0003ppsr\u0000\u001bcom.sun.msv.util.StringPair\u00d0t\u001ejB\u008f\u008d\u00a0\u0002\u0000\u0002L\u0000\tlocalNam"
267 +"eq\u0000~\u0000\u001bL\u0000\fnamespaceURIq\u0000~\u0000\u001bxpq\u0000~\u0000\u001fq\u0000~\u0000\u001esr\u0000\u001dcom.sun.msv.gramma"
268 +"r.ChoiceExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0001ppsr\u0000 com.sun.msv.grammar.Attrib"
269 +"uteExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\u0003expq\u0000~\u0000\u0002L\u0000\tnameClassq\u0000~\u0000\u000fxq\u0000~\u0000\u0003sr\u0000\u0011java."
270 +"lang.Boolean\u00cd r\u0080\u00d5\u009c\u00fa\u00ee\u0002\u0000\u0001Z\u0000\u0005valuexp\u0000psq\u0000~\u0000\u0013ppsr\u0000\"com.sun.msv.d"
271 +"atatype.xsd.QnameType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0018q\u0000~\u0000\u001et\u0000\u0005QNamesr\u00005com.s"
272 +"un.msv.datatype.xsd.WhiteSpaceProcessor$Collapse\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
273 +"q\u0000~\u0000!q\u0000~\u0000$sq\u0000~\u0000%q\u0000~\u00000q\u0000~\u0000\u001esr\u0000#com.sun.msv.grammar.SimpleName"
274 +"Class\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0002L\u0000\tlocalNameq\u0000~\u0000\u001bL\u0000\fnamespaceURIq\u0000~\u0000\u001bxr\u0000\u001dcom"
275 +".sun.msv.grammar.NameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xpt\u0000\u0004typet\u0000)http://www."
276 +"w3.org/2001/XMLSchema-instancesr\u00000com.sun.msv.grammar.Expres"
277 +"sion$EpsilonExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003sq\u0000~\u0000+\u0001psq\u0000~\u00004t\u0000\fCate"
278 +"goryNamet\u0000\u0000sq\u0000~\u0000\'ppsq\u0000~\u0000\u000eq\u0000~\u0000,p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000\u0016sq\u0000~\u0000\'ppsq\u0000~\u0000)q"
279 +"\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:sq\u0000~\u00004t\u0000\fCategoryDescq\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'pps"
280 +"q\u0000~\u0000\u000eq\u0000~\u0000,p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000\u0016sq\u0000~\u0000\'ppsq\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:"
281 +"sq\u0000~\u00004t\u0000\u0014CategoryCreationDateq\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'ppsq\u0000~\u0000\u000eq\u0000~\u0000,p\u0000"
282 +"sq\u0000~\u0000\u0000ppq\u0000~\u0000\u0016sq\u0000~\u0000\'ppsq\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:sq\u0000~\u00004t\u0000\u0014Cat"
283 +"egoryModifiedDateq\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'ppsq\u0000~\u0000\u000eq\u0000~\u0000,p\u0000sq\u0000~\u0000\u0000ppsq\u0000~"
284 +"\u0000\u0013ppsr\u0000 com.sun.msv.datatype.xsd.IntType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000+com.s"
285 +"un.msv.datatype.xsd.IntegerDerivedType\u0099\u00f1]\u0090&6k\u00be\u0002\u0000\u0001L\u0000\nbaseFace"
286 +"tst\u0000)Lcom/sun/msv/datatype/xsd/XSDatatypeImpl;xq\u0000~\u0000\u0018q\u0000~\u0000\u001et\u0000\u0003"
287 +"intq\u0000~\u00002sr\u0000*com.sun.msv.datatype.xsd.MaxInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000"
288 +"\u0000\u0001\u0002\u0000\u0000xr\u0000#com.sun.msv.datatype.xsd.RangeFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\nli"
289 +"mitValuet\u0000\u0012Ljava/lang/Object;xr\u00009com.sun.msv.datatype.xsd.Da"
290 +"taTypeWithValueConstraintFacet\"\u00a7Ro\u00ca\u00c7\u008aT\u0002\u0000\u0000xr\u0000*com.sun.msv.dat"
291 +"atype.xsd.DataTypeWithFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0005Z\u0000\fisFacetFixedZ\u0000\u0012need"
292 +"ValueCheckFlagL\u0000\bbaseTypeq\u0000~\u0000ZL\u0000\fconcreteTypet\u0000\'Lcom/sun/msv"
293 +"/datatype/xsd/ConcreteType;L\u0000\tfacetNameq\u0000~\u0000\u001bxq\u0000~\u0000\u001appq\u0000~\u00002\u0000\u0001s"
294 +"r\u0000*com.sun.msv.datatype.xsd.MinInclusiveFacet\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~"
295 +"\u0000^ppq\u0000~\u00002\u0000\u0000sr\u0000!com.sun.msv.datatype.xsd.LongType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000x"
296 +"q\u0000~\u0000Yq\u0000~\u0000\u001et\u0000\u0004longq\u0000~\u00002sq\u0000~\u0000]ppq\u0000~\u00002\u0000\u0001sq\u0000~\u0000dppq\u0000~\u00002\u0000\u0000sr\u0000$com."
297 +"sun.msv.datatype.xsd.IntegerType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000Yq\u0000~\u0000\u001et\u0000\u0007int"
298 +"egerq\u0000~\u00002sr\u0000,com.sun.msv.datatype.xsd.FractionDigitsFacet\u0000\u0000\u0000"
299 +"\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0001I\u0000\u0005scalexr\u0000;com.sun.msv.datatype.xsd.DataTypeWithLex"
300 +"icalConstraintFacetT\u0090\u001c>\u001azb\u00ea\u0002\u0000\u0000xq\u0000~\u0000appq\u0000~\u00002\u0001\u0000sr\u0000#com.sun.msv"
301 +".datatype.xsd.NumberType\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0018q\u0000~\u0000\u001et\u0000\u0007decimalq\u0000~\u0000"
302 +"2q\u0000~\u0000rt\u0000\u000efractionDigits\u0000\u0000\u0000\u0000q\u0000~\u0000lt\u0000\fminInclusivesr\u0000\u000ejava.lang"
303 +".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"
304 +"\u0000\u0000\u0000\u0000\u0000q\u0000~\u0000lt\u0000\fmaxInclusivesq\u0000~\u0000v\u007f\u00ff\u00ff\u00ff\u00ff\u00ff\u00ff\u00ffq\u0000~\u0000gq\u0000~\u0000usr\u0000\u0011java.la"
305 +"ng.Integer\u0012\u00e2\u00a0\u00a4\u00f7\u0081\u00878\u0002\u0000\u0001I\u0000\u0005valuexq\u0000~\u0000w\u0080\u0000\u0000\u0000q\u0000~\u0000gq\u0000~\u0000ysq\u0000~\u0000{\u007f\u00ff\u00ff\u00ffq"
306 +"\u0000~\u0000$sq\u0000~\u0000%q\u0000~\u0000\\q\u0000~\u0000\u001esq\u0000~\u0000\'ppsq\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:sq\u0000~\u0000"
307 +"4t\u0000\rCategoryOrderq\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'ppsq\u0000~\u0000\u000eq\u0000~\u0000,p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000"
308 +"Wsq\u0000~\u0000\'ppsq\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:sq\u0000~\u00004t\u0000\u000eCategoryOptionq"
309 +"\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'ppsq\u0000~\u0000\u000eq\u0000~\u0000,p\u0000sq\u0000~\u0000\u0000ppq\u0000~\u0000Wsq\u0000~\u0000\'ppsq\u0000~\u0000)q\u0000~"
310 +"\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:sq\u0000~\u00004t\u0000\u000eCategoryStatusq\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'pps"
311 +"q\u0000~\u0000\u000eq\u0000~\u0000,p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\'ppsr\u0000 com.sun.msv.grammar"
312 +".OneOrMoreExp\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xr\u0000\u001ccom.sun.msv.grammar.UnaryExp\u0000\u0000\u0000\u0000"
313 +"\u0000\u0000\u0000\u0001\u0002\u0000\u0001L\u0000\u0003expq\u0000~\u0000\u0002xq\u0000~\u0000\u0003q\u0000~\u0000,psq\u0000~\u0000)q\u0000~\u0000,psr\u00002com.sun.msv.gr"
314 +"ammar.Expression$AnyStringExpression\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u0000\u0003q\u0000~\u0000;ps"
315 +"r\u0000 com.sun.msv.grammar.AnyNameClass\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0000\u0000xq\u0000~\u00005q\u0000~\u0000:sq\u0000"
316 +"~\u00004t\u0000&com.mvnforum.jaxb.db.CategoryWatchListt\u0000+http://java.s"
317 +"un.com/jaxb/xjc/dummy-elementssq\u0000~\u0000\'ppsq\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006"
318 +"q\u0000~\u0000:sq\u0000~\u00004t\u0000\u0011CategoryWatchListq\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'ppsq\u0000~\u0000\u000eq\u0000~\u0000,"
319 +"p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\'ppsq\u0000~\u0000\u0096q\u0000~\u0000,psq\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000\u009bq\u0000~\u0000"
320 +"\u009dq\u0000~\u0000:sq\u0000~\u00004t\u0000\u001ecom.mvnforum.jaxb.db.ForumListq\u0000~\u0000\u00a0sq\u0000~\u0000\'ppsq"
321 +"\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:sq\u0000~\u00004t\u0000\tForumListq\u0000~\u0000>q\u0000~\u0000:sq\u0000~\u0000\'p"
322 +"psq\u0000~\u0000\u000eq\u0000~\u0000,p\u0000sq\u0000~\u0000\u0000ppsq\u0000~\u0000\u000epp\u0000sq\u0000~\u0000\'ppsq\u0000~\u0000\u0096q\u0000~\u0000,psq\u0000~\u0000)q\u0000~"
323 +"\u0000,pq\u0000~\u0000\u009bq\u0000~\u0000\u009dq\u0000~\u0000:sq\u0000~\u00004t\u0000%com.mvnforum.jaxb.db.CategoryList"
324 +"Typeq\u0000~\u0000\u00a0sq\u0000~\u0000\'ppsq\u0000~\u0000)q\u0000~\u0000,pq\u0000~\u0000-q\u0000~\u00006q\u0000~\u0000:sq\u0000~\u00004t\u0000\fCategor"
325 +"yListq\u0000~\u0000>q\u0000~\u0000:sr\u0000\"com.sun.msv.grammar.ExpressionPool\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
326 +"\u0001\u0002\u0000\u0001L\u0000\bexpTablet\u0000/Lcom/sun/msv/grammar/ExpressionPool$Closed"
327 +"Hash;xpsr\u0000-com.sun.msv.grammar.ExpressionPool$ClosedHash\u00d7j\u00d0N"
328 +"\u00ef\u00e8\u00ed\u001c\u0003\u0000\u0003I\u0000\u0005countB\u0000\rstreamVersionL\u0000\u0006parentt\u0000$Lcom/sun/msv/gram"
329 +"mar/ExpressionPool;xp\u0000\u0000\u0000,\u0001pq\u0000~\u0000Tq\u0000~\u0000\u0083q\u0000~\u0000\u008aq\u0000~\u0000\u0095q\u0000~\u0000\u00a9q\u0000~\u0000\u00b6q\u0000~"
330 +"\u0000\u0093q\u0000~\u0000\u00a7q\u0000~\u0000\u00b4q\u0000~\u0000\u0012q\u0000~\u0000Aq\u0000~\u0000Hq\u0000~\u0000Oq\u0000~\u0000\u0007q\u0000~\u0000(q\u0000~\u0000Bq\u0000~\u0000Iq\u0000~\u0000Pq\u0000~"
331 +"\u0000\u007fq\u0000~\u0000\nq\u0000~\u0000\u0086q\u0000~\u0000\u008dq\u0000~\u0000\u00a1q\u0000~\u0000\u00aeq\u0000~\u0000\u00bbq\u0000~\u0000\u0005q\u0000~\u0000\u0091q\u0000~\u0000\u00a5q\u0000~\u0000\u00b2q\u0000~\u0000\rq\u0000~"
332 +"\u0000\u0006q\u0000~\u0000?q\u0000~\u0000Fq\u0000~\u0000Mq\u0000~\u0000\fq\u0000~\u0000\u000bq\u0000~\u0000\tq\u0000~\u0000\u0098q\u0000~\u0000\u00aaq\u0000~\u0000Vq\u0000~\u0000\u0085q\u0000~\u0000\u008cq\u0000~"
333 +"\u0000\u00b7q\u0000~\u0000\bx"));
334         }
335         return new com.sun.msv.verifier.regexp.REDocumentDeclaration(schemaFragment);
336     }
337
338     public class Unmarshaller
339         extends com.mvnforum.jaxb.db.impl.runtime.AbstractUnmarshallingEventHandlerImpl
340     {
341
342
343         public Unmarshaller(com.mvnforum.jaxb.db.impl.runtime.UnmarshallingContext context) {
344             super(context, "-------------------------------");
345         }
346
347         protected Unmarshaller(com.mvnforum.jaxb.db.impl.runtime.UnmarshallingContext context, int startState) {
348             this(context);
349             state = startState;
350         }
351
352         public java.lang.Object JavaDoc owner() {
353             return com.mvnforum.jaxb.db.impl.CategoryTypeImpl.this;
354         }
355
356         public void enterElement(java.lang.String JavaDoc ___uri, java.lang.String JavaDoc ___local, java.lang.String JavaDoc ___qname, org.xml.sax.Attributes JavaDoc __atts)
357             throws org.xml.sax.SAXException JavaDoc
358         {
359             int attIdx;
360             outer:
361             while (true) {
362                 switch (state) {
363                     case 27 :
364                         if (("CategoryList" == ___local)&&("" == ___uri)) {
365                             context.pushAttributes(__atts, false);
366                             state = 28;
367                             return ;
368                         }
369                         state = 30;
370                         continue outer;
371                     case 15 :
372                         if (("CategoryOption" == ___local)&&("" == ___uri)) {
373                             context.pushAttributes(__atts, true);
374                             state = 16;
375                             return ;
376                         }
377                         state = 18;
378                         continue outer;
379                     case 30 :
380                         revertToParentFromEnterElement(___uri, ___local, ___qname, __atts);
381                         return ;
382                     case 9 :
383                         if (("CategoryModifiedDate" == ___local)&&("" == ___uri)) {
384                             context.pushAttributes(__atts, true);
385                             state = 10;
386                             return ;
387                         }
388                         state = 12;
389                         continue outer;
390                     case 0 :
391                         if (("CategoryName" == ___local)&&("" == ___uri)) {
392                             context.pushAttributes(__atts, true);
393                             state = 1;
394                             return ;
395                         }
396                         break;
397                     case 28 :
398                         if (("Category" == ___local)&&("" == ___uri)) {
399                             _CategoryList = ((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl) spawnChildFromEnterElement((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl.class), 29, ___uri, ___local, ___qname, __atts));
400                             return ;
401                         }
402                         _CategoryList = ((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl) spawnChildFromEnterElement((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl.class), 29, ___uri, ___local, ___qname, __atts));
403                         return ;
404                     case 21 :
405                         if (("CategoryWatchList" == ___local)&&("" == ___uri)) {
406                             context.pushAttributes(__atts, false);
407                             state = 22;
408                             return ;
409                         }
410                         state = 24;
411                         continue outer;
412                     case 22 :
413                         if (("CategoryWatch" == ___local)&&("" == ___uri)) {
414                             _CategoryWatchList = ((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl) spawnChildFromEnterElement((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl.class), 23, ___uri, ___local, ___qname, __atts));
415                             return ;
416                         }
417                         _CategoryWatchList = ((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl) spawnChildFromEnterElement((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl.class), 23, ___uri, ___local, ___qname, __atts));
418                         return ;
419                     case 12 :
420                         if (("CategoryOrder" == ___local)&&("" == ___uri)) {
421                             context.pushAttributes(__atts, true);
422                             state = 13;
423                             return ;
424                         }
425                         state = 15;
426                         continue outer;
427                     case 6 :
428                         if (("CategoryCreationDate" == ___local)&&("" == ___uri)) {
429                             context.pushAttributes(__atts, true);
430                             state = 7;
431                             return ;
432                         }
433                         state = 9;
434                         continue outer;
435                     case 3 :
436                         if (("CategoryDesc" == ___local)&&("" == ___uri)) {
437                             context.pushAttributes(__atts, true);
438                             state = 4;
439                             return ;
440                         }
441                         state = 6;
442                         continue outer;
443                     case 25 :
444                         if (("Forum" == ___local)&&("" == ___uri)) {
445                             _ForumList = ((com.mvnforum.jaxb.db.impl.ForumListImpl) spawnChildFromEnterElement((com.mvnforum.jaxb.db.impl.ForumListImpl.class), 26, ___uri, ___local, ___qname, __atts));
446                             return ;
447                         }
448                         _ForumList = ((com.mvnforum.jaxb.db.impl.ForumListImpl) spawnChildFromEnterElement((com.mvnforum.jaxb.db.impl.ForumListImpl.class), 26, ___uri, ___local, ___qname, __atts));
449                         return ;
450                     case 18 :
451                         if (("CategoryStatus" == ___local)&&("" == ___uri)) {
452                             context.pushAttributes(__atts, true);
453                             state = 19;
454                             return ;
455                         }
456                         state = 21;
457                         continue outer;
458                     case 24 :
459                         if (("ForumList" == ___local)&&("" == ___uri)) {
460                             context.pushAttributes(__atts, false);
461                             state = 25;
462                             return ;
463                         }
464                         state = 27;
465                         continue outer;
466                 }
467                 super.enterElement(___uri, ___local, ___qname, __atts);
468                 break;
469             }
470         }
471
472         public void leaveElement(java.lang.String JavaDoc ___uri, java.lang.String JavaDoc ___local, java.lang.String JavaDoc ___qname)
473             throws org.xml.sax.SAXException JavaDoc
474         {
475             int attIdx;
476             outer:
477             while (true) {
478                 switch (state) {
479                     case 17 :
480                         if (("CategoryOption" == ___local)&&("" == ___uri)) {
481                             context.popAttributes();
482                             state = 18;
483                             return ;
484                         }
485                         break;
486                     case 27 :
487                         state = 30;
488                         continue outer;
489                     case 15 :
490                         state = 18;
491                         continue outer;
492                     case 30 :
493                         revertToParentFromLeaveElement(___uri, ___local, ___qname);
494                         return ;
495                     case 9 :
496                         state = 12;
497                         continue outer;
498                     case 28 :
499                         _CategoryList = ((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl) spawnChildFromLeaveElement((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl.class), 29, ___uri, ___local, ___qname));
500                         return ;
501                     case 21 :
502                         state = 24;
503                         continue outer;
504                     case 22 :
505                         _CategoryWatchList = ((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl) spawnChildFromLeaveElement((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl.class), 23, ___uri, ___local, ___qname));
506                         return ;
507                     case 12 :
508                         state = 15;
509                         continue outer;
510                     case 11 :
511                         if (("CategoryModifiedDate" == ___local)&&("" == ___uri)) {
512                             context.popAttributes();
513                             state = 12;
514                             return ;
515                         }
516                         break;
517                     case 5 :
518                         if (("CategoryDesc" == ___local)&&("" == ___uri)) {
519                             context.popAttributes();
520                             state = 6;
521                             return ;
522                         }
523                         break;
524                     case 6 :
525                         state = 9;
526                         continue outer;
527                     case 29 :
528                         if (("CategoryList" == ___local)&&("" == ___uri)) {
529                             context.popAttributes();
530                             state = 30;
531                             return ;
532                         }
533                         break;
534                     case 14 :
535                         if (("CategoryOrder" == ___local)&&("" == ___uri)) {
536                             context.popAttributes();
537                             state = 15;
538                             return ;
539                         }
540                         break;
541                     case 3 :
542                         state = 6;
543                         continue outer;
544                     case 23 :
545                         if (("CategoryWatchList" == ___local)&&("" == ___uri)) {
546                             context.popAttributes();
547                             state = 24;
548                             return ;
549                         }
550                         break;
551                     case 20 :
552                         if (("CategoryStatus" == ___local)&&("" == ___uri)) {
553                             context.popAttributes();
554                             state = 21;
555                             return ;
556                         }
557                         break;
558                     case 25 :
559                         _ForumList = ((com.mvnforum.jaxb.db.impl.ForumListImpl) spawnChildFromLeaveElement((com.mvnforum.jaxb.db.impl.ForumListImpl.class), 26, ___uri, ___local, ___qname));
560                         return ;
561                     case 26 :
562                         if (("ForumList" == ___local)&&("" == ___uri)) {
563                             context.popAttributes();
564                             state = 27;
565                             return ;
566                         }
567                         break;
568                     case 2 :
569                         if (("CategoryName" == ___local)&&("" == ___uri)) {
570                             context.popAttributes();
571                             state = 3;
572                             return ;
573                         }
574                         break;
575                     case 18 :
576                         state = 21;
577                         continue outer;
578                     case 8 :
579                         if (("CategoryCreationDate" == ___local)&&("" == ___uri)) {
580                             context.popAttributes();
581                             state = 9;
582                             return ;
583                         }
584                         break;
585                     case 24 :
586                         state = 27;
587                         continue outer;
588                 }
589                 super.leaveElement(___uri, ___local, ___qname);
590                 break;
591             }
592         }
593
594         public void enterAttribute(java.lang.String JavaDoc ___uri, java.lang.String JavaDoc ___local, java.lang.String JavaDoc ___qname)
595             throws org.xml.sax.SAXException JavaDoc
596         {
597             int attIdx;
598             outer:
599             while (true) {
600                 switch (state) {
601                     case 27 :
602                         state = 30;
603                         continue outer;
604                     case 15 :
605                         state = 18;
606                         continue outer;
607                     case 30 :
608                         revertToParentFromEnterAttribute(___uri, ___local, ___qname);
609                         return ;
610                     case 9 :
611                         state = 12;
612                         continue outer;
613                     case 28 :
614                         _CategoryList = ((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl) spawnChildFromEnterAttribute((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl.class), 29, ___uri, ___local, ___qname));
615                         return ;
616                     case 21 :
617                         state = 24;
618                         continue outer;
619                     case 22 :
620                         _CategoryWatchList = ((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl) spawnChildFromEnterAttribute((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl.class), 23, ___uri, ___local, ___qname));
621                         return ;
622                     case 12 :
623                         state = 15;
624                         continue outer;
625                     case 6 :
626                         state = 9;
627                         continue outer;
628                     case 3 :
629                         state = 6;
630                         continue outer;
631                     case 25 :
632                         _ForumList = ((com.mvnforum.jaxb.db.impl.ForumListImpl) spawnChildFromEnterAttribute((com.mvnforum.jaxb.db.impl.ForumListImpl.class), 26, ___uri, ___local, ___qname));
633                         return ;
634                     case 18 :
635                         state = 21;
636                         continue outer;
637                     case 24 :
638                         state = 27;
639                         continue outer;
640                 }
641                 super.enterAttribute(___uri, ___local, ___qname);
642                 break;
643             }
644         }
645
646         public void leaveAttribute(java.lang.String JavaDoc ___uri, java.lang.String JavaDoc ___local, java.lang.String JavaDoc ___qname)
647             throws org.xml.sax.SAXException JavaDoc
648         {
649             int attIdx;
650             outer:
651             while (true) {
652                 switch (state) {
653                     case 27 :
654                         state = 30;
655                         continue outer;
656                     case 15 :
657                         state = 18;
658                         continue outer;
659                     case 30 :
660                         revertToParentFromLeaveAttribute(___uri, ___local, ___qname);
661                         return ;
662                     case 9 :
663                         state = 12;
664                         continue outer;
665                     case 28 :
666                         _CategoryList = ((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl) spawnChildFromLeaveAttribute((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl.class), 29, ___uri, ___local, ___qname));
667                         return ;
668                     case 21 :
669                         state = 24;
670                         continue outer;
671                     case 22 :
672                         _CategoryWatchList = ((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl) spawnChildFromLeaveAttribute((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl.class), 23, ___uri, ___local, ___qname));
673                         return ;
674                     case 12 :
675                         state = 15;
676                         continue outer;
677                     case 6 :
678                         state = 9;
679                         continue outer;
680                     case 3 :
681                         state = 6;
682                         continue outer;
683                     case 25 :
684                         _ForumList = ((com.mvnforum.jaxb.db.impl.ForumListImpl) spawnChildFromLeaveAttribute((com.mvnforum.jaxb.db.impl.ForumListImpl.class), 26, ___uri, ___local, ___qname));
685                         return ;
686                     case 18 :
687                         state = 21;
688                         continue outer;
689                     case 24 :
690                         state = 27;
691                         continue outer;
692                 }
693                 super.leaveAttribute(___uri, ___local, ___qname);
694                 break;
695             }
696         }
697
698         public void handleText(final java.lang.String JavaDoc value)
699             throws org.xml.sax.SAXException JavaDoc
700         {
701             int attIdx;
702             outer:
703             while (true) {
704                 try {
705                     switch (state) {
706                         case 4 :
707                             state = 5;
708                             eatText1(value);
709                             return ;
710                         case 19 :
711                             state = 20;
712                             eatText2(value);
713                             return ;
714                         case 27 :
715                             state = 30;
716                             continue outer;
717                         case 15 :
718                             state = 18;
719                             continue outer;
720                         case 30 :
721                             revertToParentFromText(value);
722                             return ;
723                         case 13 :
724                             state = 14;
725                             eatText3(value);
726                             return ;
727                         case 9 :
728                             state = 12;
729                             continue outer;
730                         case 28 :
731                             _CategoryList = ((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl) spawnChildFromText((com.mvnforum.jaxb.db.impl.CategoryListTypeImpl.class), 29, value));
732                             return ;
733                         case 21 :
734                             state = 24;
735                             continue outer;
736                         case 22 :
737                             _CategoryWatchList = ((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl) spawnChildFromText((com.mvnforum.jaxb.db.impl.CategoryWatchListImpl.class), 23, value));
738                             return ;
739                         case 1 :
740                             state = 2;
741                             eatText4(value);
742                             return ;
743                         case 12 :
744                             state = 15;
745                             continue outer;
746                         case 10 :
747                             state = 11;
748                             eatText5(value);
749                             return ;
750                         case 7 :
751                             state = 8;
752                             eatText6(value);
753                             return ;
754                         case 6 :
755                             state = 9;
756                             continue outer;
757                         case 3 :
758                             state = 6;
759                             continue outer;
760                         case 25 :
761                             _ForumList = ((com.mvnforum.jaxb.db.impl.ForumListImpl) spawnChildFromText((com.mvnforum.jaxb.db.impl.ForumListImpl.class), 26, value));
762                             return ;
763                         case 18 :
764                             state = 21;
765                             continue outer;
766                         case 16 :
767                             state = 17;
768                             eatText7(value);
769                             return ;
770                         case 24 :
771                             state = 27;
772                             continue outer;
773                     }
774                 } catch (java.lang.RuntimeException JavaDoc e) {
775                     handleUnexpectedTextException(value, e);
776                 }
777                 break;
778             }
779         }
780
781         private void eatText1(final java.lang.String JavaDoc value)
782             throws org.xml.sax.SAXException JavaDoc
783         {
784             try {
785                 _CategoryDesc = value;
786             } catch (java.lang.Exception JavaDoc e) {
787                 handleParseConversionException(e);
788             }
789         }
790
791         private void eatText2(final java.lang.String JavaDoc value)
792             throws org.xml.sax.SAXException JavaDoc
793         {
794             try {
795                 _CategoryStatus = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
796                 has_CategoryStatus = true;
797             } catch (java.lang.Exception JavaDoc e) {
798                 handleParseConversionException(e);
799             }
800         }
801
802         private void eatText3(final java.lang.String JavaDoc value)
803             throws org.xml.sax.SAXException JavaDoc
804         {
805             try {
806                 _CategoryOrder = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
807                 has_CategoryOrder = true;
808             } catch (java.lang.Exception JavaDoc e) {
809                 handleParseConversionException(e);
810             }
811         }
812
813         private void eatText4(final java.lang.String JavaDoc value)
814             throws org.xml.sax.SAXException JavaDoc
815         {
816             try {
817                 _CategoryName = value;
818             } catch (java.lang.Exception JavaDoc e) {
819                 handleParseConversionException(e);
820             }
821         }
822
823         private void eatText5(final java.lang.String JavaDoc value)
824             throws org.xml.sax.SAXException JavaDoc
825         {
826             try {
827                 _CategoryModifiedDate = value;
828             } catch (java.lang.Exception JavaDoc e) {
829                 handleParseConversionException(e);
830             }
831         }
832
833         private void eatText6(final java.lang.String JavaDoc value)
834             throws org.xml.sax.SAXException JavaDoc
835         {
836             try {
837                 _CategoryCreationDate = value;
838             } catch (java.lang.Exception JavaDoc e) {
839                 handleParseConversionException(e);
840             }
841         }
842
843         private void eatText7(final java.lang.String JavaDoc value)
844             throws org.xml.sax.SAXException JavaDoc
845         {
846             try {
847                 _CategoryOption = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
848                 has_CategoryOption = true;
849             } catch (java.lang.Exception JavaDoc e) {
850                 handleParseConversionException(e);
851             }
852         }
853
854     }
855
856 }
857
Popular Tags