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

org.vesalainen.util.jaxb.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: 2017.01.19 at 02:02:37 PM GMT-04:00 
//


package org.vesalainen.util.jaxb;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.vesalainen.util.jaxb 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: org.vesalainen.util.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link JavaLoggingConfig } * */ public JavaLoggingConfig createJavaLoggingConfig() { return new JavaLoggingConfig(); } /** * Create an instance of {@link MemoryHandlerType } * */ public MemoryHandlerType createMemoryHandlerType() { return new MemoryHandlerType(); } /** * Create an instance of {@link JavaLoggingConfig.Properties } * */ public JavaLoggingConfig.Properties createJavaLoggingConfigProperties() { return new JavaLoggingConfig.Properties(); } /** * Create an instance of {@link LoggerType } * */ public LoggerType createLoggerType() { return new LoggerType(); } /** * Create an instance of {@link FileHandlerType } * */ public FileHandlerType createFileHandlerType() { return new FileHandlerType(); } /** * Create an instance of {@link HandlerType } * */ public HandlerType createHandlerType() { return new HandlerType(); } /** * Create an instance of {@link SocketHandlerType } * */ public SocketHandlerType createSocketHandlerType() { return new SocketHandlerType(); } /** * Create an instance of {@link ConsoleHandlerType } * */ public ConsoleHandlerType createConsoleHandlerType() { return new ConsoleHandlerType(); } /** * Create an instance of {@link MemoryHandlerType.Target } * */ public MemoryHandlerType.Target createMemoryHandlerTypeTarget() { return new MemoryHandlerType.Target(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy