public class ObjectFactory extends 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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package:
de.cismet.cismap.commons.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. |
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 EmailType createEmailType()
EmailType.public PtsegType createPtsegType()
PtsegType.public LinkType createLinkType()
LinkType.public ExtensionsType createExtensionsType()
ExtensionsType.public PersonType createPersonType()
PersonType.public MetadataType createMetadataType()
MetadataType.public JAXBElement<GpxType> createGpx(GpxType value)
value - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.