Package org.bremersee.gpx.model
Class ObjectFactory
java.lang.Object
org.bremersee.gpx.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.bremersee.gpx.model 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.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bremersee.gpx.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBoundsTypeCreate an instance ofCopyrightTypeCreate an instance ofEmailTypeCreate an instance ofExtensionsTypeCreate an instance ofGpxCreate an instance ofLinkTypeCreate an instance ofMetadataTypeCreate an instance ofPersonTypeCreate an instance ofPtsegTypeCreate an instance ofPtTypeCreate an instance ofRteTypeCreate an instance ofTrksegTypeCreate an instance ofTrkTypeCreate an instance ofWptType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bremersee.gpx.model
-
-
Method Details
-
createGpx
Create an instance ofGpx- Returns:
- the new instance of
Gpx
-
createMetadataType
Create an instance ofMetadataType- Returns:
- the new instance of
MetadataType
-
createWptType
Create an instance ofWptType- Returns:
- the new instance of
WptType
-
createRteType
Create an instance ofRteType- Returns:
- the new instance of
RteType
-
createTrkType
Create an instance ofTrkType- Returns:
- the new instance of
TrkType
-
createExtensionsType
Create an instance ofExtensionsType- Returns:
- the new instance of
ExtensionsType
-
createTrksegType
Create an instance ofTrksegType- Returns:
- the new instance of
TrksegType
-
createCopyrightType
Create an instance ofCopyrightType- Returns:
- the new instance of
CopyrightType
-
createLinkType
Create an instance ofLinkType- Returns:
- the new instance of
LinkType
-
createEmailType
Create an instance ofEmailType- Returns:
- the new instance of
EmailType
-
createPersonType
Create an instance ofPersonType- Returns:
- the new instance of
PersonType
-
createPtType
Create an instance ofPtType- Returns:
- the new instance of
PtType
-
createPtsegType
Create an instance ofPtsegType- Returns:
- the new instance of
PtsegType
-
createBoundsType
Create an instance ofBoundsType- Returns:
- the new instance of
BoundsType
-