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

com.kscs.jaxb2.contract.test.ObjectFactory Maven / Gradle / Ivy

//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v4.0.2 generiert 
// Siehe https://eclipse-ee4j.github.io/jaxb-ri 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
//


package com.kscs.jaxb2.contract.test;

import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.kscs.jaxb2.contract.test 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 _Derived_QNAME = new QName("http://www.kscs.com/jaxb2/contract/test", "derived"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.kscs.jaxb2.contract.test * */ public ObjectFactory() { } /** * Create an instance of {@link JavadocAnnotations } * * @return * the new instance of {@link JavadocAnnotations } */ public JavadocAnnotations createJavadocAnnotations() { return new JavadocAnnotations(); } /** * Create an instance of {@link DerivedType } * * @return * the new instance of {@link DerivedType } */ public DerivedType createDerivedType() { return new DerivedType(); } /** * Create an instance of {@link CompanyMember } * * @return * the new instance of {@link CompanyMember } */ public CompanyMember createCompanyMember() { return new CompanyMember(); } /** * Create an instance of {@link Tourist } * * @return * the new instance of {@link Tourist } */ public Tourist createTourist() { return new Tourist(); } /** * Create an instance of {@link Address } * * @return * the new instance of {@link Address } */ public Address createAddress() { return new Address(); } /** * Create an instance of {@link City } * * @return * the new instance of {@link City } */ public City createCity() { return new City(); } /** * Create an instance of {@link ReservedWordsSingleChoice } * * @return * the new instance of {@link ReservedWordsSingleChoice } */ public ReservedWordsSingleChoice createReservedWordsSingleChoice() { return new ReservedWordsSingleChoice(); } /** * Create an instance of {@link Import } * * @return * the new instance of {@link Import } */ public Import createImport() { return new Import(); } /** * Create an instance of {@link Class } * * @return * the new instance of {@link Class } */ public Class createClass() { return new Class(); } /** * Create an instance of {@link ReservedWordsMultiChoice } * * @return * the new instance of {@link ReservedWordsMultiChoice } */ public ReservedWordsMultiChoice createReservedWordsMultiChoice() { return new ReservedWordsMultiChoice(); } /** * Create an instance of {@link ReservedWordsSequence } * * @return * the new instance of {@link ReservedWordsSequence } */ public ReservedWordsSequence createReservedWordsSequence() { return new ReservedWordsSequence(); } /** * Create an instance of {@link JavadocAnnotations.SimpleElementWithAttributes } * * @return * the new instance of {@link JavadocAnnotations.SimpleElementWithAttributes } */ public JavadocAnnotations.SimpleElementWithAttributes createJavadocAnnotationsSimpleElementWithAttributes() { return new JavadocAnnotations.SimpleElementWithAttributes(); } /** * Create an instance of {@link JavadocAnnotationsComplexType } * * @return * the new instance of {@link JavadocAnnotationsComplexType } */ public JavadocAnnotationsComplexType createJavadocAnnotationsComplexType() { return new JavadocAnnotationsComplexType(); } /** * Create an instance of {@link Car } * * @return * the new instance of {@link Car } */ public Car createCar() { return new Car(); } /** * Create an instance of {@link JavadocAnnotations.ChoiceOfElementsOne } * * @return * the new instance of {@link JavadocAnnotations.ChoiceOfElementsOne } */ public JavadocAnnotations.ChoiceOfElementsOne createJavadocAnnotationsChoiceOfElementsOne() { return new JavadocAnnotations.ChoiceOfElementsOne(); } /** * Create an instance of {@link JavadocAnnotations.ChoiceOfElementsTwo } * * @return * the new instance of {@link JavadocAnnotations.ChoiceOfElementsTwo } */ public JavadocAnnotations.ChoiceOfElementsTwo createJavadocAnnotationsChoiceOfElementsTwo() { return new JavadocAnnotations.ChoiceOfElementsTwo(); } /** * Create an instance of {@link JavadocAnnotations.ChoiceOfElementsThree } * * @return * the new instance of {@link JavadocAnnotations.ChoiceOfElementsThree } */ public JavadocAnnotations.ChoiceOfElementsThree createJavadocAnnotationsChoiceOfElementsThree() { return new JavadocAnnotations.ChoiceOfElementsThree(); } /** * Create an instance of {@link JavadocAnnotations.ChoiceOfElementsFour } * * @return * the new instance of {@link JavadocAnnotations.ChoiceOfElementsFour } */ public JavadocAnnotations.ChoiceOfElementsFour createJavadocAnnotationsChoiceOfElementsFour() { return new JavadocAnnotations.ChoiceOfElementsFour(); } /** * Create an instance of {@link JavadocAnnotations.ChoiceOfElementsFive } * * @return * the new instance of {@link JavadocAnnotations.ChoiceOfElementsFive } */ public JavadocAnnotations.ChoiceOfElementsFive createJavadocAnnotationsChoiceOfElementsFive() { return new JavadocAnnotations.ChoiceOfElementsFive(); } /** * Create an instance of {@link ListEntry } * * @return * the new instance of {@link ListEntry } */ public ListEntry createListEntry() { return new ListEntry(); } /** * Create an instance of {@link Worker } * * @return * the new instance of {@link Worker } */ public Worker createWorker() { return new Worker(); } /** * Create an instance of {@link Blacksmith } * * @return * the new instance of {@link Blacksmith } */ public Blacksmith createBlacksmith() { return new Blacksmith(); } /** * Create an instance of {@link Bike } * * @return * the new instance of {@link Bike } */ public Bike createBike() { return new Bike(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DerivedType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link DerivedType }{@code >} */ @XmlElementDecl(namespace = "http://www.kscs.com/jaxb2/contract/test", name = "derived") public JAXBElement createDerived(DerivedType value) { return new JAXBElement<>(_Derived_QNAME, DerivedType.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy