Class ObjectFactory
java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.bremersee.garmin.garmindevice.v2.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.garmindevice.v2.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAppProtocolTCreate an instance ofDataTypeTCreate an instance ofDeviceCreate an instance ofExtensionsTCreate an instance ofFileTCreate an instance ofGarminModeTCreate an instance ofInputToUnitTCreate an instance ofLocationTCreate an instance ofMassStorageModeTCreate an instance ofMemoryRegionTCreate an instance ofModelTCreate an instance ofOutputFromUnitTCreate an instance ofProtocolsTCreate an instance ofProtocolTCreate an instance ofSpecificationTCreate an instance ofUnlockCodeTCreate an instance ofUpdateFileTCreate an instance ofVersionT
-
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.garmindevice.v2.model
-
-
Method Details
-
createDevice
Create an instance ofDevice- Returns:
- the new instance of
Device
-
createModelT
Create an instance ofModelT- Returns:
- the new instance of
ModelT
-
createUnlockCodeT
Create an instance ofUnlockCodeT- Returns:
- the new instance of
UnlockCodeT
-
createMassStorageModeT
Create an instance ofMassStorageModeT- Returns:
- the new instance of
MassStorageModeT
-
createGarminModeT
Create an instance ofGarminModeT- Returns:
- the new instance of
GarminModeT
-
createExtensionsT
Create an instance ofExtensionsT- Returns:
- the new instance of
ExtensionsT
-
createProtocolsT
Create an instance ofProtocolsT- Returns:
- the new instance of
ProtocolsT
-
createProtocolT
Create an instance ofProtocolT- Returns:
- the new instance of
ProtocolT
-
createAppProtocolT
Create an instance ofAppProtocolT- Returns:
- the new instance of
AppProtocolT
-
createVersionT
Create an instance ofVersionT- Returns:
- the new instance of
VersionT
-
createMemoryRegionT
Create an instance ofMemoryRegionT- Returns:
- the new instance of
MemoryRegionT
-
createDataTypeT
Create an instance ofDataTypeT- Returns:
- the new instance of
DataTypeT
-
createFileT
Create an instance ofFileT- Returns:
- the new instance of
FileT
-
createInputToUnitT
Create an instance ofInputToUnitT- Returns:
- the new instance of
InputToUnitT
-
createOutputFromUnitT
Create an instance ofOutputFromUnitT- Returns:
- the new instance of
OutputFromUnitT
-
createSpecificationT
Create an instance ofSpecificationT- Returns:
- the new instance of
SpecificationT
-
createLocationT
Create an instance ofLocationT- Returns:
- the new instance of
LocationT
-
createUpdateFileT
Create an instance ofUpdateFileT- Returns:
- the new instance of
UpdateFileT
-