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

oasis.names.specification.ubl.schema.xsd.qualifieddatatypes_2.ObjectFactory Maven / Gradle / Ivy

//
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.11 
// Visite http://java.sun.com/xml/jaxb 
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
// Generado el: 2021.03.22 a las 07:02:09 PM CET 
//


package oasis.names.specification.ubl.schema.xsd.qualifieddatatypes_2;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the oasis.names.specification.ubl.schema.xsd.qualifieddatatypes_2 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: oasis.names.specification.ubl.schema.xsd.qualifieddatatypes_2 * */ public ObjectFactory() { } /** * Create an instance of {@link AllowanceChargeReasonCodeType } * */ public AllowanceChargeReasonCodeType createAllowanceChargeReasonCodeType() { return new AllowanceChargeReasonCodeType(); } /** * Create an instance of {@link ChannelCodeType } * */ public ChannelCodeType createChannelCodeType() { return new ChannelCodeType(); } /** * Create an instance of {@link ChipCodeType } * */ public ChipCodeType createChipCodeType() { return new ChipCodeType(); } /** * Create an instance of {@link CountryIdentificationCodeType } * */ public CountryIdentificationCodeType createCountryIdentificationCodeType() { return new CountryIdentificationCodeType(); } /** * Create an instance of {@link CurrencyCodeType } * */ public CurrencyCodeType createCurrencyCodeType() { return new CurrencyCodeType(); } /** * Create an instance of {@link DocumentStatusCodeType } * */ public DocumentStatusCodeType createDocumentStatusCodeType() { return new DocumentStatusCodeType(); } /** * Create an instance of {@link LanguageCodeType } * */ public LanguageCodeType createLanguageCodeType() { return new LanguageCodeType(); } /** * Create an instance of {@link LatitudeDirectionCodeType } * */ public LatitudeDirectionCodeType createLatitudeDirectionCodeType() { return new LatitudeDirectionCodeType(); } /** * Create an instance of {@link LineStatusCodeType } * */ public LineStatusCodeType createLineStatusCodeType() { return new LineStatusCodeType(); } /** * Create an instance of {@link LongitudeDirectionCodeType } * */ public LongitudeDirectionCodeType createLongitudeDirectionCodeType() { return new LongitudeDirectionCodeType(); } /** * Create an instance of {@link OperatorCodeType } * */ public OperatorCodeType createOperatorCodeType() { return new OperatorCodeType(); } /** * Create an instance of {@link PackagingTypeCodeType } * */ public PackagingTypeCodeType createPackagingTypeCodeType() { return new PackagingTypeCodeType(); } /** * Create an instance of {@link PaymentMeansCodeType } * */ public PaymentMeansCodeType createPaymentMeansCodeType() { return new PaymentMeansCodeType(); } /** * Create an instance of {@link ReceiptAdviceTypeCodeType } * */ public ReceiptAdviceTypeCodeType createReceiptAdviceTypeCodeType() { return new ReceiptAdviceTypeCodeType(); } /** * Create an instance of {@link SubstitutionStatusCodeType } * */ public SubstitutionStatusCodeType createSubstitutionStatusCodeType() { return new SubstitutionStatusCodeType(); } /** * Create an instance of {@link TransportEquipmentTypeCodeType } * */ public TransportEquipmentTypeCodeType createTransportEquipmentTypeCodeType() { return new TransportEquipmentTypeCodeType(); } /** * Create an instance of {@link TransportModeCodeType } * */ public TransportModeCodeType createTransportModeCodeType() { return new TransportModeCodeType(); } /** * Create an instance of {@link UnitOfMeasureCodeType } * */ public UnitOfMeasureCodeType createUnitOfMeasureCodeType() { return new UnitOfMeasureCodeType(); } /** * Create an instance of {@link WeekDayCodeType } * */ public WeekDayCodeType createWeekDayCodeType() { return new WeekDayCodeType(); } /** * Create an instance of {@link WeighingMethodCodeType } * */ public WeighingMethodCodeType createWeighingMethodCodeType() { return new WeighingMethodCodeType(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy