com.github.nill14.utils.init.schema.ObjectFactory Maven / Gradle / Ivy
package com.github.nill14.utils.init.schema;
import javax.xml.bind.annotation.XmlRegistry;
/**
* 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 {
/**
* 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 Properties }
*
*/
public Properties createProperties() {
return new Properties();
}
/**
* 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 Property }
*
*/
public Property createProperty() {
return new Property();
}
/**
* Create an instance of {@link FactoryProperty }
*
*/
public FactoryProperty createFactoryProperty() {
return new FactoryProperty();
}
/**
* Create an instance of {@link BeanProperty }
*
*/
public BeanProperty createBeanProperty() {
return new BeanProperty();
}
}