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

org.appng.appngizer.model.xml.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.24.5
Show newest version
//
// 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.07.28 at 12:11:00 PM CEST 
//


package org.appng.appngizer.model.xml;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.appng.appngizer.model.xml 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.appng.appngizer.model.xml * */ public ObjectFactory() { } /** * Create an instance of {@link Databases } * */ public Databases createDatabases() { return new Databases(); } /** * Create an instance of {@link Links } * */ public Links createLinks() { return new Links(); } /** * Create an instance of {@link Database } * */ public Database createDatabase() { return new Database(); } /** * Create an instance of {@link Versions } * */ public Versions createVersions() { return new Versions(); } /** * Create an instance of {@link Role } * */ public Role createRole() { return new Role(); } /** * Create an instance of {@link Permissions } * */ public Permissions createPermissions() { return new Permissions(); } /** * Create an instance of {@link Permission } * */ public Permission createPermission() { return new Permission(); } /** * Create an instance of {@link Package } * */ public Package createPackage() { return new Package(); } /** * Create an instance of {@link Subject } * */ public Subject createSubject() { return new Subject(); } /** * Create an instance of {@link Groups } * */ public Groups createGroups() { return new Groups(); } /** * Create an instance of {@link Group } * */ public Group createGroup() { return new Group(); } /** * Create an instance of {@link Roles } * */ public Roles createRoles() { return new Roles(); } /** * Create an instance of {@link Subjects } * */ public Subjects createSubjects() { return new Subjects(); } /** * Create an instance of {@link Sites } * */ public Sites createSites() { return new Sites(); } /** * Create an instance of {@link Site } * */ public Site createSite() { return new Site(); } /** * Create an instance of {@link Repository } * */ public Repository createRepository() { return new Repository(); } /** * Create an instance of {@link Packages } * */ public Packages createPackages() { return new Packages(); } /** * Create an instance of {@link Platform } * */ public Platform createPlatform() { return new Platform(); } /** * Create an instance of {@link Home } * */ public Home createHome() { return new Home(); } /** * Create an instance of {@link Application } * */ public Application createApplication() { return new Application(); } /** * Create an instance of {@link Repositories } * */ public Repositories createRepositories() { return new Repositories(); } /** * Create an instance of {@link Property } * */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link Properties } * */ public Properties createProperties() { return new Properties(); } /** * Create an instance of {@link Applications } * */ public Applications createApplications() { return new Applications(); } /** * Create an instance of {@link SchemaVersion } * */ public SchemaVersion createSchemaVersion() { return new SchemaVersion(); } /** * Create an instance of {@link Link } * */ public Link createLink() { return new Link(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy