Package net.wirelabs.jmaps.example.gpx
Class ObjectFactory
- java.lang.Object
-
- net.wirelabs.jmaps.example.gpx.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.wirelabs.jmaps.example.gpx 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.wirelabs.jmaps.example.gpx
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundsTypecreateBoundsType()Create an instance ofBoundsTypeCopyrightTypecreateCopyrightType()Create an instance ofCopyrightTypeEmailTypecreateEmailType()Create an instance ofEmailTypeExtensionsTypecreateExtensionsType()Create an instance ofExtensionsTypeJAXBElement<GpxType>createGpx(GpxType value)GpxTypecreateGpxType()Create an instance ofGpxTypeLinkTypecreateLinkType()Create an instance ofLinkTypeMetadataTypecreateMetadataType()Create an instance ofMetadataTypePersonTypecreatePersonType()Create an instance ofPersonTypePtsegTypecreatePtsegType()Create an instance ofPtsegTypePtTypecreatePtType()Create an instance ofPtTypeRteTypecreateRteType()Create an instance ofRteTypeTrksegTypecreateTrksegType()Create an instance ofTrksegTypeTrkTypecreateTrkType()Create an instance ofTrkTypeWptTypecreateWptType()Create an instance ofWptType
-
-
-
Method Detail
-
createMetadataType
public MetadataType createMetadataType()
Create an instance ofMetadataType
-
createExtensionsType
public ExtensionsType createExtensionsType()
Create an instance ofExtensionsType
-
createTrksegType
public TrksegType createTrksegType()
Create an instance ofTrksegType
-
createCopyrightType
public CopyrightType createCopyrightType()
Create an instance ofCopyrightType
-
createPersonType
public PersonType createPersonType()
Create an instance ofPersonType
-
createBoundsType
public BoundsType createBoundsType()
Create an instance ofBoundsType
-
createGpx
public JAXBElement<GpxType> createGpx(GpxType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GpxType>
-
-