no.kith.xmlstds.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// 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.03.16 at 09:00:43 PM CET
//
package no.kith.xmlstds;
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 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 MO }
*
*/
public MO createMO() {
return new MO();
}
/**
* 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 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);
}
}