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

com.codbex.kronos.parser.hdbcalculationview.ndb.bimodeldatafoundation.ObjectFactory Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2022 codbex or an codbex affiliate company and contributors
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v20.html
 *
 * SPDX-FileCopyrightText: 2022 codbex or an codbex affiliate company and contributors
 * SPDX-License-Identifier: EPL-2.0
 */
//
// 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: 2020.11.26 at 10:54:28 AM EET 
//


package com.codbex.kronos.parser.hdbcalculationview.ndb.bimodeldatafoundation;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each
 * Java content interface and Java element interface
 * generated in the com.sap.ndb.bimodeldatafoundation 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: com.sap.ndb.bimodeldatafoundation
   */
  public ObjectFactory() {
  }

  /**
   * Create an instance of {@link DataFoundation }.
   *
   * @return the data foundation
   */
  public DataFoundation createDataFoundation() {
    return new DataFoundation();
  }

  /**
   * Create an instance of {@link TableProxies }.
   *
   * @return the table proxies
   */
  public TableProxies createTableProxies() {
    return new TableProxies();
  }

  /**
   * Create an instance of {@link TableProxy }.
   *
   * @return the table proxy
   */
  public TableProxy createTableProxy() {
    return new TableProxy();
  }

  /**
   * Create an instance of {@link ColumnFilter }.
   *
   * @return the column filter
   */
  public ColumnFilter createColumnFilter() {
    return new ColumnFilter();
  }

  /**
   * Create an instance of {@link Joins }.
   *
   * @return the joins
   */
  public Joins createJoins() {
    return new Joins();
  }

  /**
   * Create an instance of {@link Join }.
   *
   * @return the join
   */
  public Join createJoin() {
    return new Join();
  }

  /**
   * Create an instance of {@link JoinProperties }.
   *
   * @return the join properties
   */
  public JoinProperties createJoinProperties() {
    return new JoinProperties();
  }

  /**
   * Create an instance of {@link SpatialJoinProperties }.
   *
   * @return the spatial join properties
   */
  public SpatialJoinProperties createSpatialJoinProperties() {
    return new SpatialJoinProperties();
  }

  /**
   * Create an instance of {@link Columns }.
   *
   * @return the columns
   */
  public Columns createColumns() {
    return new Columns();
  }

  /**
   * Create an instance of {@link ColumnMapping }.
   *
   * @return the column mapping
   */
  public ColumnMapping createColumnMapping() {
    return new ColumnMapping();
  }

  /**
   * Create an instance of {@link LogicalObject }.
   *
   * @return the logical object
   */
  public LogicalObject createLogicalObject() {
    return new LogicalObject();
  }

  /**
   * Create an instance of {@link Attributes }.
   *
   * @return the attributes
   */
  public Attributes createAttributes() {
    return new Attributes();
  }

  /**
   * Create an instance of {@link CalculatedAttributes }.
   *
   * @return the calculated attributes
   */
  public CalculatedAttributes createCalculatedAttributes() {
    return new CalculatedAttributes();
  }

  /**
   * Create an instance of {@link Attribute }.
   *
   * @return the attribute
   */
  public Attribute createAttribute() {
    return new Attribute();
  }

  /**
   * Create an instance of {@link CalculatedAttribute }.
   *
   * @return the calculated attribute
   */
  public CalculatedAttribute createCalculatedAttribute() {
    return new CalculatedAttribute();
  }

  /**
   * Create an instance of {@link Calculation }.
   *
   * @return the calculation
   */
  public Calculation createCalculation() {
    return new Calculation();
  }

  /**
   * Create an instance of {@link SimpleDataType }.
   *
   * @return the simple data type
   */
  public SimpleDataType createSimpleDataType() {
    return new SimpleDataType();
  }

  /**
   * Create an instance of {@link AttributeRelationship }.
   *
   * @return the attribute relationship
   */
  public AttributeRelationship createAttributeRelationship() {
    return new AttributeRelationship();
  }

  /**
   * Create an instance of {@link LogicalJoins }.
   *
   * @return the logical joins
   */
  public LogicalJoins createLogicalJoins() {
    return new LogicalJoins();
  }

  /**
   * Create an instance of {@link LogicalJoin }.
   *
   * @return the logical join
   */
  public LogicalJoin createLogicalJoin() {
    return new LogicalJoin();
  }

  /**
   * Create an instance of {@link AttributeRefs }.
   *
   * @return the attribute refs
   */
  public AttributeRefs createAttributeRefs() {
    return new AttributeRefs();
  }

  /**
   * Create an instance of {@link AttributeNames }.
   *
   * @return the attribute names
   */
  public AttributeNames createAttributeNames() {
    return new AttributeNames();
  }

  /**
   * Create an instance of {@link FeaturedAttributeReferences }.
   *
   * @return the featured attribute references
   */
  public FeaturedAttributeReferences createFeaturedAttributeReferences() {
    return new FeaturedAttributeReferences();
  }

  /**
   * Create an instance of {@link AliasWithDescription }.
   *
   * @return the alias with description
   */
  public AliasWithDescription createAliasWithDescription() {
    return new AliasWithDescription();
  }

  /**
   * Create an instance of {@link FeaturedAttributeReference }.
   *
   * @return the featured attribute reference
   */
  public FeaturedAttributeReference createFeaturedAttributeReference() {
    return new FeaturedAttributeReference();
  }

  /**
   * Create an instance of {@link QualifiedAttributeReference }.
   *
   * @return the qualified attribute reference
   */
  public QualifiedAttributeReference createQualifiedAttributeReference() {
    return new QualifiedAttributeReference();
  }

  /**
   * Create an instance of {@link Layout }.
   *
   * @return the layout
   */
  public Layout createLayout() {
    return new Layout();
  }

  /**
   * Create an instance of {@link Shapes }.
   *
   * @return the shapes
   */
  public Shapes createShapes() {
    return new Shapes();
  }

  /**
   * Create an instance of {@link Shape }.
   *
   * @return the shape
   */
  public Shape createShape() {
    return new Shape();
  }

  /**
   * Create an instance of {@link RectangularShape }.
   *
   * @return the rectangular shape
   */
  public RectangularShape createRectangularShape() {
    return new RectangularShape();
  }

  /**
   * Create an instance of {@link RectangleSize }.
   *
   * @return the rectangle size
   */
  public RectangleSize createRectangleSize() {
    return new RectangleSize();
  }

  /**
   * Create an instance of {@link Coordinates }.
   *
   * @return the coordinates
   */
  public Coordinates createCoordinates() {
    return new Coordinates();
  }

  /**
   * Create an instance of {@link InformationModelLayoutProperties }.
   *
   * @return the information model layout properties
   */
  public InformationModelLayoutProperties createInformationModelLayoutProperties() {
    return new InformationModelLayoutProperties();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy