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

org.voltdb.compiler.deploymentfile.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 10.1.1
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2020.08.12 at 09:29:56 AM EDT 
//


package org.voltdb.compiler.deploymentfile;

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.voltdb.compiler.deploymentfile 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 _Deployment_QNAME = new QName("", "deployment"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.voltdb.compiler.deploymentfile * */ public ObjectFactory() { } /** * Create an instance of {@link SystemSettingsType } * */ public SystemSettingsType createSystemSettingsType() { return new SystemSettingsType(); } /** * Create an instance of {@link TaskSettingsType } * */ public TaskSettingsType createTaskSettingsType() { return new TaskSettingsType(); } /** * Create an instance of {@link FlushIntervalType } * */ public FlushIntervalType createFlushIntervalType() { return new FlushIntervalType(); } /** * Create an instance of {@link HttpdType } * */ public HttpdType createHttpdType() { return new HttpdType(); } /** * Create an instance of {@link PathsType } * */ public PathsType createPathsType() { return new PathsType(); } /** * Create an instance of {@link CommandLogType } * */ public CommandLogType createCommandLogType() { return new CommandLogType(); } /** * Create an instance of {@link UsersType } * */ public UsersType createUsersType() { return new UsersType(); } /** * Create an instance of {@link ThreadPoolsType } * */ public ThreadPoolsType createThreadPoolsType() { return new ThreadPoolsType(); } /** * Create an instance of {@link ResourceMonitorType } * */ public ResourceMonitorType createResourceMonitorType() { return new ResourceMonitorType(); } /** * Create an instance of {@link DiskLimitType } * */ public DiskLimitType createDiskLimitType() { return new DiskLimitType(); } /** * Create an instance of {@link DeploymentType } * */ public DeploymentType createDeploymentType() { return new DeploymentType(); } /** * Create an instance of {@link FeaturesType } * */ public FeaturesType createFeaturesType() { return new FeaturesType(); } /** * Create an instance of {@link PropertyType } * */ public PropertyType createPropertyType() { return new PropertyType(); } /** * Create an instance of {@link ConnectionType } * */ public ConnectionType createConnectionType() { return new ConnectionType(); } /** * Create an instance of {@link HeartbeatType } * */ public HeartbeatType createHeartbeatType() { return new HeartbeatType(); } /** * Create an instance of {@link ClusterType } * */ public ClusterType createClusterType() { return new ClusterType(); } /** * Create an instance of {@link SslType } * */ public SslType createSslType() { return new SslType(); } /** * Create an instance of {@link TopicsType } * */ public TopicsType createTopicsType() { return new TopicsType(); } /** * Create an instance of {@link TopicProfilesType } * */ public TopicProfilesType createTopicProfilesType() { return new TopicProfilesType(); } /** * Create an instance of {@link AvroType } * */ public AvroType createAvroType() { return new AvroType(); } /** * Create an instance of {@link ExportConfigurationType } * */ public ExportConfigurationType createExportConfigurationType() { return new ExportConfigurationType(); } /** * Create an instance of {@link SecurityType } * */ public SecurityType createSecurityType() { return new SecurityType(); } /** * Create an instance of {@link PathEntry } * */ public PathEntry createPathEntry() { return new PathEntry(); } /** * Create an instance of {@link TaskThreadPoolType } * */ public TaskThreadPoolType createTaskThreadPoolType() { return new TaskThreadPoolType(); } /** * Create an instance of {@link PartitionDetectionType } * */ public PartitionDetectionType createPartitionDetectionType() { return new PartitionDetectionType(); } /** * Create an instance of {@link PropertiesType } * */ public PropertiesType createPropertiesType() { return new PropertiesType(); } /** * Create an instance of {@link ImportType } * */ public ImportType createImportType() { return new ImportType(); } /** * Create an instance of {@link FeatureType } * */ public FeatureType createFeatureType() { return new FeatureType(); } /** * Create an instance of {@link TopicProfileType } * */ public TopicProfileType createTopicProfileType() { return new TopicProfileType(); } /** * Create an instance of {@link KeyOrTrustStoreType } * */ public KeyOrTrustStoreType createKeyOrTrustStoreType() { return new KeyOrTrustStoreType(); } /** * Create an instance of {@link SnapshotType } * */ public SnapshotType createSnapshotType() { return new SnapshotType(); } /** * Create an instance of {@link TopicRetentionType } * */ public TopicRetentionType createTopicRetentionType() { return new TopicRetentionType(); } /** * Create an instance of {@link ExportType } * */ public ExportType createExportType() { return new ExportType(); } /** * Create an instance of {@link DrType } * */ public DrType createDrType() { return new DrType(); } /** * Create an instance of {@link ImportConfigurationType } * */ public ImportConfigurationType createImportConfigurationType() { return new ImportConfigurationType(); } /** * Create an instance of {@link SnmpType } * */ public SnmpType createSnmpType() { return new SnmpType(); } /** * Create an instance of {@link SystemSettingsType.Temptables } * */ public SystemSettingsType.Temptables createSystemSettingsTypeTemptables() { return new SystemSettingsType.Temptables(); } /** * Create an instance of {@link SystemSettingsType.Snapshot } * */ public SystemSettingsType.Snapshot createSystemSettingsTypeSnapshot() { return new SystemSettingsType.Snapshot(); } /** * Create an instance of {@link SystemSettingsType.Elastic } * */ public SystemSettingsType.Elastic createSystemSettingsTypeElastic() { return new SystemSettingsType.Elastic(); } /** * Create an instance of {@link SystemSettingsType.Query } * */ public SystemSettingsType.Query createSystemSettingsTypeQuery() { return new SystemSettingsType.Query(); } /** * Create an instance of {@link SystemSettingsType.Procedure } * */ public SystemSettingsType.Procedure createSystemSettingsTypeProcedure() { return new SystemSettingsType.Procedure(); } /** * Create an instance of {@link TaskSettingsType.Threadpools } * */ public TaskSettingsType.Threadpools createTaskSettingsTypeThreadpools() { return new TaskSettingsType.Threadpools(); } /** * Create an instance of {@link FlushIntervalType.Dr } * */ public FlushIntervalType.Dr createFlushIntervalTypeDr() { return new FlushIntervalType.Dr(); } /** * Create an instance of {@link FlushIntervalType.Export } * */ public FlushIntervalType.Export createFlushIntervalTypeExport() { return new FlushIntervalType.Export(); } /** * Create an instance of {@link HttpdType.Jsonapi } * */ public HttpdType.Jsonapi createHttpdTypeJsonapi() { return new HttpdType.Jsonapi(); } /** * Create an instance of {@link PathsType.Voltdbroot } * */ public PathsType.Voltdbroot createPathsTypeVoltdbroot() { return new PathsType.Voltdbroot(); } /** * Create an instance of {@link PathsType.Snapshots } * */ public PathsType.Snapshots createPathsTypeSnapshots() { return new PathsType.Snapshots(); } /** * Create an instance of {@link PathsType.Exportoverflow } * */ public PathsType.Exportoverflow createPathsTypeExportoverflow() { return new PathsType.Exportoverflow(); } /** * Create an instance of {@link PathsType.Droverflow } * */ public PathsType.Droverflow createPathsTypeDroverflow() { return new PathsType.Droverflow(); } /** * Create an instance of {@link PathsType.Commandlog } * */ public PathsType.Commandlog createPathsTypeCommandlog() { return new PathsType.Commandlog(); } /** * Create an instance of {@link PathsType.Commandlogsnapshot } * */ public PathsType.Commandlogsnapshot createPathsTypeCommandlogsnapshot() { return new PathsType.Commandlogsnapshot(); } /** * Create an instance of {@link PathsType.Largequeryswap } * */ public PathsType.Largequeryswap createPathsTypeLargequeryswap() { return new PathsType.Largequeryswap(); } /** * Create an instance of {@link PathsType.Exportcursor } * */ public PathsType.Exportcursor createPathsTypeExportcursor() { return new PathsType.Exportcursor(); } /** * Create an instance of {@link CommandLogType.Frequency } * */ public CommandLogType.Frequency createCommandLogTypeFrequency() { return new CommandLogType.Frequency(); } /** * Create an instance of {@link UsersType.User } * */ public UsersType.User createUsersTypeUser() { return new UsersType.User(); } /** * Create an instance of {@link ThreadPoolsType.Pool } * */ public ThreadPoolsType.Pool createThreadPoolsTypePool() { return new ThreadPoolsType.Pool(); } /** * Create an instance of {@link ResourceMonitorType.Memorylimit } * */ public ResourceMonitorType.Memorylimit createResourceMonitorTypeMemorylimit() { return new ResourceMonitorType.Memorylimit(); } /** * Create an instance of {@link DiskLimitType.Feature } * */ public DiskLimitType.Feature createDiskLimitTypeFeature() { return new DiskLimitType.Feature(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DeploymentType }{@code >}} * */ @XmlElementDecl(namespace = "", name = "deployment") public JAXBElement createDeployment(DeploymentType value) { return new JAXBElement(_Deployment_QNAME, DeploymentType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy