All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.schema.beans.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-146 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2010.05.05 at 02:27:11 PM BST 
//


package org.springframework.schema.beans;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.springframework.schema.beans package. 
 * 

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. * */ @XmlRegistry public class ObjectFactory { private final static QName _Props_QNAME = new QName("http://www.springframework.org/schema/beans", "props"); private final static QName _Meta_QNAME = new QName("http://www.springframework.org/schema/beans", "meta"); private final static QName _Map_QNAME = new QName("http://www.springframework.org/schema/beans", "map"); private final static QName _Entry_QNAME = new QName("http://www.springframework.org/schema/beans", "entry"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.springframework.schema.beans * */ public ObjectFactory() { } /** * Create an instance of {@link Key } * */ public Key createKey() { return new Key(); } /** * Create an instance of {@link LookupMethod } * */ public LookupMethod createLookupMethod() { return new LookupMethod(); } /** * Create an instance of {@link Value } * */ public Value createValue() { return new Value(); } /** * Create an instance of {@link ListOrSetType } * */ public ListOrSetType createListOrSetType() { return new ListOrSetType(); } /** * Create an instance of {@link Import } * */ public Import createImport() { return new Import(); } /** * Create an instance of {@link MapType } * */ public MapType createMapType() { return new MapType(); } /** * Create an instance of {@link PropertyType } * */ public PropertyType createPropertyType() { return new PropertyType(); } /** * Create an instance of {@link ReplacedMethod } * */ public ReplacedMethod createReplacedMethod() { return new ReplacedMethod(); } /** * Create an instance of {@link TypedCollectionType } * */ public TypedCollectionType createTypedCollectionType() { return new TypedCollectionType(); } /** * Create an instance of {@link ArgType } * */ public ArgType createArgType() { return new ArgType(); } /** * Create an instance of {@link BaseCollectionType } * */ public BaseCollectionType createBaseCollectionType() { return new BaseCollectionType(); } /** * Create an instance of {@link Null } * */ public Null createNull() { return new Null(); } /** * Create an instance of {@link ConstructorArg } * */ public ConstructorArg createConstructorArg() { return new ConstructorArg(); } /** * Create an instance of {@link Prop } * */ public Prop createProp() { return new Prop(); } /** * Create an instance of {@link EntryType } * */ public EntryType createEntryType() { return new EntryType(); } /** * Create an instance of {@link Beans } * */ public Beans createBeans() { return new Beans(); } /** * Create an instance of {@link Ref } * */ public Ref createRef() { return new Ref(); } /** * Create an instance of {@link PropsType } * */ public PropsType createPropsType() { return new PropsType(); } /** * Create an instance of {@link Idref } * */ public Idref createIdref() { return new Idref(); } /** * Create an instance of {@link MetaType } * */ public MetaType createMetaType() { return new MetaType(); } /** * Create an instance of {@link Bean } * */ public Bean createBean() { return new Bean(); } /** * Create an instance of {@link Alias } * */ public Alias createAlias() { return new Alias(); } /** * Create an instance of {@link Description } * */ public Description createDescription() { return new Description(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PropsType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.springframework.org/schema/beans", name = "props") public JAXBElement createProps(PropsType value) { return new JAXBElement(_Props_QNAME, PropsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link MetaType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.springframework.org/schema/beans", name = "meta") public JAXBElement createMeta(MetaType value) { return new JAXBElement(_Meta_QNAME, MetaType.class, null, value); } /** * Create an instance of {@link Property }} * */ @XmlElementDecl(namespace = "http://www.springframework.org/schema/beans", name = "property") public Property createProperty(PropertyType value) { return new Property(value); } /** * Create an instance of {@link List }} * */ @XmlElementDecl(namespace = "http://www.springframework.org/schema/beans", name = "list") public List createList(ListOrSetType value) { return new List(value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link MapType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.springframework.org/schema/beans", name = "map") public JAXBElement createMap(MapType value) { return new JAXBElement(_Map_QNAME, MapType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EntryType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.springframework.org/schema/beans", name = "entry") public JAXBElement createEntry(EntryType value) { return new JAXBElement(_Entry_QNAME, EntryType.class, null, value); } /** * Create an instance of {@link Set }} * */ @XmlElementDecl(namespace = "http://www.springframework.org/schema/beans", name = "set") public Set createSet(ListOrSetType value) { return new Set(value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy