org.lumongo.example.wikipedia.schema.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.02.21 at 02:09:37 PM EST
//
package org.lumongo.example.wikipedia.schema;
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 org.lumongo.example.wikipedia.schema 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 _Mediawiki_QNAME = new QName("http://www.mediawiki.org/xml/export-0.8/", "mediawiki");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.lumongo.example.wikipedia.schema
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link MediaWikiType }
*
*/
public MediaWikiType createMediaWikiType() {
return new MediaWikiType();
}
/**
* Create an instance of {@link NamespacesType }
*
*/
public NamespacesType createNamespacesType() {
return new NamespacesType();
}
/**
* Create an instance of {@link LogTextType }
*
*/
public LogTextType createLogTextType() {
return new LogTextType();
}
/**
* Create an instance of {@link DiscussionThreadingInfo }
*
*/
public DiscussionThreadingInfo createDiscussionThreadingInfo() {
return new DiscussionThreadingInfo();
}
/**
* Create an instance of {@link SiteInfoType }
*
*/
public SiteInfoType createSiteInfoType() {
return new SiteInfoType();
}
/**
* Create an instance of {@link UploadType }
*
*/
public UploadType createUploadType() {
return new UploadType();
}
/**
* Create an instance of {@link NamespaceType }
*
*/
public NamespaceType createNamespaceType() {
return new NamespaceType();
}
/**
* Create an instance of {@link RedirectType }
*
*/
public RedirectType createRedirectType() {
return new RedirectType();
}
/**
* Create an instance of {@link TextType }
*
*/
public TextType createTextType() {
return new TextType();
}
/**
* Create an instance of {@link CommentType }
*
*/
public CommentType createCommentType() {
return new CommentType();
}
/**
* Create an instance of {@link ContributorType }
*
*/
public ContributorType createContributorType() {
return new ContributorType();
}
/**
* Create an instance of {@link LogParamsType }
*
*/
public LogParamsType createLogParamsType() {
return new LogParamsType();
}
/**
* Create an instance of {@link RevisionType }
*
*/
public RevisionType createRevisionType() {
return new RevisionType();
}
/**
* Create an instance of {@link PageType }
*
*/
public PageType createPageType() {
return new PageType();
}
/**
* Create an instance of {@link LogItemType }
*
*/
public LogItemType createLogItemType() {
return new LogItemType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link MediaWikiType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.mediawiki.org/xml/export-0.8/", name = "mediawiki")
public JAXBElement createMediawiki(MediaWikiType value) {
return new JAXBElement(_Mediawiki_QNAME, MediaWikiType.class, null, value);
}
}