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

no.kith.xmlstds.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2023.12.22 at 08:05:24 AM CET 
//


package no.kith.xmlstds;

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 no.kith.xmlstds 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 final static QName _REF_QNAME = new QName("http://www.kith.no/xmlstds", "REF"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: no.kith.xmlstds * */ public ObjectFactory() { } /** * Create an instance of {@link CS } * */ public CS createCS() { return new CS(); } /** * Create an instance of {@link URL } * */ public URL createURL() { return new URL(); } /** * Create an instance of {@link BL } * */ public BL createBL() { return new BL(); } /** * Create an instance of {@link REAL } * */ public REAL createREAL() { return new REAL(); } /** * Create an instance of {@link TS } * */ public TS createTS() { return new TS(); } /** * Create an instance of {@link ED } * */ public ED createED() { return new ED(); } /** * Create an instance of {@link TN } * */ public TN createTN() { return new TN(); } /** * Create an instance of {@link CV } * */ public CV createCV() { return new CV(); } /** * Create an instance of {@link PQ } * */ public PQ createPQ() { return new PQ(); } /** * Create an instance of {@link MO } * */ public MO createMO() { return new MO(); } /** * Create an instance of {@link RTO } * */ public RTO createRTO() { return new RTO(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link URL }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link URL }{@code >} */ @XmlElementDecl(namespace = "http://www.kith.no/xmlstds", name = "REF") public JAXBElement createREF(URL value) { return new JAXBElement(_REF_QNAME, URL.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy