1 8 9 package net.sf.dozer.util.mapping.vo.jaxb.employee; 10 11 12 26 public class ObjectFactory 27 extends net.sf.dozer.util.mapping.vo.jaxb.employee.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 net.sf.dozer.util.mapping.vo.jaxb.employee.impl.runtime.GrammarInfo grammarInfo = new net.sf.dozer.util.mapping.vo.jaxb.employee.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (net.sf.dozer.util.mapping.vo.jaxb.employee.ObjectFactory.class)); 33 public final static java.lang.Class version = (net.sf.dozer.util.mapping.vo.jaxb.employee.impl.JAXBVersion.class); 34 35 static { 36 defaultImplementations.put((net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClassType.class), "net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeWithInnerClassTypeImpl"); 37 defaultImplementations.put((net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClass.class), "net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeWithInnerClassImpl"); 38 defaultImplementations.put((net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeType.class), "net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeTypeImpl"); 39 defaultImplementations.put((net.sf.dozer.util.mapping.vo.jaxb.employee.Employee.class), "net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeImpl"); 40 defaultImplementations.put((net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClassType.AddressType.class), "net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeWithInnerClassTypeImpl.AddressTypeImpl"); 41 rootTagMap.put(new javax.xml.namespace.QName ("http://jaxb.vo.mapping.util.dozer.sf.net/Employee", "EmployeeWithInnerClass"), (net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClass.class)); 42 rootTagMap.put(new javax.xml.namespace.QName ("http://jaxb.vo.mapping.util.dozer.sf.net/Employee", "Employee"), (net.sf.dozer.util.mapping.vo.jaxb.employee.Employee.class)); 43 } 44 45 49 public ObjectFactory() { 50 super(grammarInfo); 51 } 52 53 63 public java.lang.Object newInstance(java.lang.Class javaContentInterface) 64 throws javax.xml.bind.JAXBException 65 { 66 return super.newInstance(javaContentInterface); 67 } 68 69 82 public java.lang.Object getProperty(java.lang.String name) 83 throws javax.xml.bind.PropertyException 84 { 85 return super.getProperty(name); 86 } 87 88 101 public void setProperty(java.lang.String name, java.lang.Object value) 102 throws javax.xml.bind.PropertyException 103 { 104 super.setProperty(name, value); 105 } 106 107 113 public net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClassType createEmployeeWithInnerClassType() 114 throws javax.xml.bind.JAXBException 115 { 116 return new net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeWithInnerClassTypeImpl(); 117 } 118 119 125 public net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClass createEmployeeWithInnerClass() 126 throws javax.xml.bind.JAXBException 127 { 128 return new net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeWithInnerClassImpl(); 129 } 130 131 137 public net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeType createEmployeeType() 138 throws javax.xml.bind.JAXBException 139 { 140 return new net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeTypeImpl(); 141 } 142 143 149 public net.sf.dozer.util.mapping.vo.jaxb.employee.Employee createEmployee() 150 throws javax.xml.bind.JAXBException 151 { 152 return new net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeImpl(); 153 } 154 155 161 public net.sf.dozer.util.mapping.vo.jaxb.employee.EmployeeWithInnerClassType.AddressType createEmployeeWithInnerClassTypeAddressType() 162 throws javax.xml.bind.JAXBException 163 { 164 return new net.sf.dozer.util.mapping.vo.jaxb.employee.impl.EmployeeWithInnerClassTypeImpl.AddressTypeImpl(); 165 } 166 167 } 168 | Popular Tags |