org.georss.georss._10
Class ObjectFactory

java.lang.Object
  extended by org.georss.georss._10.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.georss.georss._10 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: org.georss.georss._10
 
Method Summary
 JAXBElement<SimplePositionType> createBox(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 GeoRssExtension createGeoRssExtension()
          Create an instance of GeoRssExtension
 JAXBElement<SimplePositionType> createLine(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> createPoint(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 JAXBElement<SimplePositionType> createPolygon(SimplePositionType value)
          Create an instance of JAXBElement<SimplePositionType>}
 SimplePositionType createSimplePositionType()
          Create an instance of SimplePositionType
 Where createWhere()
          Create an instance of Where
 JAXBElement<Where> createWhere(Where value)
          Create an instance of JAXBElement<Where>}
 
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: org.georss.georss._10

Method Detail

createGeoRssExtension

public GeoRssExtension createGeoRssExtension()
Create an instance of GeoRssExtension


createWhere

public Where createWhere()
Create an instance of Where


createSimplePositionType

public SimplePositionType createSimplePositionType()
Create an instance of SimplePositionType


createPolygon

public JAXBElement<SimplePositionType> createPolygon(SimplePositionType value)
Create an instance of JAXBElement<SimplePositionType>}


createLine

public JAXBElement<SimplePositionType> createLine(SimplePositionType value)
Create an instance of JAXBElement<SimplePositionType>}


createWhere

public JAXBElement<Where> createWhere(Where value)
Create an instance of JAXBElement<Where>}


createBox

public JAXBElement<SimplePositionType> createBox(SimplePositionType value)
Create an instance of JAXBElement<SimplePositionType>}


createPoint

public JAXBElement<SimplePositionType> createPoint(SimplePositionType value)
Create an instance of JAXBElement<SimplePositionType>}



Copyright © 2008. All Rights Reserved.