net.opengis.wps10
Interface Wps10Factory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
Wps10FactoryImpl

public interface Wps10Factory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
Wps10Package

Field Summary
static Wps10Factory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 BodyReferenceType createBodyReferenceType()
          Returns a new object of class 'Body Reference Type'.
 ComplexDataCombinationsType createComplexDataCombinationsType()
          Returns a new object of class 'Complex Data Combinations Type'.
 ComplexDataCombinationType createComplexDataCombinationType()
          Returns a new object of class 'Complex Data Combination Type'.
 ComplexDataDescriptionType createComplexDataDescriptionType()
          Returns a new object of class 'Complex Data Description Type'.
 ComplexDataType createComplexDataType()
          Returns a new object of class 'Complex Data Type'.
 CRSsType createCRSsType()
          Returns a new object of class 'CR Ss Type'.
 DataInputsType createDataInputsType()
          Returns a new object of class 'Data Inputs Type'.
 DataInputsType1 createDataInputsType1()
          Returns a new object of class 'Data Inputs Type1'.
 DataType createDataType()
          Returns a new object of class 'Data Type'.
 DefaultType createDefaultType()
          Returns a new object of class 'Default Type'.
 DefaultType1 createDefaultType1()
          Returns a new object of class 'Default Type1'.
 DefaultType2 createDefaultType2()
          Returns a new object of class 'Default Type2'.
 DescribeProcessType createDescribeProcessType()
          Returns a new object of class 'Describe Process Type'.
 DescriptionType createDescriptionType()
          Returns a new object of class 'Description Type'.
 DocumentOutputDefinitionType createDocumentOutputDefinitionType()
          Returns a new object of class 'Document Output Definition Type'.
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 ExecuteResponseType createExecuteResponseType()
          Returns a new object of class 'Execute Response Type'.
 ExecuteType createExecuteType()
          Returns a new object of class 'Execute Type'.
 GetCapabilitiesType createGetCapabilitiesType()
          Returns a new object of class 'Get Capabilities Type'.
 HeaderType createHeaderType()
          Returns a new object of class 'Header Type'.
 InputDescriptionType createInputDescriptionType()
          Returns a new object of class 'Input Description Type'.
 InputReferenceType createInputReferenceType()
          Returns a new object of class 'Input Reference Type'.
 InputType createInputType()
          Returns a new object of class 'Input Type'.
 LanguagesType createLanguagesType()
          Returns a new object of class 'Languages Type'.
 LanguagesType1 createLanguagesType1()
          Returns a new object of class 'Languages Type1'.
 LiteralDataType createLiteralDataType()
          Returns a new object of class 'Literal Data Type'.
 LiteralInputType createLiteralInputType()
          Returns a new object of class 'Literal Input Type'.
 LiteralOutputType createLiteralOutputType()
          Returns a new object of class 'Literal Output Type'.
 OutputDataType createOutputDataType()
          Returns a new object of class 'Output Data Type'.
 OutputDefinitionsType createOutputDefinitionsType()
          Returns a new object of class 'Output Definitions Type'.
 OutputDefinitionType createOutputDefinitionType()
          Returns a new object of class 'Output Definition Type'.
 OutputDescriptionType createOutputDescriptionType()
          Returns a new object of class 'Output Description Type'.
 OutputReferenceType createOutputReferenceType()
          Returns a new object of class 'Output Reference Type'.
 ProcessBriefType createProcessBriefType()
          Returns a new object of class 'Process Brief Type'.
 ProcessDescriptionsType createProcessDescriptionsType()
          Returns a new object of class 'Process Descriptions Type'.
 ProcessDescriptionType createProcessDescriptionType()
          Returns a new object of class 'Process Description Type'.
 ProcessFailedType createProcessFailedType()
          Returns a new object of class 'Process Failed Type'.
 ProcessOfferingsType createProcessOfferingsType()
          Returns a new object of class 'Process Offerings Type'.
 ProcessOutputsType createProcessOutputsType()
          Returns a new object of class 'Process Outputs Type'.
 ProcessOutputsType1 createProcessOutputsType1()
          Returns a new object of class 'Process Outputs Type1'.
 ProcessStartedType createProcessStartedType()
          Returns a new object of class 'Process Started Type'.
 RequestBaseType createRequestBaseType()
          Returns a new object of class 'Request Base Type'.
 ResponseBaseType createResponseBaseType()
          Returns a new object of class 'Response Base Type'.
 ResponseDocumentType createResponseDocumentType()
          Returns a new object of class 'Response Document Type'.
 ResponseFormType createResponseFormType()
          Returns a new object of class 'Response Form Type'.
 StatusType createStatusType()
          Returns a new object of class 'Status Type'.
 SupportedComplexDataInputType createSupportedComplexDataInputType()
          Returns a new object of class 'Supported Complex Data Input Type'.
 SupportedComplexDataType createSupportedComplexDataType()
          Returns a new object of class 'Supported Complex Data Type'.
 SupportedCRSsType createSupportedCRSsType()
          Returns a new object of class 'Supported CR Ss Type'.
 SupportedUOMsType createSupportedUOMsType()
          Returns a new object of class 'Supported UO Ms Type'.
 UOMsType createUOMsType()
          Returns a new object of class 'UO Ms Type'.
 ValuesReferenceType createValuesReferenceType()
          Returns a new object of class 'Values Reference Type'.
 WPSCapabilitiesType createWPSCapabilitiesType()
          Returns a new object of class 'WPS Capabilities Type'.
 WSDLType createWSDLType()
          Returns a new object of class 'WSDL Type'.
 Wps10Package getWps10Package()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final Wps10Factory eINSTANCE
The singleton instance of the factory.

Method Detail

createBodyReferenceType

BodyReferenceType createBodyReferenceType()
Returns a new object of class 'Body Reference Type'.

Returns:
a new object of class 'Body Reference Type'.

createComplexDataCombinationsType

ComplexDataCombinationsType createComplexDataCombinationsType()
Returns a new object of class 'Complex Data Combinations Type'.

Returns:
a new object of class 'Complex Data Combinations Type'.

createComplexDataCombinationType

ComplexDataCombinationType createComplexDataCombinationType()
Returns a new object of class 'Complex Data Combination Type'.

Returns:
a new object of class 'Complex Data Combination Type'.

createComplexDataDescriptionType

ComplexDataDescriptionType createComplexDataDescriptionType()
Returns a new object of class 'Complex Data Description Type'.

Returns:
a new object of class 'Complex Data Description Type'.

createComplexDataType

ComplexDataType createComplexDataType()
Returns a new object of class 'Complex Data Type'.

Returns:
a new object of class 'Complex Data Type'.

createCRSsType

CRSsType createCRSsType()
Returns a new object of class 'CR Ss Type'.

Returns:
a new object of class 'CR Ss Type'.

createDataInputsType

DataInputsType createDataInputsType()
Returns a new object of class 'Data Inputs Type'.

Returns:
a new object of class 'Data Inputs Type'.

createDataInputsType1

DataInputsType1 createDataInputsType1()
Returns a new object of class 'Data Inputs Type1'.

Returns:
a new object of class 'Data Inputs Type1'.

createDataType

DataType createDataType()
Returns a new object of class 'Data Type'.

Returns:
a new object of class 'Data Type'.

createDefaultType

DefaultType createDefaultType()
Returns a new object of class 'Default Type'.

Returns:
a new object of class 'Default Type'.

createDefaultType1

DefaultType1 createDefaultType1()
Returns a new object of class 'Default Type1'.

Returns:
a new object of class 'Default Type1'.

createDefaultType2

DefaultType2 createDefaultType2()
Returns a new object of class 'Default Type2'.

Returns:
a new object of class 'Default Type2'.

createDescribeProcessType

DescribeProcessType createDescribeProcessType()
Returns a new object of class 'Describe Process Type'.

Returns:
a new object of class 'Describe Process Type'.

createDescriptionType

DescriptionType createDescriptionType()
Returns a new object of class 'Description Type'.

Returns:
a new object of class 'Description Type'.

createDocumentOutputDefinitionType

DocumentOutputDefinitionType createDocumentOutputDefinitionType()
Returns a new object of class 'Document Output Definition Type'.

Returns:
a new object of class 'Document Output Definition Type'.

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

createExecuteResponseType

ExecuteResponseType createExecuteResponseType()
Returns a new object of class 'Execute Response Type'.

Returns:
a new object of class 'Execute Response Type'.

createExecuteType

ExecuteType createExecuteType()
Returns a new object of class 'Execute Type'.

Returns:
a new object of class 'Execute Type'.

createGetCapabilitiesType

GetCapabilitiesType createGetCapabilitiesType()
Returns a new object of class 'Get Capabilities Type'.

Returns:
a new object of class 'Get Capabilities Type'.

createHeaderType

HeaderType createHeaderType()
Returns a new object of class 'Header Type'.

Returns:
a new object of class 'Header Type'.

createInputDescriptionType

InputDescriptionType createInputDescriptionType()
Returns a new object of class 'Input Description Type'.

Returns:
a new object of class 'Input Description Type'.

createInputReferenceType

InputReferenceType createInputReferenceType()
Returns a new object of class 'Input Reference Type'.

Returns:
a new object of class 'Input Reference Type'.

createInputType

InputType createInputType()
Returns a new object of class 'Input Type'.

Returns:
a new object of class 'Input Type'.

createLanguagesType

LanguagesType createLanguagesType()
Returns a new object of class 'Languages Type'.

Returns:
a new object of class 'Languages Type'.

createLanguagesType1

LanguagesType1 createLanguagesType1()
Returns a new object of class 'Languages Type1'.

Returns:
a new object of class 'Languages Type1'.

createLiteralDataType

LiteralDataType createLiteralDataType()
Returns a new object of class 'Literal Data Type'.

Returns:
a new object of class 'Literal Data Type'.

createLiteralInputType

LiteralInputType createLiteralInputType()
Returns a new object of class 'Literal Input Type'.

Returns:
a new object of class 'Literal Input Type'.

createLiteralOutputType

LiteralOutputType createLiteralOutputType()
Returns a new object of class 'Literal Output Type'.

Returns:
a new object of class 'Literal Output Type'.

createOutputDataType

OutputDataType createOutputDataType()
Returns a new object of class 'Output Data Type'.

Returns:
a new object of class 'Output Data Type'.

createOutputDefinitionsType

OutputDefinitionsType createOutputDefinitionsType()
Returns a new object of class 'Output Definitions Type'.

Returns:
a new object of class 'Output Definitions Type'.

createOutputDefinitionType

OutputDefinitionType createOutputDefinitionType()
Returns a new object of class 'Output Definition Type'.

Returns:
a new object of class 'Output Definition Type'.

createOutputDescriptionType

OutputDescriptionType createOutputDescriptionType()
Returns a new object of class 'Output Description Type'.

Returns:
a new object of class 'Output Description Type'.

createOutputReferenceType

OutputReferenceType createOutputReferenceType()
Returns a new object of class 'Output Reference Type'.

Returns:
a new object of class 'Output Reference Type'.

createProcessBriefType

ProcessBriefType createProcessBriefType()
Returns a new object of class 'Process Brief Type'.

Returns:
a new object of class 'Process Brief Type'.

createProcessDescriptionsType

ProcessDescriptionsType createProcessDescriptionsType()
Returns a new object of class 'Process Descriptions Type'.

Returns:
a new object of class 'Process Descriptions Type'.

createProcessDescriptionType

ProcessDescriptionType createProcessDescriptionType()
Returns a new object of class 'Process Description Type'.

Returns:
a new object of class 'Process Description Type'.

createProcessFailedType

ProcessFailedType createProcessFailedType()
Returns a new object of class 'Process Failed Type'.

Returns:
a new object of class 'Process Failed Type'.

createProcessOfferingsType

ProcessOfferingsType createProcessOfferingsType()
Returns a new object of class 'Process Offerings Type'.

Returns:
a new object of class 'Process Offerings Type'.

createProcessOutputsType

ProcessOutputsType createProcessOutputsType()
Returns a new object of class 'Process Outputs Type'.

Returns:
a new object of class 'Process Outputs Type'.

createProcessOutputsType1

ProcessOutputsType1 createProcessOutputsType1()
Returns a new object of class 'Process Outputs Type1'.

Returns:
a new object of class 'Process Outputs Type1'.

createProcessStartedType

ProcessStartedType createProcessStartedType()
Returns a new object of class 'Process Started Type'.

Returns:
a new object of class 'Process Started Type'.

createRequestBaseType

RequestBaseType createRequestBaseType()
Returns a new object of class 'Request Base Type'.

Returns:
a new object of class 'Request Base Type'.

createResponseBaseType

ResponseBaseType createResponseBaseType()
Returns a new object of class 'Response Base Type'.

Returns:
a new object of class 'Response Base Type'.

createResponseDocumentType

ResponseDocumentType createResponseDocumentType()
Returns a new object of class 'Response Document Type'.

Returns:
a new object of class 'Response Document Type'.

createResponseFormType

ResponseFormType createResponseFormType()
Returns a new object of class 'Response Form Type'.

Returns:
a new object of class 'Response Form Type'.

createStatusType

StatusType createStatusType()
Returns a new object of class 'Status Type'.

Returns:
a new object of class 'Status Type'.

createSupportedComplexDataInputType

SupportedComplexDataInputType createSupportedComplexDataInputType()
Returns a new object of class 'Supported Complex Data Input Type'.

Returns:
a new object of class 'Supported Complex Data Input Type'.

createSupportedComplexDataType

SupportedComplexDataType createSupportedComplexDataType()
Returns a new object of class 'Supported Complex Data Type'.

Returns:
a new object of class 'Supported Complex Data Type'.

createSupportedCRSsType

SupportedCRSsType createSupportedCRSsType()
Returns a new object of class 'Supported CR Ss Type'.

Returns:
a new object of class 'Supported CR Ss Type'.

createSupportedUOMsType

SupportedUOMsType createSupportedUOMsType()
Returns a new object of class 'Supported UO Ms Type'.

Returns:
a new object of class 'Supported UO Ms Type'.

createUOMsType

UOMsType createUOMsType()
Returns a new object of class 'UO Ms Type'.

Returns:
a new object of class 'UO Ms Type'.

createValuesReferenceType

ValuesReferenceType createValuesReferenceType()
Returns a new object of class 'Values Reference Type'.

Returns:
a new object of class 'Values Reference Type'.

createWPSCapabilitiesType

WPSCapabilitiesType createWPSCapabilitiesType()
Returns a new object of class 'WPS Capabilities Type'.

Returns:
a new object of class 'WPS Capabilities Type'.

createWSDLType

WSDLType createWSDLType()
Returns a new object of class 'WSDL Type'.

Returns:
a new object of class 'WSDL Type'.

getWps10Package

Wps10Package getWps10Package()
Returns the package supported by this factory.

Returns:
the package supported by this factory.


Copyright © 1996-2010 Geotools. All Rights Reserved.