org.deegree.services.jaxb.wfs
Class ObjectFactory

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.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 org.deegree.services.jaxb.wfs 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.deegree.services.jaxb.wfs
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.Object> createAbstractCoordinateFormatter(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<AbstractFormatType> createAbstractFormat(AbstractFormatType value)
          Create an instance of JAXBElement<AbstractFormatType>}
 CustomCoordinateFormatter createCustomCoordinateFormatter()
          Create an instance of CustomCoordinateFormatter
 javax.xml.bind.JAXBElement<CustomCoordinateFormatter> createCustomCoordinateFormatter(CustomCoordinateFormatter value)
          Create an instance of JAXBElement<CustomCoordinateFormatter>}
 CustomCoordinateFormatter.Param createCustomCoordinateFormatterParam()
          Create an instance of CustomCoordinateFormatter.Param
 CustomFormat createCustomFormat()
          Create an instance of CustomFormat
 javax.xml.bind.JAXBElement<CustomFormat> createCustomFormat(CustomFormat value)
          Create an instance of JAXBElement<CustomFormat>}
 DecimalCoordinateFormatter createDecimalCoordinateFormatter()
          Create an instance of DecimalCoordinateFormatter
 javax.xml.bind.JAXBElement<DecimalCoordinateFormatter> createDecimalCoordinateFormatter(DecimalCoordinateFormatter value)
          Create an instance of JAXBElement<DecimalCoordinateFormatter>}
 DeegreeWFS createDeegreeWFS()
          Create an instance of DeegreeWFS
 DeegreeWFS.SupportedVersions createDeegreeWFSSupportedVersions()
          Create an instance of DeegreeWFS.SupportedVersions
 FeatureTypeMetadata createFeatureTypeMetadata()
          Create an instance of FeatureTypeMetadata
 GMLFormat createGMLFormat()
          Create an instance of GMLFormat
 javax.xml.bind.JAXBElement<GMLFormat> createGMLFormat(GMLFormat value)
          Create an instance of JAXBElement<GMLFormat>}
 GMLFormat.GetFeatureResponse createGMLFormatGetFeatureResponse()
          Create an instance of GMLFormat.GetFeatureResponse
 
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.deegree.services.jaxb.wfs

Method Detail

createDeegreeWFS

public DeegreeWFS createDeegreeWFS()
Create an instance of DeegreeWFS


createDecimalCoordinateFormatter

public DecimalCoordinateFormatter createDecimalCoordinateFormatter()
Create an instance of DecimalCoordinateFormatter


createCustomCoordinateFormatter

public CustomCoordinateFormatter createCustomCoordinateFormatter()
Create an instance of CustomCoordinateFormatter


createGMLFormatGetFeatureResponse

public GMLFormat.GetFeatureResponse createGMLFormatGetFeatureResponse()
Create an instance of GMLFormat.GetFeatureResponse


createGMLFormat

public GMLFormat createGMLFormat()
Create an instance of GMLFormat


createCustomFormat

public CustomFormat createCustomFormat()
Create an instance of CustomFormat


createDeegreeWFSSupportedVersions

public DeegreeWFS.SupportedVersions createDeegreeWFSSupportedVersions()
Create an instance of DeegreeWFS.SupportedVersions


createCustomCoordinateFormatterParam

public CustomCoordinateFormatter.Param createCustomCoordinateFormatterParam()
Create an instance of CustomCoordinateFormatter.Param


createFeatureTypeMetadata

public FeatureTypeMetadata createFeatureTypeMetadata()
Create an instance of FeatureTypeMetadata


createAbstractCoordinateFormatter

public javax.xml.bind.JAXBElement<java.lang.Object> createAbstractCoordinateFormatter(java.lang.Object value)
Create an instance of JAXBElement<Object>}


createAbstractFormat

public javax.xml.bind.JAXBElement<AbstractFormatType> createAbstractFormat(AbstractFormatType value)
Create an instance of JAXBElement<AbstractFormatType>}


createCustomCoordinateFormatter

public javax.xml.bind.JAXBElement<CustomCoordinateFormatter> createCustomCoordinateFormatter(CustomCoordinateFormatter value)
Create an instance of JAXBElement<CustomCoordinateFormatter>}


createCustomFormat

public javax.xml.bind.JAXBElement<CustomFormat> createCustomFormat(CustomFormat value)
Create an instance of JAXBElement<CustomFormat>}


createDecimalCoordinateFormatter

public javax.xml.bind.JAXBElement<DecimalCoordinateFormatter> createDecimalCoordinateFormatter(DecimalCoordinateFormatter value)
Create an instance of JAXBElement<DecimalCoordinateFormatter>}


createGMLFormat

public javax.xml.bind.JAXBElement<GMLFormat> createGMLFormat(GMLFormat value)
Create an instance of JAXBElement<GMLFormat>}



Copyright © 2011. All Rights Reserved.