
eu.esu._2010.lokprogrammer.metadata.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.8
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.16 at 01:05:33 PM CET
//
package eu.esu._2010.lokprogrammer.metadata;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the eu.esu._2010.lokprogrammer.metadata 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 {
private static final QName _Name_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "name");
private static final QName _Address_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "address");
private static final QName _Type_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "type");
private static final QName _Decoder_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "decoder");
private static final QName _Manufacturer_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "manufacturer");
private static final QName _Lokprogrammer_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "lokprogrammer");
private static final QName _Hifiquality_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "hifiquality");
private static final QName _Project_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "project");
private static final QName _Description_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "description");
private static final QName _Function_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "function");
private static final QName _Soundslot_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "soundslot");
private static final QName _Soundcv_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "soundcv");
private static final QName _Meta_QNAME = new QName("http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", "meta");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.esu._2010.lokprogrammer.metadata
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link SoundcvType }
*
*/
public SoundcvType createSoundcvType() {
return new SoundcvType();
}
/**
* Create an instance of {@link SoundslotType }
*
*/
public SoundslotType createSoundslotType() {
return new SoundslotType();
}
/**
* Create an instance of {@link FunctionType }
*
*/
public FunctionType createFunctionType() {
return new FunctionType();
}
/**
* Create an instance of {@link ProjectType }
*
*/
public ProjectType createProjectType() {
return new ProjectType();
}
/**
* Create an instance of {@link DescriptionType }
*
*/
public DescriptionType createDescriptionType() {
return new DescriptionType();
}
/**
* Create an instance of {@link MetaType }
*
*/
public MetaType createMetaType() {
return new MetaType();
}
/**
* Create an instance of {@link SoundcvType.Description }
*
*/
public SoundcvType.Description createSoundcvTypeDescription() {
return new SoundcvType.Description();
}
/**
* Create an instance of {@link SoundslotType.Description }
*
*/
public SoundslotType.Description createSoundslotTypeDescription() {
return new SoundslotType.Description();
}
/**
* Create an instance of {@link FunctionType.Description }
*
*/
public FunctionType.Description createFunctionTypeDescription() {
return new FunctionType.Description();
}
/**
* Create an instance of {@link FunctionType.Slot }
*
*/
public FunctionType.Slot createFunctionTypeSlot() {
return new FunctionType.Slot();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "name")
public JAXBElement createName(String value) {
return new JAXBElement(_Name_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "address")
public JAXBElement createAddress(Integer value) {
return new JAXBElement(_Address_QNAME, Integer.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "type")
public JAXBElement createType(String value) {
return new JAXBElement(_Type_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "decoder")
public JAXBElement createDecoder(String value) {
return new JAXBElement(_Decoder_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "manufacturer")
public JAXBElement createManufacturer(String value) {
return new JAXBElement(_Manufacturer_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link String }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "lokprogrammer")
public JAXBElement createLokprogrammer(String value) {
return new JAXBElement(_Lokprogrammer_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "hifiquality")
public JAXBElement createHifiquality(Integer value) {
return new JAXBElement(_Hifiquality_QNAME, Integer.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ProjectType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ProjectType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "project")
public JAXBElement createProject(ProjectType value) {
return new JAXBElement(_Project_QNAME, ProjectType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DescriptionType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DescriptionType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "description")
public JAXBElement createDescription(DescriptionType value) {
return new JAXBElement(_Description_QNAME, DescriptionType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link FunctionType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link FunctionType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "function")
public JAXBElement createFunction(FunctionType value) {
return new JAXBElement(_Function_QNAME, FunctionType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link SoundslotType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link SoundslotType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "soundslot")
public JAXBElement createSoundslot(SoundslotType value) {
return new JAXBElement(_Soundslot_QNAME, SoundslotType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link SoundcvType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link SoundcvType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "soundcv")
public JAXBElement createSoundcv(SoundcvType value) {
return new JAXBElement(_Soundcv_QNAME, SoundcvType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link MetaType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link MetaType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.esu.eu/2010/LOKPROGRAMMER/Metadata", name = "meta")
public JAXBElement createMeta(MetaType value) {
return new JAXBElement(_Meta_QNAME, MetaType.class, null, value);
}
}