net.opengis.ows_context
Class ObjectFactory

java.lang.Object
  extended by net.opengis.ows_context.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.ows_context 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: net.opengis.ows_context
 
Method Summary
 DimensionListType createDimensionListType()
          Create an instance of DimensionListType
 DimensionType createDimensionType()
          Create an instance of DimensionType
 ExtensionType createExtensionType()
          Create an instance of ExtensionType
 FormatListType createFormatListType()
          Create an instance of FormatListType
 FormatType createFormatType()
          Create an instance of FormatType
 GeneralType createGeneralType()
          Create an instance of GeneralType
 InlineFeatureCollectionType createInlineFeatureCollectionType()
          Create an instance of InlineFeatureCollectionType
 JAXBElement<LayerType> createLayer(LayerType value)
          Create an instance of JAXBElement<LayerType>}
 LayerType createLayerType()
          Create an instance of LayerType
 JAXBElement<MediaType> createMedia(MediaType value)
          Create an instance of JAXBElement<MediaType>}
 MediaType createMediaType()
          Create an instance of MediaType
 OnlineResourceType createOnlineResourceType()
          Create an instance of OnlineResourceType
 JAXBElement<OWSContextType> createOWSContext(OWSContextType value)
          Create an instance of JAXBElement<OWSContextType>}
 OWSContextType createOWSContextType()
          Create an instance of OWSContextType
 ParameterListType createParameterListType()
          Create an instance of ParameterListType
 JAXBElement<ResourceListType> createResourceList(ResourceListType value)
          Create an instance of JAXBElement<ResourceListType>}
 ResourceListType createResourceListType()
          Create an instance of ResourceListType
 ServerType createServerType()
          Create an instance of ServerType
 SLDType createSLDType()
          Create an instance of SLDType
 StyleListType createStyleListType()
          Create an instance of StyleListType
 StyleType createStyleType()
          Create an instance of StyleType
 URLType createURLType()
          Create an instance of URLType
 WindowType createWindowType()
          Create an instance of WindowType
 
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: net.opengis.ows_context

Method Detail

createLayerType

public LayerType createLayerType()
Create an instance of LayerType


createMediaType

public MediaType createMediaType()
Create an instance of MediaType


createOWSContextType

public OWSContextType createOWSContextType()
Create an instance of OWSContextType


createResourceListType

public ResourceListType createResourceListType()
Create an instance of ResourceListType


createInlineFeatureCollectionType

public InlineFeatureCollectionType createInlineFeatureCollectionType()
Create an instance of InlineFeatureCollectionType


createOnlineResourceType

public OnlineResourceType createOnlineResourceType()
Create an instance of OnlineResourceType


createGeneralType

public GeneralType createGeneralType()
Create an instance of GeneralType


createURLType

public URLType createURLType()
Create an instance of URLType


createExtensionType

public ExtensionType createExtensionType()
Create an instance of ExtensionType


createDimensionType

public DimensionType createDimensionType()
Create an instance of DimensionType


createDimensionListType

public DimensionListType createDimensionListType()
Create an instance of DimensionListType


createWindowType

public WindowType createWindowType()
Create an instance of WindowType


createFormatListType

public FormatListType createFormatListType()
Create an instance of FormatListType


createServerType

public ServerType createServerType()
Create an instance of ServerType


createSLDType

public SLDType createSLDType()
Create an instance of SLDType


createStyleListType

public StyleListType createStyleListType()
Create an instance of StyleListType


createParameterListType

public ParameterListType createParameterListType()
Create an instance of ParameterListType


createStyleType

public StyleType createStyleType()
Create an instance of StyleType


createFormatType

public FormatType createFormatType()
Create an instance of FormatType


createLayer

public JAXBElement<LayerType> createLayer(LayerType value)
Create an instance of JAXBElement<LayerType>}


createMedia

public JAXBElement<MediaType> createMedia(MediaType value)
Create an instance of JAXBElement<MediaType>}


createResourceList

public JAXBElement<ResourceListType> createResourceList(ResourceListType value)
Create an instance of JAXBElement<ResourceListType>}


createOWSContext

public JAXBElement<OWSContextType> createOWSContext(OWSContextType value)
Create an instance of JAXBElement<OWSContextType>}



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.