public class ObjectFactory
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
private static javax.xml.namespace.QName |
_Gpx_QNAME |
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.topografix.gpx
|
Modifier and Type | Method and Description |
---|---|
BoundsType |
createBoundsType()
Create an instance of
BoundsType |
CopyrightType |
createCopyrightType()
Create an instance of
CopyrightType |
EmailType |
createEmailType()
Create an instance of
EmailType |
ExtensionsType |
createExtensionsType()
Create an instance of
ExtensionsType |
javax.xml.bind.JAXBElement<GpxType> |
createGpx(GpxType value)
|
GpxType |
createGpxType()
Create an instance of
GpxType |
LinkType |
createLinkType()
Create an instance of
LinkType |
MetadataType |
createMetadataType()
Create an instance of
MetadataType |
PersonType |
createPersonType()
Create an instance of
PersonType |
PtsegType |
createPtsegType()
Create an instance of
PtsegType |
PtType |
createPtType()
Create an instance of
PtType |
RteType |
createRteType()
Create an instance of
RteType |
TrksegType |
createTrksegType()
Create an instance of
TrksegType |
TrkType |
createTrkType()
Create an instance of
TrkType |
WptType |
createWptType()
Create an instance of
WptType |
public ObjectFactory()
public BoundsType createBoundsType()
BoundsType
public CopyrightType createCopyrightType()
CopyrightType
public TrksegType createTrksegType()
TrksegType
public ExtensionsType createExtensionsType()
ExtensionsType
public PersonType createPersonType()
PersonType
public MetadataType createMetadataType()
MetadataType