com.hubject.datex.energyinfrastructure.generated.common_extension.ObjectFactory Maven / Gradle / Ivy
Show all versions of convert Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.10.06 at 11:44:34 AM CEST
//
package com.hubject.datex.energyinfrastructure.generated.common_extension;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.hubject.datex.energyinfrastructure.generated.common_extension 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.hubject.datex.energyinfrastructure.generated.common_extension
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link ApplicableDaysWithinMonthEnum }
*
*/
public ApplicableDaysWithinMonthEnum createApplicableDaysWithinMonthEnum() {
return new ApplicableDaysWithinMonthEnum();
}
/**
* Create an instance of {@link EuSpecialPurposeVehicleEnum }
*
*/
public EuSpecialPurposeVehicleEnum createEuSpecialPurposeVehicleEnum() {
return new EuSpecialPurposeVehicleEnum();
}
/**
* Create an instance of {@link EuVehicleCategoryEnum }
*
*/
public EuVehicleCategoryEnum createEuVehicleCategoryEnum() {
return new EuVehicleCategoryEnum();
}
/**
* Create an instance of {@link FuzzyTimeEnum }
*
*/
public FuzzyTimeEnum createFuzzyTimeEnum() {
return new FuzzyTimeEnum();
}
/**
* Create an instance of {@link PowerUnitOfMeasureEnum }
*
*/
public PowerUnitOfMeasureEnum createPowerUnitOfMeasureEnum() {
return new PowerUnitOfMeasureEnum();
}
/**
* Create an instance of {@link AgeCharacteristic }
*
*/
public AgeCharacteristic createAgeCharacteristic() {
return new AgeCharacteristic();
}
/**
* Create an instance of {@link DangerousGoodsExtended }
*
*/
public DangerousGoodsExtended createDangerousGoodsExtended() {
return new DangerousGoodsExtended();
}
/**
* Create an instance of {@link DayWeekMonthExtended }
*
*/
public DayWeekMonthExtended createDayWeekMonthExtended() {
return new DayWeekMonthExtended();
}
/**
* Create an instance of {@link EmissionsExtension }
*
*/
public EmissionsExtension createEmissionsExtension() {
return new EmissionsExtension();
}
/**
* Create an instance of {@link EnginePowerCharacteristics }
*
*/
public EnginePowerCharacteristics createEnginePowerCharacteristics() {
return new EnginePowerCharacteristics();
}
/**
* Create an instance of {@link FuzzyPeriod }
*
*/
public FuzzyPeriod createFuzzyPeriod() {
return new FuzzyPeriod();
}
/**
* Create an instance of {@link GrossTrailerWeightCharacteristics }
*
*/
public GrossTrailerWeightCharacteristics createGrossTrailerWeightCharacteristics() {
return new GrossTrailerWeightCharacteristics();
}
/**
* Create an instance of {@link PeriodExtended }
*
*/
public PeriodExtended createPeriodExtended() {
return new PeriodExtended();
}
/**
* Create an instance of {@link RegulatedCharacteristics }
*
*/
public RegulatedCharacteristics createRegulatedCharacteristics() {
return new RegulatedCharacteristics();
}
/**
* Create an instance of {@link TrailerCharacteristics }
*
*/
public TrailerCharacteristics createTrailerCharacteristics() {
return new TrailerCharacteristics();
}
/**
* Create an instance of {@link VehicleCharacteristicsExtended }
*
*/
public VehicleCharacteristicsExtended createVehicleCharacteristicsExtended() {
return new VehicleCharacteristicsExtended();
}
}