org.deegree.services.jaxb.wms
Class ObjectFactory

java.lang.Object
  extended by org.deegree.services.jaxb.wms.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.wms 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.wms
 
Method Summary
 javax.xml.bind.JAXBElement<BaseAbstractLayerType> createAbstractLayer(BaseAbstractLayerType value)
          Create an instance of JAXBElement<BaseAbstractLayerType>}
 AbstractLayerType createAbstractLayerType()
          Create an instance of AbstractLayerType
 BaseAbstractLayerType createBaseAbstractLayerType()
          Create an instance of BaseAbstractLayerType
 javax.xml.bind.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
 DeegreeWMS createDeegreeWMS()
          Create an instance of DeegreeWMS
 DeegreeWMS.SupportedVersions createDeegreeWMSSupportedVersions()
          Create an instance of DeegreeWMS.SupportedVersions
 DimensionType createDimensionType()
          Create an instance of DimensionType
 DirectStyleType createDirectStyleType()
          Create an instance of DirectStyleType
 DynamicLayer createDynamicLayer()
          Create an instance of DynamicLayer
 javax.xml.bind.JAXBElement<DynamicLayer> createDynamicLayer(DynamicLayer value)
          Create an instance of JAXBElement<DynamicLayer>}
 FeatureInfoFormatsType createFeatureInfoFormatsType()
          Create an instance of FeatureInfoFormatsType
 FeatureInfoFormatsType.GetFeatureInfoFormat createFeatureInfoFormatsTypeGetFeatureInfoFormat()
          Create an instance of FeatureInfoFormatsType.GetFeatureInfoFormat
 javax.xml.bind.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
 LayerOptionsType createLayerOptionsType()
          Create an instance of LayerOptionsType
 LogicalLayer createLogicalLayer()
          Create an instance of LogicalLayer
 javax.xml.bind.JAXBElement<LogicalLayer> createLogicalLayer(LogicalLayer value)
          Create an instance of JAXBElement<LogicalLayer>}
 RequestableLayer createRequestableLayer()
          Create an instance of RequestableLayer
 javax.xml.bind.JAXBElement<RequestableLayer> createRequestableLayer(RequestableLayer value)
          Create an instance of JAXBElement<RequestableLayer>}
 javax.xml.bind.JAXBElement<ScaleDenominatorsType> createScaleDenominators(ScaleDenominatorsType value)
          Create an instance of JAXBElement<ScaleDenominatorsType>}
 ScaleDenominatorsType createScaleDenominatorsType()
          Create an instance of ScaleDenominatorsType
 ServiceConfigurationType createServiceConfigurationType()
          Create an instance of ServiceConfigurationType
 SLDStyleType createSLDStyleType()
          Create an instance of SLDStyleType
 javax.xml.bind.JAXBElement<java.lang.String> createSLDStyleTypeLegendConfigurationFile(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createSLDStyleTypeName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createSLDStyleTypeUserStyle(java.lang.String value)
          Create an instance of JAXBElement<String>}
 StatisticsLayer createStatisticsLayer()
          Create an instance of StatisticsLayer
 javax.xml.bind.JAXBElement<StatisticsLayer> createStatisticsLayer(StatisticsLayer value)
          Create an instance of JAXBElement<StatisticsLayer>}
 UnrequestableLayer createUnrequestableLayer()
          Create an instance of UnrequestableLayer
 javax.xml.bind.JAXBElement<UnrequestableLayer> createUnrequestableLayer(UnrequestableLayer value)
          Create an instance of JAXBElement<UnrequestableLayer>}
 
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.wms

Method Detail

createCodeType

public CodeType createCodeType()
Create an instance of CodeType


createDeegreeWMSSupportedVersions

public DeegreeWMS.SupportedVersions createDeegreeWMSSupportedVersions()
Create an instance of DeegreeWMS.SupportedVersions


createLanguageStringType

public LanguageStringType createLanguageStringType()
Create an instance of LanguageStringType


createSLDStyleType

public SLDStyleType createSLDStyleType()
Create an instance of SLDStyleType


createUnrequestableLayer

public UnrequestableLayer createUnrequestableLayer()
Create an instance of UnrequestableLayer


createDynamicLayer

public DynamicLayer createDynamicLayer()
Create an instance of DynamicLayer


createBaseAbstractLayerType

public BaseAbstractLayerType createBaseAbstractLayerType()
Create an instance of BaseAbstractLayerType


createLayerOptionsType

public LayerOptionsType createLayerOptionsType()
Create an instance of LayerOptionsType


createRequestableLayer

public RequestableLayer createRequestableLayer()
Create an instance of RequestableLayer


createDimensionType

public DimensionType createDimensionType()
Create an instance of DimensionType


createServiceConfigurationType

public ServiceConfigurationType createServiceConfigurationType()
Create an instance of ServiceConfigurationType


createDirectStyleType

public DirectStyleType createDirectStyleType()
Create an instance of DirectStyleType


createScaleDenominatorsType

public ScaleDenominatorsType createScaleDenominatorsType()
Create an instance of ScaleDenominatorsType


createAbstractLayerType

public AbstractLayerType createAbstractLayerType()
Create an instance of AbstractLayerType


createStatisticsLayer

public StatisticsLayer createStatisticsLayer()
Create an instance of StatisticsLayer


createBoundingBoxType

public BoundingBoxType createBoundingBoxType()
Create an instance of BoundingBoxType


createFeatureInfoFormatsTypeGetFeatureInfoFormat

public FeatureInfoFormatsType.GetFeatureInfoFormat createFeatureInfoFormatsTypeGetFeatureInfoFormat()
Create an instance of FeatureInfoFormatsType.GetFeatureInfoFormat


createKeywordsType

public KeywordsType createKeywordsType()
Create an instance of KeywordsType


createFeatureInfoFormatsType

public FeatureInfoFormatsType createFeatureInfoFormatsType()
Create an instance of FeatureInfoFormatsType


createLogicalLayer

public LogicalLayer createLogicalLayer()
Create an instance of LogicalLayer


createDeegreeWMS

public DeegreeWMS createDeegreeWMS()
Create an instance of DeegreeWMS


createAbstractLayer

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


createKeywords

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


createLogicalLayer

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


createUnrequestableLayer

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


createStatisticsLayer

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


createRequestableLayer

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


createBoundingBox

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


createDynamicLayer

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


createScaleDenominators

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


createSLDStyleTypeLegendConfigurationFile

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


createSLDStyleTypeUserStyle

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


createSLDStyleTypeName

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



Copyright © 2011. All Rights Reserved.