Source Code Cross Referenced for ObjectFactory.java in  » J2EE » Jaffa » org » jaffa » patterns » library » object_viewer_meta_1_0 » domain » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » Jaffa » org.jaffa.patterns.library.object_viewer_meta_1_0.domain 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        //
002:        // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0 
003:        // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004:        // Any modifications to this file will be lost upon recompilation of the source schema. 
005:        // Generated on: 2003.04.21 at 09:16:53 PDT 
006:        //
007:
008:        package org.jaffa.patterns.library.object_viewer_meta_1_0.domain;
009:
010:        /**
011:         * This object contains factory methods for each Java content interface and Java element interface generated in the org.jaffa.patterns.library.object_viewer_meta_1_0.domain package. <p>An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups.  Factory methods for each of these are provided in this class.
012:         * 
013:         */
014:        public class ObjectFactory extends
015:                com.sun.xml.bind.DefaultJAXBContextImpl {
016:
017:            private static java.util.HashMap defaultImplementations = new java.util.HashMap();
018:
019:            static {
020:                defaultImplementations
021:                        .put(
022:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.SourceChain.class),
023:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.SourceChainImpl.class));
024:                defaultImplementations
025:                        .put(
026:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectFields.class),
027:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RelatedObjectFieldsImpl.class));
028:                defaultImplementations
029:                        .put(
030:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsFields.class),
031:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.ResultsFieldsImpl.class));
032:                defaultImplementations
033:                        .put(
034:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectField.class),
035:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RelatedObjectFieldImpl.class));
036:                defaultImplementations
037:                        .put(
038:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaField.class),
039:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.CriteriaFieldImpl.class));
040:                defaultImplementations
041:                        .put(
042:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.AppendField.class),
043:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.AppendFieldImpl.class));
044:                defaultImplementations
045:                        .put(
046:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyField.class),
047:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.KeyFieldImpl.class));
048:                defaultImplementations
049:                        .put(
050:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByFields.class),
051:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.OrderByFieldsImpl.class));
052:                defaultImplementations
053:                        .put(
054:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjects.class),
055:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RelatedObjectsImpl.class));
056:                defaultImplementations
057:                        .put(
058:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaFields.class),
059:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.CriteriaFieldsImpl.class));
060:                defaultImplementations
061:                        .put(
062:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByField.class),
063:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.OrderByFieldImpl.class));
064:                defaultImplementations
065:                        .put(
066:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectViewer.class),
067:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RelatedObjectViewerImpl.class));
068:                defaultImplementations
069:                        .put(
070:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Viewer.class),
071:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.ViewerImpl.class));
072:                defaultImplementations
073:                        .put(
074:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyFields.class),
075:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.KeyFieldsImpl.class));
076:                defaultImplementations
077:                        .put(
078:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsField.class),
079:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.ResultsFieldImpl.class));
080:                defaultImplementations
081:                        .put(
082:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObject.class),
083:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RelatedObjectImpl.class));
084:                defaultImplementations
085:                        .put(
086:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinBetween.class),
087:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RelatedObjectJoinBetweenImpl.class));
088:                defaultImplementations
089:                        .put(
090:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RootType.class),
091:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RootTypeImpl.class));
092:                defaultImplementations
093:                        .put(
094:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinFields.class),
095:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.RelatedObjectJoinFieldsImpl.class));
096:                defaultImplementations
097:                        .put(
098:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ObjectViewerMeta.class),
099:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.ObjectViewerMetaImpl.class));
100:                defaultImplementations
101:                        .put(
102:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Source.class),
103:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.SourceImpl.class));
104:                defaultImplementations
105:                        .put(
106:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinFields.class),
107:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.JoinFieldsImpl.class));
108:                defaultImplementations
109:                        .put(
110:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinBetween.class),
111:                                (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.JoinBetweenImpl.class));
112:            }
113:
114:            /**
115:             * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jaffa.patterns.library.object_viewer_meta_1_0.domain
116:             * 
117:             */
118:            public ObjectFactory() {
119:                super (
120:                        new org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ObjectFactory.GrammarInfoImpl());
121:            }
122:
123:            /**
124:             * Create an instance of the specified Java content interface.
125:             * 
126:             * @param javaContentInterface the Class object of the javacontent interface to instantiate
127:             * @return a new instance
128:             * @throws JAXBException if an error occurs
129:             */
130:            public java.lang.Object newInstance(
131:                    java.lang.Class javaContentInterface)
132:                    throws javax.xml.bind.JAXBException {
133:                return super .newInstance(javaContentInterface);
134:            }
135:
136:            /**
137:             * Get the specified property. This method can only be
138:             * used to get provider specific properties.
139:             * Attempting to get an undefined property will result
140:             * in a PropertyException being thrown.
141:             * 
142:             * @param name the name of the property to retrieve
143:             * @return the value of the requested property
144:             * @throws PropertyException when there is an error retrieving the given property or value
145:             */
146:            public java.lang.Object getProperty(java.lang.String name)
147:                    throws javax.xml.bind.PropertyException {
148:                return super .getProperty(name);
149:            }
150:
151:            /**
152:             * Set the specified property. This method can only be
153:             * used to set provider specific properties.
154:             * Attempting to set an undefined property will result
155:             * in a PropertyException being thrown.
156:             * 
157:             * @param name the name of the property to retrieve
158:             * @param value the value of the property to be set
159:             * @throws PropertyException when there is an error processing the given property or value
160:             */
161:            public void setProperty(java.lang.String name,
162:                    java.lang.Object value)
163:                    throws javax.xml.bind.PropertyException {
164:                super .setProperty(name, value);
165:            }
166:
167:            /**
168:             * Create an instance of SourceChain
169:             * 
170:             * @throws JAXBException if an error occurs
171:             */
172:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.SourceChain createSourceChain()
173:                    throws javax.xml.bind.JAXBException {
174:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.SourceChain) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.SourceChain.class)));
175:            }
176:
177:            /**
178:             * Create an instance of RelatedObjectFields
179:             * 
180:             * @throws JAXBException if an error occurs
181:             */
182:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectFields createRelatedObjectFields()
183:                    throws javax.xml.bind.JAXBException {
184:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectFields) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectFields.class)));
185:            }
186:
187:            /**
188:             * Create an instance of ResultsFields
189:             * 
190:             * @throws JAXBException if an error occurs
191:             */
192:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsFields createResultsFields()
193:                    throws javax.xml.bind.JAXBException {
194:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsFields) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsFields.class)));
195:            }
196:
197:            /**
198:             * Create an instance of RelatedObjectField
199:             * 
200:             * @throws JAXBException if an error occurs
201:             */
202:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectField createRelatedObjectField()
203:                    throws javax.xml.bind.JAXBException {
204:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectField) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectField.class)));
205:            }
206:
207:            /**
208:             * Create an instance of CriteriaField
209:             * 
210:             * @throws JAXBException if an error occurs
211:             */
212:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaField createCriteriaField()
213:                    throws javax.xml.bind.JAXBException {
214:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaField) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaField.class)));
215:            }
216:
217:            /**
218:             * Create an instance of AppendField
219:             * 
220:             * @throws JAXBException if an error occurs
221:             */
222:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.AppendField createAppendField()
223:                    throws javax.xml.bind.JAXBException {
224:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.AppendField) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.AppendField.class)));
225:            }
226:
227:            /**
228:             * Create an instance of KeyField
229:             * 
230:             * @throws JAXBException if an error occurs
231:             */
232:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyField createKeyField()
233:                    throws javax.xml.bind.JAXBException {
234:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyField) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyField.class)));
235:            }
236:
237:            /**
238:             * Create an instance of OrderByFields
239:             * 
240:             * @throws JAXBException if an error occurs
241:             */
242:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByFields createOrderByFields()
243:                    throws javax.xml.bind.JAXBException {
244:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByFields) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByFields.class)));
245:            }
246:
247:            /**
248:             * Create an instance of RelatedObjects
249:             * 
250:             * @throws JAXBException if an error occurs
251:             */
252:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjects createRelatedObjects()
253:                    throws javax.xml.bind.JAXBException {
254:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjects) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjects.class)));
255:            }
256:
257:            /**
258:             * Create an instance of CriteriaFields
259:             * 
260:             * @throws JAXBException if an error occurs
261:             */
262:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaFields createCriteriaFields()
263:                    throws javax.xml.bind.JAXBException {
264:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaFields) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.CriteriaFields.class)));
265:            }
266:
267:            /**
268:             * Create an instance of OrderByField
269:             * 
270:             * @throws JAXBException if an error occurs
271:             */
272:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByField createOrderByField()
273:                    throws javax.xml.bind.JAXBException {
274:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByField) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.OrderByField.class)));
275:            }
276:
277:            /**
278:             * Create an instance of RelatedObjectViewer
279:             * 
280:             * @throws JAXBException if an error occurs
281:             */
282:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectViewer createRelatedObjectViewer()
283:                    throws javax.xml.bind.JAXBException {
284:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectViewer) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectViewer.class)));
285:            }
286:
287:            /**
288:             * Create an instance of Viewer
289:             * 
290:             * @throws JAXBException if an error occurs
291:             */
292:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Viewer createViewer()
293:                    throws javax.xml.bind.JAXBException {
294:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Viewer) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Viewer.class)));
295:            }
296:
297:            /**
298:             * Create an instance of KeyFields
299:             * 
300:             * @throws JAXBException if an error occurs
301:             */
302:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyFields createKeyFields()
303:                    throws javax.xml.bind.JAXBException {
304:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyFields) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.KeyFields.class)));
305:            }
306:
307:            /**
308:             * Create an instance of ResultsField
309:             * 
310:             * @throws JAXBException if an error occurs
311:             */
312:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsField createResultsField()
313:                    throws javax.xml.bind.JAXBException {
314:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsField) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ResultsField.class)));
315:            }
316:
317:            /**
318:             * Create an instance of RelatedObject
319:             * 
320:             * @throws JAXBException if an error occurs
321:             */
322:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObject createRelatedObject()
323:                    throws javax.xml.bind.JAXBException {
324:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObject) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObject.class)));
325:            }
326:
327:            /**
328:             * Create an instance of RelatedObjectJoinBetween
329:             * 
330:             * @throws JAXBException if an error occurs
331:             */
332:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinBetween createRelatedObjectJoinBetween()
333:                    throws javax.xml.bind.JAXBException {
334:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinBetween) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinBetween.class)));
335:            }
336:
337:            /**
338:             * Create an instance of RootType
339:             * 
340:             * @throws JAXBException if an error occurs
341:             */
342:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RootType createRootType()
343:                    throws javax.xml.bind.JAXBException {
344:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RootType) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RootType.class)));
345:            }
346:
347:            /**
348:             * Create an instance of RelatedObjectJoinFields
349:             * 
350:             * @throws JAXBException if an error occurs
351:             */
352:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinFields createRelatedObjectJoinFields()
353:                    throws javax.xml.bind.JAXBException {
354:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinFields) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.RelatedObjectJoinFields.class)));
355:            }
356:
357:            /**
358:             * Create an instance of ObjectViewerMeta
359:             * 
360:             * @throws JAXBException if an error occurs
361:             */
362:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ObjectViewerMeta createObjectViewerMeta()
363:                    throws javax.xml.bind.JAXBException {
364:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ObjectViewerMeta) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.ObjectViewerMeta.class)));
365:            }
366:
367:            /**
368:             * Create an instance of Source
369:             * 
370:             * @throws JAXBException if an error occurs
371:             */
372:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Source createSource()
373:                    throws javax.xml.bind.JAXBException {
374:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Source) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.Source.class)));
375:            }
376:
377:            /**
378:             * Create an instance of JoinFields
379:             * 
380:             * @throws JAXBException if an error occurs
381:             */
382:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinFields createJoinFields()
383:                    throws javax.xml.bind.JAXBException {
384:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinFields) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinFields.class)));
385:            }
386:
387:            /**
388:             * Create an instance of JoinBetween
389:             * 
390:             * @throws JAXBException if an error occurs
391:             */
392:            public org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinBetween createJoinBetween()
393:                    throws javax.xml.bind.JAXBException {
394:                return ((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinBetween) newInstance((org.jaffa.patterns.library.object_viewer_meta_1_0.domain.JoinBetween.class)));
395:            }
396:
397:            private static class GrammarInfoImpl extends
398:                    com.sun.xml.bind.GrammarInfo {
399:
400:                public java.lang.Class getDefaultImplementation(
401:                        java.lang.Class javaContentInterface) {
402:                    return ((java.lang.Class) defaultImplementations
403:                            .get(javaContentInterface));
404:                }
405:
406:                public java.lang.Class getRootElement(java.lang.String uri,
407:                        java.lang.String local) {
408:                    if (("" == uri) && ("Root" == local)) {
409:                        return (org.jaffa.patterns.library.object_viewer_meta_1_0.domain.impl.ObjectViewerMetaImpl.class);
410:                    }
411:                    return null;
412:                }
413:
414:                public java.lang.String[] getProbePoints() {
415:                    return new java.lang.String[] { "", "Root" };
416:                }
417:
418:            }
419:
420:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.