Class ObjectFactory
java.lang.Object
org.bremersee.garmin.historydatabase.v1.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.bremersee.garmin.historydatabase.v1.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.garmin.historydatabase.v1.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofFirstSportTCreate an instance ofFolderTCreate an instance ofHistoryDatabaseCreate an instance ofLapTCreate an instance ofMultiSportFolderTCreate an instance ofMultiSportSessionTCreate an instance ofNextSportTCreate an instance ofPositionTCreate an instance ofRunTCreate an instance ofTrackpointTCreate an instance ofTrackTCreate an instance ofWeekT
-
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.garmin.historydatabase.v1.model
-
-
Method Details
-
createHistoryDatabase
Create an instance ofHistoryDatabase- Returns:
- the new instance of
HistoryDatabase
-
createFolderT
Create an instance ofFolderT- Returns:
- the new instance of
FolderT
-
createMultiSportFolderT
Create an instance ofMultiSportFolderT- Returns:
- the new instance of
MultiSportFolderT
-
createWeekT
Create an instance ofWeekT- Returns:
- the new instance of
WeekT
-
createMultiSportSessionT
Create an instance ofMultiSportSessionT- Returns:
- the new instance of
MultiSportSessionT
-
createFirstSportT
Create an instance ofFirstSportT- Returns:
- the new instance of
FirstSportT
-
createNextSportT
Create an instance ofNextSportT- Returns:
- the new instance of
NextSportT
-
createRunT
Create an instance ofRunT- Returns:
- the new instance of
RunT
-
createLapT
Create an instance ofLapT- Returns:
- the new instance of
LapT
-
createTrackT
Create an instance ofTrackT- Returns:
- the new instance of
TrackT
-
createTrackpointT
Create an instance ofTrackpointT- Returns:
- the new instance of
TrackpointT
-
createPositionT
Create an instance ofPositionT- Returns:
- the new instance of
PositionT
-