org.deegree.services.jaxb.wcs
Class ObjectFactory

java.lang.Object
  extended by org.deegree.services.jaxb.wcs.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.services.jaxb.wcs 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.wcs
 
Method Summary
 AxisValue createAxisValue()
          Create an instance of AxisValue
 DeegreeWCS createDeegreeWCS()
          Create an instance of DeegreeWCS
 IntervalType createIntervalType()
          Create an instance of IntervalType
 PublishedInformation createPublishedInformation()
          Create an instance of PublishedInformation
 PublishedInformation.AllowedOperations createPublishedInformationAllowedOperations()
          Create an instance of PublishedInformation.AllowedOperations
 PublishedInformation.AllowedOperations.DescribeCoverage createPublishedInformationAllowedOperationsDescribeCoverage()
          Create an instance of PublishedInformation.AllowedOperations.DescribeCoverage
 PublishedInformation.AllowedOperations.GetCapabilities createPublishedInformationAllowedOperationsGetCapabilities()
          Create an instance of PublishedInformation.AllowedOperations.GetCapabilities
 PublishedInformation.AllowedOperations.GetCoverage createPublishedInformationAllowedOperationsGetCoverage()
          Create an instance of PublishedInformation.AllowedOperations.GetCoverage
 PublishedInformation.SupportedVersions createPublishedInformationSupportedVersions()
          Create an instance of PublishedInformation.SupportedVersions
 RangeSetType createRangeSetType()
          Create an instance of RangeSetType
 RangeSetType.AxisDescription createRangeSetTypeAxisDescription()
          Create an instance of RangeSetType.AxisDescription
 ServiceConfiguration createServiceConfiguration()
          Create an instance of ServiceConfiguration
 ServiceConfiguration.Coverage createServiceConfigurationCoverage()
          Create an instance of ServiceConfiguration.Coverage
 SupportOptions createSupportOptions()
          Create an instance of SupportOptions
 TypedType createTypedType()
          Create an instance of TypedType
 JAXBElement<String> createVersion(String value)
          Create an instance of JAXBElement<String>}
 
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.wcs

Method Detail

createServiceConfiguration

public ServiceConfiguration createServiceConfiguration()
Create an instance of ServiceConfiguration


createPublishedInformation

public PublishedInformation createPublishedInformation()
Create an instance of PublishedInformation


createRangeSetType

public RangeSetType createRangeSetType()
Create an instance of RangeSetType


createPublishedInformationAllowedOperations

public PublishedInformation.AllowedOperations createPublishedInformationAllowedOperations()
Create an instance of PublishedInformation.AllowedOperations


createSupportOptions

public SupportOptions createSupportOptions()
Create an instance of SupportOptions


createServiceConfigurationCoverage

public ServiceConfiguration.Coverage createServiceConfigurationCoverage()
Create an instance of ServiceConfiguration.Coverage


createPublishedInformationSupportedVersions

public PublishedInformation.SupportedVersions createPublishedInformationSupportedVersions()
Create an instance of PublishedInformation.SupportedVersions


createDeegreeWCS

public DeegreeWCS createDeegreeWCS()
Create an instance of DeegreeWCS


createAxisValue

public AxisValue createAxisValue()
Create an instance of AxisValue


createTypedType

public TypedType createTypedType()
Create an instance of TypedType


createIntervalType

public IntervalType createIntervalType()
Create an instance of IntervalType


createRangeSetTypeAxisDescription

public RangeSetType.AxisDescription createRangeSetTypeAxisDescription()
Create an instance of RangeSetType.AxisDescription


createPublishedInformationAllowedOperationsGetCapabilities

public PublishedInformation.AllowedOperations.GetCapabilities createPublishedInformationAllowedOperationsGetCapabilities()
Create an instance of PublishedInformation.AllowedOperations.GetCapabilities


createPublishedInformationAllowedOperationsDescribeCoverage

public PublishedInformation.AllowedOperations.DescribeCoverage createPublishedInformationAllowedOperationsDescribeCoverage()
Create an instance of PublishedInformation.AllowedOperations.DescribeCoverage


createPublishedInformationAllowedOperationsGetCoverage

public PublishedInformation.AllowedOperations.GetCoverage createPublishedInformationAllowedOperationsGetCoverage()
Create an instance of PublishedInformation.AllowedOperations.GetCoverage


createVersion

public JAXBElement<String> createVersion(String value)
Create an instance of JAXBElement<String>}



Copyright © 2011. All Rights Reserved.