1 // 2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-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: 2009.07.17 at 01:03:24 AM CST 6 // 7 8 9 package org.apache.geronimo.xml.ns.deployment.javabean_1; 10 11 import javax.xml.bind.JAXBElement; 12 import javax.xml.bind.annotation.XmlElementDecl; 13 import javax.xml.bind.annotation.XmlRegistry; 14 import javax.xml.namespace.QName; 15 16 17 /** 18 * This object contains factory methods for each 19 * Java content interface and Java element interface 20 * generated in the org.apache.geronimo.xml.ns.deployment.javabean_1 package. 21 * <p>An ObjectFactory allows you to programatically 22 * construct new instances of the Java representation 23 * for XML content. The Java representation of XML 24 * content can consist of schema derived interfaces 25 * and classes representing the binding of schema 26 * type definitions, element declarations and model 27 * groups. Factory methods for each of these are 28 * provided in this class. 29 * 30 */ 31 @XmlRegistry 32 public class ObjectFactory { 33 34 private final static QName _Javabean_QNAME = new QName("http://geronimo.apache.org/xml/ns/deployment/javabean-1.0", "javabean"); 35 36 /** 37 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.geronimo.xml.ns.deployment.javabean_1 38 * 39 */ 40 public ObjectFactory() { 41 } 42 43 /** 44 * Create an instance of {@link JavabeanType } 45 * 46 */ 47 public JavabeanType createJavabeanType() { 48 return new JavabeanType(); 49 } 50 51 /** 52 * Create an instance of {@link BeanPropertyType } 53 * 54 */ 55 public BeanPropertyType createBeanPropertyType() { 56 return new BeanPropertyType(); 57 } 58 59 /** 60 * Create an instance of {@link PropertyType } 61 * 62 */ 63 public PropertyType createPropertyType() { 64 return new PropertyType(); 65 } 66 67 /** 68 * Create an instance of {@link JAXBElement }{@code <}{@link JavabeanType }{@code >}} 69 * 70 */ 71 @XmlElementDecl(namespace = "http://geronimo.apache.org/xml/ns/deployment/javabean-1.0", name = "javabean") 72 public JAXBElement<JavabeanType> createJavabean(JavabeanType value) { 73 return new JAXBElement<JavabeanType>(_Javabean_QNAME, JavabeanType.class, null, value); 74 } 75 76 }