
com.github.nill14.utils.init.schema.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.01.18 at 10:47:38 PM CET
//
package com.github.nill14.utils.init.schema;
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 com.github.nill14.utils.init.schema 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 _ServiceRegistry_QNAME = new QName("http://www.github.com/nill14/utils/init/serviceRegistry", "serviceRegistry");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.github.nill14.utils.init.schema
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link ServiceRegistry }
*
*/
public ServiceRegistry createServiceRegistry() {
return new ServiceRegistry();
}
/**
* Create an instance of {@link Services }
*
*/
public Services createServices() {
return new Services();
}
/**
* Create an instance of {@link Service }
*
*/
public Service createService() {
return new Service();
}
/**
* Create an instance of {@link StringProperty }
*
*/
public StringProperty createStringProperty() {
return new StringProperty();
}
/**
* Create an instance of {@link Providers }
*
*/
public Providers createProviders() {
return new Providers();
}
/**
* Create an instance of {@link Properties }
*
*/
public Properties createProperties() {
return new Properties();
}
/**
* Create an instance of {@link Property }
*
*/
public Property createProperty() {
return new Property();
}
/**
* Create an instance of {@link FactoryProperty }
*
*/
public FactoryProperty createFactoryProperty() {
return new FactoryProperty();
}
/**
* Create an instance of {@link Provider }
*
*/
public Provider createProvider() {
return new Provider();
}
/**
* Create an instance of {@link BeanProperty }
*
*/
public BeanProperty createBeanProperty() {
return new BeanProperty();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ServiceRegistry }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.github.com/nill14/utils/init/serviceRegistry", name = "serviceRegistry")
public JAXBElement createServiceRegistry(ServiceRegistry value) {
return new JAXBElement(_ServiceRegistry_QNAME, ServiceRegistry.class, null, value);
}
}