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

com.helger.xhe.v10_cs03.uqdt.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version

package com.helger.xhe.v10_cs03.uqdt;

import javax.xml.bind.annotation.XmlRegistry;
import com.helger.commons.annotation.CodingStyleguideUnaware;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.helger.xhe.v10_cs03.uqdt 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 @CodingStyleguideUnaware public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.xhe.v10_cs03.uqdt * */ public ObjectFactory() { } /** * Create an instance of {@link XHE10AmountType } * */ public XHE10AmountType createXHE10AmountType() { return new XHE10AmountType(); } /** * Create an instance of {@link XHE10BinaryObjectType } * */ public XHE10BinaryObjectType createXHE10BinaryObjectType() { return new XHE10BinaryObjectType(); } /** * Create an instance of {@link XHE10GraphicType } * */ public XHE10GraphicType createXHE10GraphicType() { return new XHE10GraphicType(); } /** * Create an instance of {@link XHE10PictureType } * */ public XHE10PictureType createXHE10PictureType() { return new XHE10PictureType(); } /** * Create an instance of {@link XHE10SoundType } * */ public XHE10SoundType createXHE10SoundType() { return new XHE10SoundType(); } /** * Create an instance of {@link XHE10VideoType } * */ public XHE10VideoType createXHE10VideoType() { return new XHE10VideoType(); } /** * Create an instance of {@link XHE10CodeType } * */ public XHE10CodeType createXHE10CodeType() { return new XHE10CodeType(); } /** * Create an instance of {@link XHE10DateTimeType } * */ public XHE10DateTimeType createXHE10DateTimeType() { return new XHE10DateTimeType(); } /** * Create an instance of {@link XHE10DateType } * */ public XHE10DateType createXHE10DateType() { return new XHE10DateType(); } /** * Create an instance of {@link XHE10TimeType } * */ public XHE10TimeType createXHE10TimeType() { return new XHE10TimeType(); } /** * Create an instance of {@link XHE10IdentifierType } * */ public XHE10IdentifierType createXHE10IdentifierType() { return new XHE10IdentifierType(); } /** * Create an instance of {@link XHE10IndicatorType } * */ public XHE10IndicatorType createXHE10IndicatorType() { return new XHE10IndicatorType(); } /** * Create an instance of {@link XHE10MeasureType } * */ public XHE10MeasureType createXHE10MeasureType() { return new XHE10MeasureType(); } /** * Create an instance of {@link XHE10NumericType } * */ public XHE10NumericType createXHE10NumericType() { return new XHE10NumericType(); } /** * Create an instance of {@link XHE10ValueType } * */ public XHE10ValueType createXHE10ValueType() { return new XHE10ValueType(); } /** * Create an instance of {@link XHE10PercentType } * */ public XHE10PercentType createXHE10PercentType() { return new XHE10PercentType(); } /** * Create an instance of {@link XHE10RateType } * */ public XHE10RateType createXHE10RateType() { return new XHE10RateType(); } /** * Create an instance of {@link XHE10QuantityType } * */ public XHE10QuantityType createXHE10QuantityType() { return new XHE10QuantityType(); } /** * Create an instance of {@link XHE10TextType } * */ public XHE10TextType createXHE10TextType() { return new XHE10TextType(); } /** * Create an instance of {@link XHE10NameType } * */ public XHE10NameType createXHE10NameType() { return new XHE10NameType(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy