com.topografix.gpx._1._0
Class ObjectFactory

java.lang.Object
  extended by com.topografix.gpx._1._0.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.topografix.gpx._1._0 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.topografix.gpx._1._0
 
Method Summary
 BoundsType createBoundsType()
          Create an instance of BoundsType
 Gpx createGpx()
          Create an instance of Gpx
 Gpx.Rte createGpxRte()
          Create an instance of Gpx.Rte
 Gpx.Rte.Rtept createGpxRteRtept()
          Create an instance of Gpx.Rte.Rtept
 Gpx.Trk createGpxTrk()
          Create an instance of Gpx.Trk
 Gpx.Trk.Trkseg createGpxTrkTrkseg()
          Create an instance of Gpx.Trk.Trkseg
 Gpx.Trk.Trkseg.Trkpt createGpxTrkTrksegTrkpt()
          Create an instance of Gpx.Trk.Trkseg.Trkpt
 Gpx.Wpt createGpxWpt()
          Create an instance of Gpx.Wpt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.topografix.gpx._1._0

Method Detail

createGpxTrk

public Gpx.Trk createGpxTrk()
Create an instance of Gpx.Trk


createGpx

public Gpx createGpx()
Create an instance of Gpx


createGpxRteRtept

public Gpx.Rte.Rtept createGpxRteRtept()
Create an instance of Gpx.Rte.Rtept


createGpxTrkTrkseg

public Gpx.Trk.Trkseg createGpxTrkTrkseg()
Create an instance of Gpx.Trk.Trkseg


createGpxTrkTrksegTrkpt

public Gpx.Trk.Trkseg.Trkpt createGpxTrkTrksegTrkpt()
Create an instance of Gpx.Trk.Trkseg.Trkpt


createBoundsType

public BoundsType createBoundsType()
Create an instance of BoundsType


createGpxRte

public Gpx.Rte createGpxRte()
Create an instance of Gpx.Rte


createGpxWpt

public Gpx.Wpt createGpxWpt()
Create an instance of Gpx.Wpt



Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.