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

xsd.etso_core_cmpts.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// Ce fichier a été généré par Eclipse Implementation of JAXB, v3.0.2 
// Voir https://eclipse-ee4j.github.io/jaxb-ri 
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source. 
// Généré le : 2024.10.16 à 01:13:04 PM CEST 
//


package xsd.etso_core_cmpts;

import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the xsd.etso_core_cmpts 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: xsd.etso_core_cmpts * */ public ObjectFactory() { } /** * Create an instance of {@link AreaType } * */ public AreaType createAreaType() { return new AreaType(); } /** * Create an instance of {@link AmountType } * */ public AmountType createAmountType() { return new AmountType(); } /** * Create an instance of {@link CodeType } * */ public CodeType createCodeType() { return new CodeType(); } /** * Create an instance of {@link ComponentNameType } * */ public ComponentNameType createComponentNameType() { return new ComponentNameType(); } /** * Create an instance of {@link ComponentValueType } * */ public ComponentValueType createComponentValueType() { return new ComponentValueType(); } /** * Create an instance of {@link DateType } * */ public DateType createDateType() { return new DateType(); } /** * Create an instance of {@link IdentificationType } * */ public IdentificationType createIdentificationType() { return new IdentificationType(); } /** * Create an instance of {@link LineType } * */ public LineType createLineType() { return new LineType(); } /** * Create an instance of {@link LongIdentificationType } * */ public LongIdentificationType createLongIdentificationType() { return new LongIdentificationType(); } /** * Create an instance of {@link MessageDateTimeType } * */ public MessageDateTimeType createMessageDateTimeType() { return new MessageDateTimeType(); } /** * Create an instance of {@link DateTimeType } * */ public DateTimeType createDateTimeType() { return new DateTimeType(); } /** * Create an instance of {@link MeteringPointType } * */ public MeteringPointType createMeteringPointType() { return new MeteringPointType(); } /** * Create an instance of {@link PartyType } * */ public PartyType createPartyType() { return new PartyType(); } /** * Create an instance of {@link PositionType } * */ public PositionType createPositionType() { return new PositionType(); } /** * Create an instance of {@link QuantityType } * */ public QuantityType createQuantityType() { return new QuantityType(); } /** * Create an instance of {@link ReasonTextType } * */ public ReasonTextType createReasonTextType() { return new ReasonTextType(); } /** * Create an instance of {@link ResolutionType } * */ public ResolutionType createResolutionType() { return new ResolutionType(); } /** * Create an instance of {@link ResourceObjectType } * */ public ResourceObjectType createResourceObjectType() { return new ResourceObjectType(); } /** * Create an instance of {@link TextType } * */ public TextType createTextType() { return new TextType(); } /** * Create an instance of {@link TimeType } * */ public TimeType createTimeType() { return new TimeType(); } /** * Create an instance of {@link TimeIntervalType } * */ public TimeIntervalType createTimeIntervalType() { return new TimeIntervalType(); } /** * Create an instance of {@link VersionType } * */ public VersionType createVersionType() { return new VersionType(); } /** * Create an instance of {@link AllocationModeType } * */ public AllocationModeType createAllocationModeType() { return new AllocationModeType(); } /** * Create an instance of {@link AssetType } * */ public AssetType createAssetType() { return new AssetType(); } /** * Create an instance of {@link AuctionType } * */ public AuctionType createAuctionType() { return new AuctionType(); } /** * Create an instance of {@link BusinessType } * */ public BusinessType createBusinessType() { return new BusinessType(); } /** * Create an instance of {@link CategoryType } * */ public CategoryType createCategoryType() { return new CategoryType(); } /** * Create an instance of {@link ClassificationType } * */ public ClassificationType createClassificationType() { return new ClassificationType(); } /** * Create an instance of {@link ContractType } * */ public ContractType createContractType() { return new ContractType(); } /** * Create an instance of {@link CurrencyType } * */ public CurrencyType createCurrencyType() { return new CurrencyType(); } /** * Create an instance of {@link CurveType } * */ public CurveType createCurveType() { return new CurveType(); } /** * Create an instance of {@link DirectionType } * */ public DirectionType createDirectionType() { return new DirectionType(); } /** * Create an instance of {@link DocumentType } * */ public DocumentType createDocumentType() { return new DocumentType(); } /** * Create an instance of {@link EicType } * */ public EicType createEicType() { return new EicType(); } /** * Create an instance of {@link EnergyProductType } * */ public EnergyProductType createEnergyProductType() { return new EnergyProductType(); } /** * Create an instance of {@link IndicatorType } * */ public IndicatorType createIndicatorType() { return new IndicatorType(); } /** * Create an instance of {@link MessageType } * */ public MessageType createMessageType() { return new MessageType(); } /** * Create an instance of {@link ObjectAggregationType } * */ public ObjectAggregationType createObjectAggregationType() { return new ObjectAggregationType(); } /** * Create an instance of {@link PaymentTermsType } * */ public PaymentTermsType createPaymentTermsType() { return new PaymentTermsType(); } /** * Create an instance of {@link PriceCategory } * */ public PriceCategory createPriceCategory() { return new PriceCategory(); } /** * Create an instance of {@link PriceDirection } * */ public PriceDirection createPriceDirection() { return new PriceDirection(); } /** * Create an instance of {@link ProcessType } * */ public ProcessType createProcessType() { return new ProcessType(); } /** * Create an instance of {@link QualityType } * */ public QualityType createQualityType() { return new QualityType(); } /** * Create an instance of {@link ReasonCodeType } * */ public ReasonCodeType createReasonCodeType() { return new ReasonCodeType(); } /** * Create an instance of {@link RightsType } * */ public RightsType createRightsType() { return new RightsType(); } /** * Create an instance of {@link RoleType } * */ public RoleType createRoleType() { return new RoleType(); } /** * Create an instance of {@link TarifTypeType } * */ public TarifTypeType createTarifTypeType() { return new TarifTypeType(); } /** * Create an instance of {@link StatusType } * */ public StatusType createStatusType() { return new StatusType(); } /** * Create an instance of {@link UnitOfMeasureType } * */ public UnitOfMeasureType createUnitOfMeasureType() { return new UnitOfMeasureType(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy