
info.kuechler.gpx.ObjectFactory Maven / Gradle / Ivy
Show all versions of model Show documentation
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2017.06.07 um 12:51:03 PM CEST
//
package info.kuechler.gpx;
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 info.kuechler.gpx 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 _Gpx_QNAME = new QName("http://www.topografix.com/GPX/1/1", "gpx");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: info.kuechler.gpx
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link GpxType }
*
*/
public GpxType createGpxType() {
return new GpxType();
}
/**
* Create an instance of {@link MetadataType }
*
*/
public MetadataType createMetadataType() {
return new MetadataType();
}
/**
* Create an instance of {@link WptType }
*
*/
public WptType createWptType() {
return new WptType();
}
/**
* Create an instance of {@link RteType }
*
*/
public RteType createRteType() {
return new RteType();
}
/**
* Create an instance of {@link TrkType }
*
*/
public TrkType createTrkType() {
return new TrkType();
}
/**
* Create an instance of {@link ExtensionsType }
*
*/
public ExtensionsType createExtensionsType() {
return new ExtensionsType();
}
/**
* Create an instance of {@link TrksegType }
*
*/
public TrksegType createTrksegType() {
return new TrksegType();
}
/**
* Create an instance of {@link CopyrightType }
*
*/
public CopyrightType createCopyrightType() {
return new CopyrightType();
}
/**
* Create an instance of {@link LinkType }
*
*/
public LinkType createLinkType() {
return new LinkType();
}
/**
* Create an instance of {@link EmailType }
*
*/
public EmailType createEmailType() {
return new EmailType();
}
/**
* Create an instance of {@link PersonType }
*
*/
public PersonType createPersonType() {
return new PersonType();
}
/**
* Create an instance of {@link PtType }
*
*/
public PtType createPtType() {
return new PtType();
}
/**
* Create an instance of {@link PtsegType }
*
*/
public PtsegType createPtsegType() {
return new PtsegType();
}
/**
* Create an instance of {@link BoundsType }
*
*/
public BoundsType createBoundsType() {
return new BoundsType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GpxType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.topografix.com/GPX/1/1", name = "gpx")
public JAXBElement createGpx(GpxType value) {
return new JAXBElement(_Gpx_QNAME, GpxType.class, null, value);
}
}