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

com.vectorprint.configuration.generated.jaxb.ObjectFactory Maven / Gradle / Ivy

Go to download

This project is about configuration of applications and about parameterization of Objects. This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization, cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format. The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to built in syntax, you can provide your own. At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks unused keys. You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop your own features for settings.

There is a newer version: 12.2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2018.09.29 at 08:30:15 AM CEST 
//


package com.vectorprint.configuration.generated.jaxb;

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.vectorprint.configuration.generated.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 { private final static QName _Settings_QNAME = new QName("http://www.vectorprint.nl/config/settings/1.6", "settings"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.vectorprint.configuration.generated.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link Settingstype } * */ public Settingstype createSettingstype() { return new Settingstype(); } /** * Create an instance of {@link Featuretype } * */ public Featuretype createFeaturetype() { return new Featuretype(); } /** * Create an instance of {@link Preprocessortype } * */ public Preprocessortype createPreprocessortype() { return new Preprocessortype(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Settingstype }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link Settingstype }{@code >} */ @XmlElementDecl(namespace = "http://www.vectorprint.nl/config/settings/1.6", name = "settings") public JAXBElement createSettings(Settingstype value) { return new JAXBElement(_Settings_QNAME, Settingstype.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy