deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.configuration
Class ObjectFactory

java.lang.Object
  extended by org.deegree.commons.configuration.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.deegree.commons.configuration 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.commons.configuration
 
Method Summary
 JAXBElement<BoundingBoxType> createBoundingBox(BoundingBoxType value)
          Create an instance of JAXBElement<BoundingBoxType>}
 BoundingBoxType createBoundingBoxType()
          Create an instance of BoundingBoxType
 CodeType createCodeType()
          Create an instance of CodeType
 JDBCConnections createJDBCConnections()
          Create an instance of JDBCConnections
 JAXBElement<KeywordsType> createKeywords(KeywordsType value)
          Create an instance of JAXBElement<KeywordsType>}
 KeywordsType createKeywordsType()
          Create an instance of KeywordsType
 LanguageStringType createLanguageStringType()
          Create an instance of LanguageStringType
 PooledConnection createPooledConnection()
          Create an instance of PooledConnection
 ProxyConfiguration createProxyConfiguration()
          Create an instance of ProxyConfiguration
 JAXBElement<ScaleDenominatorsType> createScaleDenominators(ScaleDenominatorsType value)
          Create an instance of JAXBElement<ScaleDenominatorsType>}
 ScaleDenominatorsType createScaleDenominatorsType()
          Create an instance of ScaleDenominatorsType
 
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.commons.configuration

Method Detail

createLanguageStringType

public LanguageStringType createLanguageStringType()
Create an instance of LanguageStringType


createJDBCConnections

public JDBCConnections createJDBCConnections()
Create an instance of JDBCConnections


createScaleDenominatorsType

public ScaleDenominatorsType createScaleDenominatorsType()
Create an instance of ScaleDenominatorsType


createPooledConnection

public PooledConnection createPooledConnection()
Create an instance of PooledConnection


createKeywordsType

public KeywordsType createKeywordsType()
Create an instance of KeywordsType


createProxyConfiguration

public ProxyConfiguration createProxyConfiguration()
Create an instance of ProxyConfiguration


createCodeType

public CodeType createCodeType()
Create an instance of CodeType


createBoundingBoxType

public BoundingBoxType createBoundingBoxType()
Create an instance of BoundingBoxType


createScaleDenominators

public JAXBElement<ScaleDenominatorsType> createScaleDenominators(ScaleDenominatorsType value)
Create an instance of JAXBElement<ScaleDenominatorsType>}


createBoundingBox

public JAXBElement<BoundingBoxType> createBoundingBox(BoundingBoxType value)
Create an instance of JAXBElement<BoundingBoxType>}


createKeywords

public JAXBElement<KeywordsType> createKeywords(KeywordsType value)
Create an instance of JAXBElement<KeywordsType>}


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>