1 8 9 package com.sun.japex.testsuite; 10 11 12 26 public class ObjectFactory 27 extends com.sun.japex.testsuite.impl.runtime.DefaultJAXBContextImpl 28 { 29 30 private static java.util.HashMap defaultImplementations = new java.util.HashMap (16, 0.75F); 31 private static java.util.HashMap rootTagMap = new java.util.HashMap (); 32 public final static com.sun.japex.testsuite.impl.runtime.GrammarInfo grammarInfo = new com.sun.japex.testsuite.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (com.sun.japex.testsuite.ObjectFactory.class)); 33 public final static java.lang.Class version = (com.sun.japex.testsuite.impl.JAXBVersion.class); 34 35 static { 36 defaultImplementations.put((com.sun.japex.testsuite.TestSuiteType.TestCaseType.class), "com.sun.japex.testsuite.impl.TestSuiteTypeImpl.TestCaseTypeImpl"); 37 defaultImplementations.put((com.sun.japex.testsuite.TestSuiteType.DriverType.class), "com.sun.japex.testsuite.impl.TestSuiteTypeImpl.DriverTypeImpl"); 38 defaultImplementations.put((com.sun.japex.testsuite.TestSuiteType.class), "com.sun.japex.testsuite.impl.TestSuiteTypeImpl"); 39 defaultImplementations.put((com.sun.japex.testsuite.ParamType.class), "com.sun.japex.testsuite.impl.ParamTypeImpl"); 40 defaultImplementations.put((com.sun.japex.testsuite.TestSuite.class), "com.sun.japex.testsuite.impl.TestSuiteImpl"); 41 rootTagMap.put(new javax.xml.namespace.QName ("http://www.sun.com/japex/testSuite", "testSuite"), (com.sun.japex.testsuite.TestSuite.class)); 42 } 43 44 48 public ObjectFactory() { 49 super(grammarInfo); 50 } 51 52 62 public java.lang.Object newInstance(java.lang.Class javaContentInterface) 63 throws javax.xml.bind.JAXBException 64 { 65 return super.newInstance(javaContentInterface); 66 } 67 68 81 public java.lang.Object getProperty(java.lang.String name) 82 throws javax.xml.bind.PropertyException 83 { 84 return super.getProperty(name); 85 } 86 87 100 public void setProperty(java.lang.String name, java.lang.Object value) 101 throws javax.xml.bind.PropertyException 102 { 103 super.setProperty(name, value); 104 } 105 106 112 public com.sun.japex.testsuite.TestSuiteType.TestCaseType createTestSuiteTypeTestCaseType() 113 throws javax.xml.bind.JAXBException 114 { 115 return new com.sun.japex.testsuite.impl.TestSuiteTypeImpl.TestCaseTypeImpl(); 116 } 117 118 124 public com.sun.japex.testsuite.TestSuiteType.DriverType createTestSuiteTypeDriverType() 125 throws javax.xml.bind.JAXBException 126 { 127 return new com.sun.japex.testsuite.impl.TestSuiteTypeImpl.DriverTypeImpl(); 128 } 129 130 136 public com.sun.japex.testsuite.TestSuiteType createTestSuiteType() 137 throws javax.xml.bind.JAXBException 138 { 139 return new com.sun.japex.testsuite.impl.TestSuiteTypeImpl(); 140 } 141 142 148 public com.sun.japex.testsuite.ParamType createParamType() 149 throws javax.xml.bind.JAXBException 150 { 151 return new com.sun.japex.testsuite.impl.ParamTypeImpl(); 152 } 153 154 160 public com.sun.japex.testsuite.TestSuite createTestSuite() 161 throws javax.xml.bind.JAXBException 162 { 163 return new com.sun.japex.testsuite.impl.TestSuiteImpl(); 164 } 165 166 } 167 | Popular Tags |