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

org.jomc.modlet.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2013.01.04 at 08:47:18 AM MEZ 
//


package org.jomc.modlet;

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.jomc.modlet 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 _Service_QNAME = new QName("http://jomc.org/modlet", "service"); private final static QName _Schema_QNAME = new QName("http://jomc.org/modlet", "schema"); private final static QName _Model_QNAME = new QName("http://jomc.org/modlet", "model"); private final static QName _Schemas_QNAME = new QName("http://jomc.org/modlet", "schemas"); private final static QName _Services_QNAME = new QName("http://jomc.org/modlet", "services"); private final static QName _Modlets_QNAME = new QName("http://jomc.org/modlet", "modlets"); private final static QName _Modlet_QNAME = new QName("http://jomc.org/modlet", "modlet"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.modlet * */ public ObjectFactory() { } /** * Create an instance of {@link Schemas } * */ public Schemas createSchemas() { return new Schemas(); } /** * Create an instance of {@link Property } * */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link Service } * */ public Service createService() { return new Service(); } /** * Create an instance of {@link Model } * */ public Model createModel() { return new Model(); } /** * Create an instance of {@link Modlet } * */ public Modlet createModlet() { return new Modlet(); } /** * Create an instance of {@link Modlets } * */ public Modlets createModlets() { return new Modlets(); } /** * Create an instance of {@link Schema } * */ public Schema createSchema() { return new Schema(); } /** * Create an instance of {@link ModletObject } * */ public ModletObject createModletObject() { return new ModletObject(); } /** * Create an instance of {@link Services } * */ public Services createServices() { return new Services(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Service }{@code >}} * */ @XmlElementDecl(namespace = "http://jomc.org/modlet", name = "service") public JAXBElement createService(Service value) { return new JAXBElement(_Service_QNAME, Service.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Schema }{@code >}} * */ @XmlElementDecl(namespace = "http://jomc.org/modlet", name = "schema") public JAXBElement createSchema(Schema value) { return new JAXBElement(_Schema_QNAME, Schema.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Model }{@code >}} * */ @XmlElementDecl(namespace = "http://jomc.org/modlet", name = "model") public JAXBElement createModel(Model value) { return new JAXBElement(_Model_QNAME, Model.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Schemas }{@code >}} * */ @XmlElementDecl(namespace = "http://jomc.org/modlet", name = "schemas") public JAXBElement createSchemas(Schemas value) { return new JAXBElement(_Schemas_QNAME, Schemas.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Services }{@code >}} * */ @XmlElementDecl(namespace = "http://jomc.org/modlet", name = "services") public JAXBElement createServices(Services value) { return new JAXBElement(_Services_QNAME, Services.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Modlets }{@code >}} * */ @XmlElementDecl(namespace = "http://jomc.org/modlet", name = "modlets") public JAXBElement createModlets(Modlets value) { return new JAXBElement(_Modlets_QNAME, Modlets.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Modlet }{@code >}} * */ @XmlElementDecl(namespace = "http://jomc.org/modlet", name = "modlet") public JAXBElement createModlet(Modlet value) { return new JAXBElement(_Modlet_QNAME, Modlet.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy