/** * * * * $Id$ */ package net.opengis.wps; import net.opengis.ows11.Ows11Package; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EDataType; import org.eclipse.emf.ecore.EEnum; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * * * This XML Schema Document encodes the WPS GetCapabilities operation response. * Copyright (c) 2007 OGC, All Rights Reserved. * For conditions, see OGC Software Notice http://www.opengeospatial.org/ogc/software * * * Location of a WSDL document. * Copyright (c) 2007 OGC, All Rights Reserved. * For conditions, see OGC Software Notice http://www.opengeospatial.org/ogc/software * * * Brief description of a Process, designed for Process discovery. * Copyright (c) 2007 OGC, All Rights Reserved. * For conditions, see OGC Software Notice http://www.opengeospatial.org/ogc/software * * * This XML Schema Document encodes elements and types that are shared by multiple WPS operations. * Copyright (c) 2007 OGC, All Rights Reserved. * For conditions, see OGC Software Notice http://www.opengeospatial.org/ogc/software * * This XML Schema Document includes and imports, directly and indirectly, all the XML Schemas defined by the OWS Common Implemetation Specification. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the GetResourceByID operation request message. This typical operation is specified as a base for profiling in specific OWS specifications. For information on the allowed changes and limitations in such profiling, see Subclause 9.4.1 of the OWS Common specification. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the parts of the MD_DataIdentification class of ISO 19115 (OGC Abstract Specification Topic 11) which are expected to be used for most datasets. This Schema also encodes the parts of this class that are expected to be useful for other metadata. Both may be used within the Contents section of OWS service metadata (Capabilities) documents. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes various parameters and parameter types that can be used in OWS operation requests and responses. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the parts of ISO 19115 used by the common "ServiceIdentification" and "ServiceProvider" sections of the GetCapabilities operation response, known as the service metadata XML document. The parts encoded here are the MD_Keywords, CI_ResponsibleParty, and related classes. The UML package prefixes were omitted from XML names, and the XML element names were all capitalized, for consistency with other OWS Schemas. This document also provides a simple coding of text in multiple languages, simplified from Annex J of ISO 19115. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document defines the GetCapabilities operation request and response XML elements and types, which are common to all OWSs. This XML Schema shall be edited by each OWS, for example, to specify a specific value for the "service" attribute. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the common "ServiceIdentification" section of the GetCapabilities operation response, known as the Capabilities XML document. This section encodes the SV_ServiceIdentification class of ISO 19119 (OGC Abstract Specification Topic 12). * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the common "ServiceProvider" section of the GetCapabilities operation response, known as the Capabilities XML document. This section encodes the SV_ServiceProvider class of ISO 19119 (OGC Abstract Specification Topic 12). * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the basic contents of the "OperationsMetadata" section of the GetCapabilities operation response, also known as the Capabilities XML document. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the allowed values (or domain) of a quantity, often for an input or output parameter to an OWS. Such a parameter is sometimes called a variable, quantity, literal, or typed literal. Such a parameter can use one of many data types, including double, integer, boolean, string, or URI. The allowed values can also be encoded for a quantity that is not explicit or not transferred, but is constrained by a server implementation. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the Exception Report response to all OWS operations. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document encodes the typical Contents section of an OWS service metadata (Capabilities) document. This Schema can be built upon to define the Contents section for a specific OWS. If the ContentsBaseType in this XML Schema cannot be restricted and extended to define the Contents section for a specific OWS, all other relevant parts defined in owsContents.xsd shall be used by the �ContentsType� in the wxsContents.xsd prepared for the specific OWS. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document specifies types and elements for input and output of operation data, allowing including multiple data items with each data item either included or referenced. The contents of each type and element specified here can be restricted and/or extended for each use in a specific OWS specification. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * This XML Schema Document specifies types and elements for document or resource references and for package manifests that contain multiple references. The contents of each type and element specified here can be restricted and/or extended for each use in a specific OWS specification. * Copyright (c) 2006 Open Geospatial Consortium, Inc. All Rights Reserved. * * This XML Schema Document encodes elements and types that are shared by multiple WPS operations. * Copyright (c) 2007 OGC, All Rights Reserved. * For conditions, see OGC Software Notice http://www.opengeospatial.org/ogc/software * * @see net.opengis.wps.WpsFactory * @model kind="package" * @generated */ public interface WpsPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "wps"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://www.opengis.net/wps/1.0.0"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "wps"; /** * The singleton instance of the package. * * * @generated */ WpsPackage eINSTANCE = net.opengis.wps.impl.WpsPackageImpl.init(); /** * The meta object id for the '{@link net.opengis.wps.impl.BodyReferenceTypeImpl Body Reference Type}' class. * * * @see net.opengis.wps.impl.BodyReferenceTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getBodyReferenceType() * @generated */ int BODY_REFERENCE_TYPE = 0; /** * The feature id for the 'Href' attribute. * * * @generated * @ordered */ int BODY_REFERENCE_TYPE__HREF = 0; /** * The number of structural features of the 'Body Reference Type' class. * * * @generated * @ordered */ int BODY_REFERENCE_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ComplexDataCombinationsTypeImpl Complex Data Combinations Type}' class. * * * @see net.opengis.wps.impl.ComplexDataCombinationsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getComplexDataCombinationsType() * @generated */ int COMPLEX_DATA_COMBINATIONS_TYPE = 1; /** * The feature id for the 'Format' containment reference list. * * * @generated * @ordered */ int COMPLEX_DATA_COMBINATIONS_TYPE__FORMAT = 0; /** * The number of structural features of the 'Complex Data Combinations Type' class. * * * @generated * @ordered */ int COMPLEX_DATA_COMBINATIONS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ComplexDataCombinationTypeImpl Complex Data Combination Type}' class. * * * @see net.opengis.wps.impl.ComplexDataCombinationTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getComplexDataCombinationType() * @generated */ int COMPLEX_DATA_COMBINATION_TYPE = 2; /** * The feature id for the 'Format' containment reference. * * * @generated * @ordered */ int COMPLEX_DATA_COMBINATION_TYPE__FORMAT = 0; /** * The number of structural features of the 'Complex Data Combination Type' class. * * * @generated * @ordered */ int COMPLEX_DATA_COMBINATION_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ComplexDataDescriptionTypeImpl Complex Data Description Type}' class. * * * @see net.opengis.wps.impl.ComplexDataDescriptionTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getComplexDataDescriptionType() * @generated */ int COMPLEX_DATA_DESCRIPTION_TYPE = 3; /** * The feature id for the 'Mime Type' attribute. * * * @generated * @ordered */ int COMPLEX_DATA_DESCRIPTION_TYPE__MIME_TYPE = 0; /** * The feature id for the 'Encoding' attribute. * * * @generated * @ordered */ int COMPLEX_DATA_DESCRIPTION_TYPE__ENCODING = 1; /** * The feature id for the 'Schema' attribute. * * * @generated * @ordered */ int COMPLEX_DATA_DESCRIPTION_TYPE__SCHEMA = 2; /** * The number of structural features of the 'Complex Data Description Type' class. * * * @generated * @ordered */ int COMPLEX_DATA_DESCRIPTION_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wps.impl.ComplexDataTypeImpl Complex Data Type}' class. * * * @see net.opengis.wps.impl.ComplexDataTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getComplexDataType() * @generated */ int COMPLEX_DATA_TYPE = 4; /** * The feature id for the 'Mixed' attribute list. * * * @generated * @ordered */ int COMPLEX_DATA_TYPE__MIXED = 0; /** * The feature id for the 'Encoding' attribute. * * * @generated * @ordered */ int COMPLEX_DATA_TYPE__ENCODING = 1; /** * The feature id for the 'Mime Type' attribute. * * * @generated * @ordered */ int COMPLEX_DATA_TYPE__MIME_TYPE = 2; /** * The feature id for the 'Schema' attribute. * * * @generated * @ordered */ int COMPLEX_DATA_TYPE__SCHEMA = 3; /** * The feature id for the 'Data' attribute list. * * * @generated * @ordered */ int COMPLEX_DATA_TYPE__DATA = 4; /** * The number of structural features of the 'Complex Data Type' class. * * * @generated * @ordered */ int COMPLEX_DATA_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.wps.impl.CRSsTypeImpl CR Ss Type}' class. * * * @see net.opengis.wps.impl.CRSsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getCRSsType() * @generated */ int CR_SS_TYPE = 5; /** * The feature id for the 'CRS' attribute. * * * @generated * @ordered */ int CR_SS_TYPE__CRS = 0; /** * The number of structural features of the 'CR Ss Type' class. * * * @generated * @ordered */ int CR_SS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.DataInputsTypeImpl Data Inputs Type}' class. * * * @see net.opengis.wps.impl.DataInputsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getDataInputsType() * @generated */ int DATA_INPUTS_TYPE = 6; /** * The feature id for the 'Input' containment reference list. * * * @generated * @ordered */ int DATA_INPUTS_TYPE__INPUT = 0; /** * The number of structural features of the 'Data Inputs Type' class. * * * @generated * @ordered */ int DATA_INPUTS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.DataInputsType1Impl Data Inputs Type1}' class. * * * @see net.opengis.wps.impl.DataInputsType1Impl * @see net.opengis.wps.impl.WpsPackageImpl#getDataInputsType1() * @generated */ int DATA_INPUTS_TYPE1 = 7; /** * The feature id for the 'Input' containment reference list. * * * @generated * @ordered */ int DATA_INPUTS_TYPE1__INPUT = 0; /** * The number of structural features of the 'Data Inputs Type1' class. * * * @generated * @ordered */ int DATA_INPUTS_TYPE1_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.DataTypeImpl Data Type}' class. * * * @see net.opengis.wps.impl.DataTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getDataType() * @generated */ int DATA_TYPE = 8; /** * The feature id for the 'Complex Data' containment reference. * * * @generated * @ordered */ int DATA_TYPE__COMPLEX_DATA = 0; /** * The feature id for the 'Literal Data' containment reference. * * * @generated * @ordered */ int DATA_TYPE__LITERAL_DATA = 1; /** * The feature id for the 'Bounding Box Data' containment reference. * * * @generated * @ordered */ int DATA_TYPE__BOUNDING_BOX_DATA = 2; /** * The number of structural features of the 'Data Type' class. * * * @generated * @ordered */ int DATA_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wps.impl.DefaultTypeImpl Default Type}' class. * * * @see net.opengis.wps.impl.DefaultTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getDefaultType() * @generated */ int DEFAULT_TYPE = 9; /** * The feature id for the 'CRS' attribute. * * * @generated * @ordered */ int DEFAULT_TYPE__CRS = 0; /** * The number of structural features of the 'Default Type' class. * * * @generated * @ordered */ int DEFAULT_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.DefaultType1Impl Default Type1}' class. * * * @see net.opengis.wps.impl.DefaultType1Impl * @see net.opengis.wps.impl.WpsPackageImpl#getDefaultType1() * @generated */ int DEFAULT_TYPE1 = 10; /** * The feature id for the 'UOM' reference. * * * @generated * @ordered */ int DEFAULT_TYPE1__UOM = 0; /** * The number of structural features of the 'Default Type1' class. * * * @generated * @ordered */ int DEFAULT_TYPE1_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.DefaultType2Impl Default Type2}' class. * * * @see net.opengis.wps.impl.DefaultType2Impl * @see net.opengis.wps.impl.WpsPackageImpl#getDefaultType2() * @generated */ int DEFAULT_TYPE2 = 11; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int DEFAULT_TYPE2__LANGUAGE = 0; /** * The number of structural features of the 'Default Type2' class. * * * @generated * @ordered */ int DEFAULT_TYPE2_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.RequestBaseTypeImpl Request Base Type}' class. * * * @see net.opengis.wps.impl.RequestBaseTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getRequestBaseType() * @generated */ int REQUEST_BASE_TYPE = 41; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int REQUEST_BASE_TYPE__LANGUAGE = 0; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int REQUEST_BASE_TYPE__SERVICE = 1; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int REQUEST_BASE_TYPE__VERSION = 2; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int REQUEST_BASE_TYPE__BASE_URL = 3; /** * The number of structural features of the 'Request Base Type' class. * * * @generated * @ordered */ int REQUEST_BASE_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.wps.impl.DescribeProcessTypeImpl Describe Process Type}' class. * * * @see net.opengis.wps.impl.DescribeProcessTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getDescribeProcessType() * @generated */ int DESCRIBE_PROCESS_TYPE = 12; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int DESCRIBE_PROCESS_TYPE__LANGUAGE = REQUEST_BASE_TYPE__LANGUAGE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int DESCRIBE_PROCESS_TYPE__SERVICE = REQUEST_BASE_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int DESCRIBE_PROCESS_TYPE__VERSION = REQUEST_BASE_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int DESCRIBE_PROCESS_TYPE__BASE_URL = REQUEST_BASE_TYPE__BASE_URL; /** * The feature id for the 'Identifier' containment reference list. * * * @generated * @ordered */ int DESCRIBE_PROCESS_TYPE__IDENTIFIER = REQUEST_BASE_TYPE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Describe Process Type' class. * * * @generated * @ordered */ int DESCRIBE_PROCESS_TYPE_FEATURE_COUNT = REQUEST_BASE_TYPE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link net.opengis.wps.impl.DescriptionTypeImpl Description Type}' class. * * * @see net.opengis.wps.impl.DescriptionTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getDescriptionType() * @generated */ int DESCRIPTION_TYPE = 13; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int DESCRIPTION_TYPE__IDENTIFIER = 0; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int DESCRIPTION_TYPE__TITLE = 1; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int DESCRIPTION_TYPE__ABSTRACT = 2; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int DESCRIPTION_TYPE__METADATA = 3; /** * The number of structural features of the 'Description Type' class. * * * @generated * @ordered */ int DESCRIPTION_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.wps.impl.OutputDefinitionTypeImpl Output Definition Type}' class. * * * @see net.opengis.wps.impl.OutputDefinitionTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getOutputDefinitionType() * @generated */ int OUTPUT_DEFINITION_TYPE = 30; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int OUTPUT_DEFINITION_TYPE__IDENTIFIER = 0; /** * The feature id for the 'Encoding' attribute. * * * @generated * @ordered */ int OUTPUT_DEFINITION_TYPE__ENCODING = 1; /** * The feature id for the 'Mime Type' attribute. * * * @generated * @ordered */ int OUTPUT_DEFINITION_TYPE__MIME_TYPE = 2; /** * The feature id for the 'Schema' attribute. * * * @generated * @ordered */ int OUTPUT_DEFINITION_TYPE__SCHEMA = 3; /** * The feature id for the 'Uom' attribute. * * * @generated * @ordered */ int OUTPUT_DEFINITION_TYPE__UOM = 4; /** * The number of structural features of the 'Output Definition Type' class. * * * @generated * @ordered */ int OUTPUT_DEFINITION_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.wps.impl.DocumentOutputDefinitionTypeImpl Document Output Definition Type}' class. * * * @see net.opengis.wps.impl.DocumentOutputDefinitionTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getDocumentOutputDefinitionType() * @generated */ int DOCUMENT_OUTPUT_DEFINITION_TYPE = 14; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__IDENTIFIER = OUTPUT_DEFINITION_TYPE__IDENTIFIER; /** * The feature id for the 'Encoding' attribute. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__ENCODING = OUTPUT_DEFINITION_TYPE__ENCODING; /** * The feature id for the 'Mime Type' attribute. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__MIME_TYPE = OUTPUT_DEFINITION_TYPE__MIME_TYPE; /** * The feature id for the 'Schema' attribute. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__SCHEMA = OUTPUT_DEFINITION_TYPE__SCHEMA; /** * The feature id for the 'Uom' attribute. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__UOM = OUTPUT_DEFINITION_TYPE__UOM; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__TITLE = OUTPUT_DEFINITION_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__ABSTRACT = OUTPUT_DEFINITION_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'As Reference' attribute. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE__AS_REFERENCE = OUTPUT_DEFINITION_TYPE_FEATURE_COUNT + 2; /** * The number of structural features of the 'Document Output Definition Type' class. * * * @generated * @ordered */ int DOCUMENT_OUTPUT_DEFINITION_TYPE_FEATURE_COUNT = OUTPUT_DEFINITION_TYPE_FEATURE_COUNT + 3; /** * The meta object id for the '{@link net.opengis.wps.impl.DocumentRootImpl Document Root}' class. * * * @see net.opengis.wps.impl.DocumentRootImpl * @see net.opengis.wps.impl.WpsPackageImpl#getDocumentRoot() * @generated */ int DOCUMENT_ROOT = 15; /** * The feature id for the 'Mixed' attribute list. * * * @generated * @ordered */ int DOCUMENT_ROOT__MIXED = 0; /** * The feature id for the 'XMLNS Prefix Map' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XMLNS_PREFIX_MAP = 1; /** * The feature id for the 'XSI Schema Location' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = 2; /** * The feature id for the 'Capabilities' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__CAPABILITIES = 3; /** * The feature id for the 'Describe Process' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DESCRIBE_PROCESS = 4; /** * The feature id for the 'Execute' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__EXECUTE = 5; /** * The feature id for the 'Execute Response' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__EXECUTE_RESPONSE = 6; /** * The feature id for the 'Get Capabilities' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GET_CAPABILITIES = 7; /** * The feature id for the 'Languages' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__LANGUAGES = 8; /** * The feature id for the 'Process Descriptions' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__PROCESS_DESCRIPTIONS = 9; /** * The feature id for the 'Process Offerings' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__PROCESS_OFFERINGS = 10; /** * The feature id for the 'WSDL' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__WSDL = 11; /** * The feature id for the 'Process Version' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__PROCESS_VERSION = 12; /** * The number of structural features of the 'Document Root' class. * * * @generated * @ordered */ int DOCUMENT_ROOT_FEATURE_COUNT = 13; /** * The meta object id for the '{@link net.opengis.wps.impl.ResponseBaseTypeImpl Response Base Type}' class. * * * @see net.opengis.wps.impl.ResponseBaseTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getResponseBaseType() * @generated */ int RESPONSE_BASE_TYPE = 42; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int RESPONSE_BASE_TYPE__SERVICE = 0; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int RESPONSE_BASE_TYPE__VERSION = 1; /** * The number of structural features of the 'Response Base Type' class. * * * @generated * @ordered */ int RESPONSE_BASE_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.ExecuteResponseTypeImpl Execute Response Type}' class. * * * @see net.opengis.wps.impl.ExecuteResponseTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getExecuteResponseType() * @generated */ int EXECUTE_RESPONSE_TYPE = 16; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__SERVICE = RESPONSE_BASE_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__VERSION = RESPONSE_BASE_TYPE__VERSION; /** * The feature id for the 'Process' containment reference. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__PROCESS = RESPONSE_BASE_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Status' containment reference. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__STATUS = RESPONSE_BASE_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Data Inputs' containment reference. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__DATA_INPUTS = RESPONSE_BASE_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Output Definitions' containment reference. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__OUTPUT_DEFINITIONS = RESPONSE_BASE_TYPE_FEATURE_COUNT + 3; /** * The feature id for the 'Process Outputs' containment reference. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__PROCESS_OUTPUTS = RESPONSE_BASE_TYPE_FEATURE_COUNT + 4; /** * The feature id for the 'Service Instance' attribute. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__SERVICE_INSTANCE = RESPONSE_BASE_TYPE_FEATURE_COUNT + 5; /** * The feature id for the 'Status Location' attribute. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE__STATUS_LOCATION = RESPONSE_BASE_TYPE_FEATURE_COUNT + 6; /** * The number of structural features of the 'Execute Response Type' class. * * * @generated * @ordered */ int EXECUTE_RESPONSE_TYPE_FEATURE_COUNT = RESPONSE_BASE_TYPE_FEATURE_COUNT + 7; /** * The meta object id for the '{@link net.opengis.wps.impl.ExecuteTypeImpl Execute Type}' class. * * * @see net.opengis.wps.impl.ExecuteTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getExecuteType() * @generated */ int EXECUTE_TYPE = 17; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int EXECUTE_TYPE__LANGUAGE = REQUEST_BASE_TYPE__LANGUAGE; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int EXECUTE_TYPE__SERVICE = REQUEST_BASE_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int EXECUTE_TYPE__VERSION = REQUEST_BASE_TYPE__VERSION; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int EXECUTE_TYPE__BASE_URL = REQUEST_BASE_TYPE__BASE_URL; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int EXECUTE_TYPE__IDENTIFIER = REQUEST_BASE_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Data Inputs' containment reference. * * * @generated * @ordered */ int EXECUTE_TYPE__DATA_INPUTS = REQUEST_BASE_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Response Form' containment reference. * * * @generated * @ordered */ int EXECUTE_TYPE__RESPONSE_FORM = REQUEST_BASE_TYPE_FEATURE_COUNT + 2; /** * The number of structural features of the 'Execute Type' class. * * * @generated * @ordered */ int EXECUTE_TYPE_FEATURE_COUNT = REQUEST_BASE_TYPE_FEATURE_COUNT + 3; /** * The meta object id for the '{@link net.opengis.wps.impl.GetCapabilitiesTypeImpl Get Capabilities Type}' class. * * * @see net.opengis.wps.impl.GetCapabilitiesTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getGetCapabilitiesType() * @generated */ int GET_CAPABILITIES_TYPE = 18; /** * The feature id for the 'Accept Versions' containment reference. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__ACCEPT_VERSIONS = 0; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__LANGUAGE = 1; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__SERVICE = 2; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__BASE_URL = 3; /** * The number of structural features of the 'Get Capabilities Type' class. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.wps.impl.HeaderTypeImpl Header Type}' class. * * * @see net.opengis.wps.impl.HeaderTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getHeaderType() * @generated */ int HEADER_TYPE = 19; /** * The feature id for the 'Key' attribute. * * * @generated * @ordered */ int HEADER_TYPE__KEY = 0; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int HEADER_TYPE__VALUE = 1; /** * The number of structural features of the 'Header Type' class. * * * @generated * @ordered */ int HEADER_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.InputDescriptionTypeImpl Input Description Type}' class. * * * @see net.opengis.wps.impl.InputDescriptionTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getInputDescriptionType() * @generated */ int INPUT_DESCRIPTION_TYPE = 20; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__IDENTIFIER = DESCRIPTION_TYPE__IDENTIFIER; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__TITLE = DESCRIPTION_TYPE__TITLE; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__ABSTRACT = DESCRIPTION_TYPE__ABSTRACT; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__METADATA = DESCRIPTION_TYPE__METADATA; /** * The feature id for the 'Complex Data' containment reference. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__COMPLEX_DATA = DESCRIPTION_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Literal Data' containment reference. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__LITERAL_DATA = DESCRIPTION_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Bounding Box Data' containment reference. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__BOUNDING_BOX_DATA = DESCRIPTION_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Max Occurs' attribute. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__MAX_OCCURS = DESCRIPTION_TYPE_FEATURE_COUNT + 3; /** * The feature id for the 'Min Occurs' attribute. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE__MIN_OCCURS = DESCRIPTION_TYPE_FEATURE_COUNT + 4; /** * The number of structural features of the 'Input Description Type' class. * * * @generated * @ordered */ int INPUT_DESCRIPTION_TYPE_FEATURE_COUNT = DESCRIPTION_TYPE_FEATURE_COUNT + 5; /** * The meta object id for the '{@link net.opengis.wps.impl.InputReferenceTypeImpl Input Reference Type}' class. * * * @see net.opengis.wps.impl.InputReferenceTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getInputReferenceType() * @generated */ int INPUT_REFERENCE_TYPE = 21; /** * The feature id for the 'Header' containment reference list. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__HEADER = 0; /** * The feature id for the 'Body' containment reference. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__BODY = 1; /** * The feature id for the 'Body Reference' containment reference. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__BODY_REFERENCE = 2; /** * The feature id for the 'Encoding' attribute. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__ENCODING = 3; /** * The feature id for the 'Href' attribute. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__HREF = 4; /** * The feature id for the 'Method' attribute. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__METHOD = 5; /** * The feature id for the 'Mime Type' attribute. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__MIME_TYPE = 6; /** * The feature id for the 'Schema' attribute. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE__SCHEMA = 7; /** * The number of structural features of the 'Input Reference Type' class. * * * @generated * @ordered */ int INPUT_REFERENCE_TYPE_FEATURE_COUNT = 8; /** * The meta object id for the '{@link net.opengis.wps.impl.InputTypeImpl Input Type}' class. * * * @see net.opengis.wps.impl.InputTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getInputType() * @generated */ int INPUT_TYPE = 22; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int INPUT_TYPE__IDENTIFIER = 0; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int INPUT_TYPE__TITLE = 1; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int INPUT_TYPE__ABSTRACT = 2; /** * The feature id for the 'Reference' containment reference. * * * @generated * @ordered */ int INPUT_TYPE__REFERENCE = 3; /** * The feature id for the 'Data' containment reference. * * * @generated * @ordered */ int INPUT_TYPE__DATA = 4; /** * The number of structural features of the 'Input Type' class. * * * @generated * @ordered */ int INPUT_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.wps.impl.LanguagesTypeImpl Languages Type}' class. * * * @see net.opengis.wps.impl.LanguagesTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getLanguagesType() * @generated */ int LANGUAGES_TYPE = 23; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int LANGUAGES_TYPE__LANGUAGE = 0; /** * The number of structural features of the 'Languages Type' class. * * * @generated * @ordered */ int LANGUAGES_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.LanguagesType1Impl Languages Type1}' class. * * * @see net.opengis.wps.impl.LanguagesType1Impl * @see net.opengis.wps.impl.WpsPackageImpl#getLanguagesType1() * @generated */ int LANGUAGES_TYPE1 = 24; /** * The feature id for the 'Default' containment reference. * * * @generated * @ordered */ int LANGUAGES_TYPE1__DEFAULT = 0; /** * The feature id for the 'Supported' containment reference. * * * @generated * @ordered */ int LANGUAGES_TYPE1__SUPPORTED = 1; /** * The number of structural features of the 'Languages Type1' class. * * * @generated * @ordered */ int LANGUAGES_TYPE1_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.LiteralDataTypeImpl Literal Data Type}' class. * * * @see net.opengis.wps.impl.LiteralDataTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getLiteralDataType() * @generated */ int LITERAL_DATA_TYPE = 25; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int LITERAL_DATA_TYPE__VALUE = 0; /** * The feature id for the 'Data Type' attribute. * * * @generated * @ordered */ int LITERAL_DATA_TYPE__DATA_TYPE = 1; /** * The feature id for the 'Uom' attribute. * * * @generated * @ordered */ int LITERAL_DATA_TYPE__UOM = 2; /** * The number of structural features of the 'Literal Data Type' class. * * * @generated * @ordered */ int LITERAL_DATA_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.wps.impl.LiteralOutputTypeImpl Literal Output Type}' class. * * * @see net.opengis.wps.impl.LiteralOutputTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getLiteralOutputType() * @generated */ int LITERAL_OUTPUT_TYPE = 27; /** * The feature id for the 'Data Type' containment reference. * * * @generated * @ordered */ int LITERAL_OUTPUT_TYPE__DATA_TYPE = 0; /** * The feature id for the 'UO Ms' containment reference. * * * @generated * @ordered */ int LITERAL_OUTPUT_TYPE__UO_MS = 1; /** * The number of structural features of the 'Literal Output Type' class. * * * @generated * @ordered */ int LITERAL_OUTPUT_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.LiteralInputTypeImpl Literal Input Type}' class. * * * @see net.opengis.wps.impl.LiteralInputTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getLiteralInputType() * @generated */ int LITERAL_INPUT_TYPE = 26; /** * The feature id for the 'Data Type' containment reference. * * * @generated * @ordered */ int LITERAL_INPUT_TYPE__DATA_TYPE = LITERAL_OUTPUT_TYPE__DATA_TYPE; /** * The feature id for the 'UO Ms' containment reference. * * * @generated * @ordered */ int LITERAL_INPUT_TYPE__UO_MS = LITERAL_OUTPUT_TYPE__UO_MS; /** * The feature id for the 'Allowed Values' containment reference. * * * @generated * @ordered */ int LITERAL_INPUT_TYPE__ALLOWED_VALUES = LITERAL_OUTPUT_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Any Value' containment reference. * * * @generated * @ordered */ int LITERAL_INPUT_TYPE__ANY_VALUE = LITERAL_OUTPUT_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Values Reference' containment reference. * * * @generated * @ordered */ int LITERAL_INPUT_TYPE__VALUES_REFERENCE = LITERAL_OUTPUT_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Default Value' attribute. * * * @generated * @ordered */ int LITERAL_INPUT_TYPE__DEFAULT_VALUE = LITERAL_OUTPUT_TYPE_FEATURE_COUNT + 3; /** * The number of structural features of the 'Literal Input Type' class. * * * @generated * @ordered */ int LITERAL_INPUT_TYPE_FEATURE_COUNT = LITERAL_OUTPUT_TYPE_FEATURE_COUNT + 4; /** * The meta object id for the '{@link net.opengis.wps.impl.OutputDataTypeImpl Output Data Type}' class. * * * @see net.opengis.wps.impl.OutputDataTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getOutputDataType() * @generated */ int OUTPUT_DATA_TYPE = 28; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int OUTPUT_DATA_TYPE__IDENTIFIER = DESCRIPTION_TYPE__IDENTIFIER; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int OUTPUT_DATA_TYPE__TITLE = DESCRIPTION_TYPE__TITLE; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int OUTPUT_DATA_TYPE__ABSTRACT = DESCRIPTION_TYPE__ABSTRACT; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int OUTPUT_DATA_TYPE__METADATA = DESCRIPTION_TYPE__METADATA; /** * The feature id for the 'Reference' containment reference. * * * @generated * @ordered */ int OUTPUT_DATA_TYPE__REFERENCE = DESCRIPTION_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Data' containment reference. * * * @generated * @ordered */ int OUTPUT_DATA_TYPE__DATA = DESCRIPTION_TYPE_FEATURE_COUNT + 1; /** * The number of structural features of the 'Output Data Type' class. * * * @generated * @ordered */ int OUTPUT_DATA_TYPE_FEATURE_COUNT = DESCRIPTION_TYPE_FEATURE_COUNT + 2; /** * The meta object id for the '{@link net.opengis.wps.impl.OutputDefinitionsTypeImpl Output Definitions Type}' class. * * * @see net.opengis.wps.impl.OutputDefinitionsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getOutputDefinitionsType() * @generated */ int OUTPUT_DEFINITIONS_TYPE = 29; /** * The feature id for the 'Output' containment reference list. * * * @generated * @ordered */ int OUTPUT_DEFINITIONS_TYPE__OUTPUT = 0; /** * The number of structural features of the 'Output Definitions Type' class. * * * @generated * @ordered */ int OUTPUT_DEFINITIONS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.OutputDescriptionTypeImpl Output Description Type}' class. * * * @see net.opengis.wps.impl.OutputDescriptionTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getOutputDescriptionType() * @generated */ int OUTPUT_DESCRIPTION_TYPE = 31; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE__IDENTIFIER = DESCRIPTION_TYPE__IDENTIFIER; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE__TITLE = DESCRIPTION_TYPE__TITLE; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE__ABSTRACT = DESCRIPTION_TYPE__ABSTRACT; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE__METADATA = DESCRIPTION_TYPE__METADATA; /** * The feature id for the 'Complex Output' containment reference. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE__COMPLEX_OUTPUT = DESCRIPTION_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Literal Output' containment reference. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE__LITERAL_OUTPUT = DESCRIPTION_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Bounding Box Output' containment reference. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE__BOUNDING_BOX_OUTPUT = DESCRIPTION_TYPE_FEATURE_COUNT + 2; /** * The number of structural features of the 'Output Description Type' class. * * * @generated * @ordered */ int OUTPUT_DESCRIPTION_TYPE_FEATURE_COUNT = DESCRIPTION_TYPE_FEATURE_COUNT + 3; /** * The meta object id for the '{@link net.opengis.wps.impl.OutputReferenceTypeImpl Output Reference Type}' class. * * * @see net.opengis.wps.impl.OutputReferenceTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getOutputReferenceType() * @generated */ int OUTPUT_REFERENCE_TYPE = 32; /** * The feature id for the 'Encoding' attribute. * * * @generated * @ordered */ int OUTPUT_REFERENCE_TYPE__ENCODING = 0; /** * The feature id for the 'Href' attribute. * * * @generated * @ordered */ int OUTPUT_REFERENCE_TYPE__HREF = 1; /** * The feature id for the 'Mime Type' attribute. * * * @generated * @ordered */ int OUTPUT_REFERENCE_TYPE__MIME_TYPE = 2; /** * The feature id for the 'Schema' attribute. * * * @generated * @ordered */ int OUTPUT_REFERENCE_TYPE__SCHEMA = 3; /** * The number of structural features of the 'Output Reference Type' class. * * * @generated * @ordered */ int OUTPUT_REFERENCE_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessBriefTypeImpl Process Brief Type}' class. * * * @see net.opengis.wps.impl.ProcessBriefTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessBriefType() * @generated */ int PROCESS_BRIEF_TYPE = 33; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE__IDENTIFIER = DESCRIPTION_TYPE__IDENTIFIER; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE__TITLE = DESCRIPTION_TYPE__TITLE; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE__ABSTRACT = DESCRIPTION_TYPE__ABSTRACT; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE__METADATA = DESCRIPTION_TYPE__METADATA; /** * The feature id for the 'Profile' attribute. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE__PROFILE = DESCRIPTION_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'WSDL' containment reference. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE__WSDL = DESCRIPTION_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Process Version' attribute. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE__PROCESS_VERSION = DESCRIPTION_TYPE_FEATURE_COUNT + 2; /** * The number of structural features of the 'Process Brief Type' class. * * * @generated * @ordered */ int PROCESS_BRIEF_TYPE_FEATURE_COUNT = DESCRIPTION_TYPE_FEATURE_COUNT + 3; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessDescriptionsTypeImpl Process Descriptions Type}' class. * * * @see net.opengis.wps.impl.ProcessDescriptionsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessDescriptionsType() * @generated */ int PROCESS_DESCRIPTIONS_TYPE = 34; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int PROCESS_DESCRIPTIONS_TYPE__SERVICE = RESPONSE_BASE_TYPE__SERVICE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int PROCESS_DESCRIPTIONS_TYPE__VERSION = RESPONSE_BASE_TYPE__VERSION; /** * The feature id for the 'Process Description' containment reference list. * * * @generated * @ordered */ int PROCESS_DESCRIPTIONS_TYPE__PROCESS_DESCRIPTION = RESPONSE_BASE_TYPE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Process Descriptions Type' class. * * * @generated * @ordered */ int PROCESS_DESCRIPTIONS_TYPE_FEATURE_COUNT = RESPONSE_BASE_TYPE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessDescriptionTypeImpl Process Description Type}' class. * * * @see net.opengis.wps.impl.ProcessDescriptionTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessDescriptionType() * @generated */ int PROCESS_DESCRIPTION_TYPE = 35; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__IDENTIFIER = PROCESS_BRIEF_TYPE__IDENTIFIER; /** * The feature id for the 'Title' containment reference. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__TITLE = PROCESS_BRIEF_TYPE__TITLE; /** * The feature id for the 'Abstract' containment reference. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__ABSTRACT = PROCESS_BRIEF_TYPE__ABSTRACT; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__METADATA = PROCESS_BRIEF_TYPE__METADATA; /** * The feature id for the 'Profile' attribute. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__PROFILE = PROCESS_BRIEF_TYPE__PROFILE; /** * The feature id for the 'WSDL' containment reference. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__WSDL = PROCESS_BRIEF_TYPE__WSDL; /** * The feature id for the 'Process Version' attribute. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__PROCESS_VERSION = PROCESS_BRIEF_TYPE__PROCESS_VERSION; /** * The feature id for the 'Data Inputs' containment reference. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__DATA_INPUTS = PROCESS_BRIEF_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Process Outputs' containment reference. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__PROCESS_OUTPUTS = PROCESS_BRIEF_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Status Supported' attribute. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__STATUS_SUPPORTED = PROCESS_BRIEF_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Store Supported' attribute. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE__STORE_SUPPORTED = PROCESS_BRIEF_TYPE_FEATURE_COUNT + 3; /** * The number of structural features of the 'Process Description Type' class. * * * @generated * @ordered */ int PROCESS_DESCRIPTION_TYPE_FEATURE_COUNT = PROCESS_BRIEF_TYPE_FEATURE_COUNT + 4; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessFailedTypeImpl Process Failed Type}' class. * * * @see net.opengis.wps.impl.ProcessFailedTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessFailedType() * @generated */ int PROCESS_FAILED_TYPE = 36; /** * The feature id for the 'Exception Report' containment reference. * * * @generated * @ordered */ int PROCESS_FAILED_TYPE__EXCEPTION_REPORT = 0; /** * The number of structural features of the 'Process Failed Type' class. * * * @generated * @ordered */ int PROCESS_FAILED_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessOfferingsTypeImpl Process Offerings Type}' class. * * * @see net.opengis.wps.impl.ProcessOfferingsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessOfferingsType() * @generated */ int PROCESS_OFFERINGS_TYPE = 37; /** * The feature id for the 'Process' containment reference list. * * * @generated * @ordered */ int PROCESS_OFFERINGS_TYPE__PROCESS = 0; /** * The number of structural features of the 'Process Offerings Type' class. * * * @generated * @ordered */ int PROCESS_OFFERINGS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessOutputsTypeImpl Process Outputs Type}' class. * * * @see net.opengis.wps.impl.ProcessOutputsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessOutputsType() * @generated */ int PROCESS_OUTPUTS_TYPE = 38; /** * The feature id for the 'Output' containment reference list. * * * @generated * @ordered */ int PROCESS_OUTPUTS_TYPE__OUTPUT = 0; /** * The number of structural features of the 'Process Outputs Type' class. * * * @generated * @ordered */ int PROCESS_OUTPUTS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessOutputsType1Impl Process Outputs Type1}' class. * * * @see net.opengis.wps.impl.ProcessOutputsType1Impl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessOutputsType1() * @generated */ int PROCESS_OUTPUTS_TYPE1 = 39; /** * The feature id for the 'Output' containment reference list. * * * @generated * @ordered */ int PROCESS_OUTPUTS_TYPE1__OUTPUT = 0; /** * The number of structural features of the 'Process Outputs Type1' class. * * * @generated * @ordered */ int PROCESS_OUTPUTS_TYPE1_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.wps.impl.ProcessStartedTypeImpl Process Started Type}' class. * * * @see net.opengis.wps.impl.ProcessStartedTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getProcessStartedType() * @generated */ int PROCESS_STARTED_TYPE = 40; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int PROCESS_STARTED_TYPE__VALUE = 0; /** * The feature id for the 'Percent Completed' attribute. * * * @generated * @ordered */ int PROCESS_STARTED_TYPE__PERCENT_COMPLETED = 1; /** * The number of structural features of the 'Process Started Type' class. * * * @generated * @ordered */ int PROCESS_STARTED_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.ResponseDocumentTypeImpl Response Document Type}' class. * * * @see net.opengis.wps.impl.ResponseDocumentTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getResponseDocumentType() * @generated */ int RESPONSE_DOCUMENT_TYPE = 43; /** * The feature id for the 'Output' containment reference list. * * * @generated * @ordered */ int RESPONSE_DOCUMENT_TYPE__OUTPUT = 0; /** * The feature id for the 'Lineage' attribute. * * * @generated * @ordered */ int RESPONSE_DOCUMENT_TYPE__LINEAGE = 1; /** * The feature id for the 'Status' attribute. * * * @generated * @ordered */ int RESPONSE_DOCUMENT_TYPE__STATUS = 2; /** * The feature id for the 'Store Execute Response' attribute. * * * @generated * @ordered */ int RESPONSE_DOCUMENT_TYPE__STORE_EXECUTE_RESPONSE = 3; /** * The number of structural features of the 'Response Document Type' class. * * * @generated * @ordered */ int RESPONSE_DOCUMENT_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.wps.impl.ResponseFormTypeImpl Response Form Type}' class. * * * @see net.opengis.wps.impl.ResponseFormTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getResponseFormType() * @generated */ int RESPONSE_FORM_TYPE = 44; /** * The feature id for the 'Response Document' containment reference. * * * @generated * @ordered */ int RESPONSE_FORM_TYPE__RESPONSE_DOCUMENT = 0; /** * The feature id for the 'Raw Data Output' containment reference. * * * @generated * @ordered */ int RESPONSE_FORM_TYPE__RAW_DATA_OUTPUT = 1; /** * The number of structural features of the 'Response Form Type' class. * * * @generated * @ordered */ int RESPONSE_FORM_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.StatusTypeImpl Status Type}' class. * * * @see net.opengis.wps.impl.StatusTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getStatusType() * @generated */ int STATUS_TYPE = 45; /** * The feature id for the 'Process Accepted' attribute. * * * @generated * @ordered */ int STATUS_TYPE__PROCESS_ACCEPTED = 0; /** * The feature id for the 'Process Started' containment reference. * * * @generated * @ordered */ int STATUS_TYPE__PROCESS_STARTED = 1; /** * The feature id for the 'Process Paused' containment reference. * * * @generated * @ordered */ int STATUS_TYPE__PROCESS_PAUSED = 2; /** * The feature id for the 'Process Succeeded' attribute. * * * @generated * @ordered */ int STATUS_TYPE__PROCESS_SUCCEEDED = 3; /** * The feature id for the 'Process Failed' containment reference. * * * @generated * @ordered */ int STATUS_TYPE__PROCESS_FAILED = 4; /** * The feature id for the 'Creation Time' attribute. * * * @generated * @ordered */ int STATUS_TYPE__CREATION_TIME = 5; /** * The number of structural features of the 'Status Type' class. * * * @generated * @ordered */ int STATUS_TYPE_FEATURE_COUNT = 6; /** * The meta object id for the '{@link net.opengis.wps.impl.SupportedComplexDataTypeImpl Supported Complex Data Type}' class. * * * @see net.opengis.wps.impl.SupportedComplexDataTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getSupportedComplexDataType() * @generated */ int SUPPORTED_COMPLEX_DATA_TYPE = 47; /** * The feature id for the 'Default' containment reference. * * * @generated * @ordered */ int SUPPORTED_COMPLEX_DATA_TYPE__DEFAULT = 0; /** * The feature id for the 'Supported' containment reference. * * * @generated * @ordered */ int SUPPORTED_COMPLEX_DATA_TYPE__SUPPORTED = 1; /** * The number of structural features of the 'Supported Complex Data Type' class. * * * @generated * @ordered */ int SUPPORTED_COMPLEX_DATA_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.SupportedComplexDataInputTypeImpl Supported Complex Data Input Type}' class. * * * @see net.opengis.wps.impl.SupportedComplexDataInputTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getSupportedComplexDataInputType() * @generated */ int SUPPORTED_COMPLEX_DATA_INPUT_TYPE = 46; /** * The feature id for the 'Default' containment reference. * * * @generated * @ordered */ int SUPPORTED_COMPLEX_DATA_INPUT_TYPE__DEFAULT = SUPPORTED_COMPLEX_DATA_TYPE__DEFAULT; /** * The feature id for the 'Supported' containment reference. * * * @generated * @ordered */ int SUPPORTED_COMPLEX_DATA_INPUT_TYPE__SUPPORTED = SUPPORTED_COMPLEX_DATA_TYPE__SUPPORTED; /** * The feature id for the 'Maximum Megabytes' attribute. * * * @generated * @ordered */ int SUPPORTED_COMPLEX_DATA_INPUT_TYPE__MAXIMUM_MEGABYTES = SUPPORTED_COMPLEX_DATA_TYPE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Supported Complex Data Input Type' class. * * * @generated * @ordered */ int SUPPORTED_COMPLEX_DATA_INPUT_TYPE_FEATURE_COUNT = SUPPORTED_COMPLEX_DATA_TYPE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link net.opengis.wps.impl.SupportedCRSsTypeImpl Supported CR Ss Type}' class. * * * @see net.opengis.wps.impl.SupportedCRSsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getSupportedCRSsType() * @generated */ int SUPPORTED_CR_SS_TYPE = 48; /** * The feature id for the 'Default' containment reference. * * * @generated * @ordered */ int SUPPORTED_CR_SS_TYPE__DEFAULT = 0; /** * The feature id for the 'Supported' containment reference. * * * @generated * @ordered */ int SUPPORTED_CR_SS_TYPE__SUPPORTED = 1; /** * The number of structural features of the 'Supported CR Ss Type' class. * * * @generated * @ordered */ int SUPPORTED_CR_SS_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.SupportedUOMsTypeImpl Supported UO Ms Type}' class. * * * @see net.opengis.wps.impl.SupportedUOMsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getSupportedUOMsType() * @generated */ int SUPPORTED_UO_MS_TYPE = 49; /** * The feature id for the 'Default' containment reference. * * * @generated * @ordered */ int SUPPORTED_UO_MS_TYPE__DEFAULT = 0; /** * The feature id for the 'Supported' containment reference. * * * @generated * @ordered */ int SUPPORTED_UO_MS_TYPE__SUPPORTED = 1; /** * The number of structural features of the 'Supported UO Ms Type' class. * * * @generated * @ordered */ int SUPPORTED_UO_MS_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.UOMsTypeImpl UO Ms Type}' class. * * * @see net.opengis.wps.impl.UOMsTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getUOMsType() * @generated */ int UO_MS_TYPE = 50; /** * The number of structural features of the 'UO Ms Type' class. * * * @generated * @ordered */ int UO_MS_TYPE_FEATURE_COUNT = 0; /** * The meta object id for the '{@link net.opengis.wps.impl.ValuesReferenceTypeImpl Values Reference Type}' class. * * * @see net.opengis.wps.impl.ValuesReferenceTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getValuesReferenceType() * @generated */ int VALUES_REFERENCE_TYPE = 51; /** * The feature id for the 'Reference' attribute. * * * @generated * @ordered */ int VALUES_REFERENCE_TYPE__REFERENCE = 0; /** * The feature id for the 'Values Form' attribute. * * * @generated * @ordered */ int VALUES_REFERENCE_TYPE__VALUES_FORM = 1; /** * The number of structural features of the 'Values Reference Type' class. * * * @generated * @ordered */ int VALUES_REFERENCE_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.wps.impl.WPSCapabilitiesTypeImpl WPS Capabilities Type}' class. * * * @see net.opengis.wps.impl.WPSCapabilitiesTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getWPSCapabilitiesType() * @generated */ int WPS_CAPABILITIES_TYPE = 52; /** * The feature id for the 'Service Identification' containment reference. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__SERVICE_IDENTIFICATION = Ows11Package.CAPABILITIES_BASE_TYPE__SERVICE_IDENTIFICATION; /** * The feature id for the 'Service Provider' containment reference. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__SERVICE_PROVIDER = Ows11Package.CAPABILITIES_BASE_TYPE__SERVICE_PROVIDER; /** * The feature id for the 'Operations Metadata' containment reference. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__OPERATIONS_METADATA = Ows11Package.CAPABILITIES_BASE_TYPE__OPERATIONS_METADATA; /** * The feature id for the 'Update Sequence' attribute. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__UPDATE_SEQUENCE = Ows11Package.CAPABILITIES_BASE_TYPE__UPDATE_SEQUENCE; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__VERSION = Ows11Package.CAPABILITIES_BASE_TYPE__VERSION; /** * The feature id for the 'Process Offerings' containment reference. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__PROCESS_OFFERINGS = Ows11Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Languages' containment reference. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__LANGUAGES = Ows11Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'WSDL' containment reference. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__WSDL = Ows11Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Service' attribute. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE__SERVICE = Ows11Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 3; /** * The number of structural features of the 'WPS Capabilities Type' class. * * * @generated * @ordered */ int WPS_CAPABILITIES_TYPE_FEATURE_COUNT = Ows11Package.CAPABILITIES_BASE_TYPE_FEATURE_COUNT + 4; /** * The meta object id for the '{@link net.opengis.wps.impl.WSDLTypeImpl WSDL Type}' class. * * * @see net.opengis.wps.impl.WSDLTypeImpl * @see net.opengis.wps.impl.WpsPackageImpl#getWSDLType() * @generated */ int WSDL_TYPE = 53; /** * The feature id for the 'Href' attribute. * * * @generated * @ordered */ int WSDL_TYPE__HREF = 0; /** * The number of structural features of the 'WSDL Type' class. * * * @generated * @ordered */ int WSDL_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link javax.measure.unit.Unit Unit}' class. * * * @see javax.measure.unit.Unit * @see net.opengis.wps.impl.WpsPackageImpl#getUnit() * @generated */ int UNIT = 54; /** * The number of structural features of the 'Unit' class. * * * @generated * @ordered */ int UNIT_FEATURE_COUNT = 0; /** * The meta object id for the '{@link net.opengis.wps.MethodType Method Type}' enum. * * * @see net.opengis.wps.MethodType * @see net.opengis.wps.impl.WpsPackageImpl#getMethodType() * @generated */ int METHOD_TYPE = 55; /** * The meta object id for the 'Method Type Object' data type. * * * @see net.opengis.wps.MethodType * @see net.opengis.wps.impl.WpsPackageImpl#getMethodTypeObject() * @generated */ int METHOD_TYPE_OBJECT = 56; /** * The meta object id for the 'Percent Completed Type' data type. * * * @see java.math.BigInteger * @see net.opengis.wps.impl.WpsPackageImpl#getPercentCompletedType() * @generated */ int PERCENT_COMPLETED_TYPE = 57; /** * Returns the meta object for class '{@link net.opengis.wps.BodyReferenceType Body Reference Type}'. * * * @return the meta object for class 'Body Reference Type'. * @see net.opengis.wps.BodyReferenceType * @generated */ EClass getBodyReferenceType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.BodyReferenceType#getHref Href}'. * * * @return the meta object for the attribute 'Href'. * @see net.opengis.wps.BodyReferenceType#getHref() * @see #getBodyReferenceType() * @generated */ EAttribute getBodyReferenceType_Href(); /** * Returns the meta object for class '{@link net.opengis.wps.ComplexDataCombinationsType Complex Data Combinations Type}'. * * * @return the meta object for class 'Complex Data Combinations Type'. * @see net.opengis.wps.ComplexDataCombinationsType * @generated */ EClass getComplexDataCombinationsType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.ComplexDataCombinationsType#getFormat Format}'. * * * @return the meta object for the containment reference list 'Format'. * @see net.opengis.wps.ComplexDataCombinationsType#getFormat() * @see #getComplexDataCombinationsType() * @generated */ EReference getComplexDataCombinationsType_Format(); /** * Returns the meta object for class '{@link net.opengis.wps.ComplexDataCombinationType Complex Data Combination Type}'. * * * @return the meta object for class 'Complex Data Combination Type'. * @see net.opengis.wps.ComplexDataCombinationType * @generated */ EClass getComplexDataCombinationType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ComplexDataCombinationType#getFormat Format}'. * * * @return the meta object for the containment reference 'Format'. * @see net.opengis.wps.ComplexDataCombinationType#getFormat() * @see #getComplexDataCombinationType() * @generated */ EReference getComplexDataCombinationType_Format(); /** * Returns the meta object for class '{@link net.opengis.wps.ComplexDataDescriptionType Complex Data Description Type}'. * * * @return the meta object for class 'Complex Data Description Type'. * @see net.opengis.wps.ComplexDataDescriptionType * @generated */ EClass getComplexDataDescriptionType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ComplexDataDescriptionType#getMimeType Mime Type}'. * * * @return the meta object for the attribute 'Mime Type'. * @see net.opengis.wps.ComplexDataDescriptionType#getMimeType() * @see #getComplexDataDescriptionType() * @generated */ EAttribute getComplexDataDescriptionType_MimeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ComplexDataDescriptionType#getEncoding Encoding}'. * * * @return the meta object for the attribute 'Encoding'. * @see net.opengis.wps.ComplexDataDescriptionType#getEncoding() * @see #getComplexDataDescriptionType() * @generated */ EAttribute getComplexDataDescriptionType_Encoding(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ComplexDataDescriptionType#getSchema Schema}'. * * * @return the meta object for the attribute 'Schema'. * @see net.opengis.wps.ComplexDataDescriptionType#getSchema() * @see #getComplexDataDescriptionType() * @generated */ EAttribute getComplexDataDescriptionType_Schema(); /** * Returns the meta object for class '{@link net.opengis.wps.ComplexDataType Complex Data Type}'. * * * @return the meta object for class 'Complex Data Type'. * @see net.opengis.wps.ComplexDataType * @generated */ EClass getComplexDataType(); /** * Returns the meta object for the attribute list '{@link net.opengis.wps.ComplexDataType#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see net.opengis.wps.ComplexDataType#getMixed() * @see #getComplexDataType() * @generated */ EAttribute getComplexDataType_Mixed(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ComplexDataType#getEncoding Encoding}'. * * * @return the meta object for the attribute 'Encoding'. * @see net.opengis.wps.ComplexDataType#getEncoding() * @see #getComplexDataType() * @generated */ EAttribute getComplexDataType_Encoding(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ComplexDataType#getMimeType Mime Type}'. * * * @return the meta object for the attribute 'Mime Type'. * @see net.opengis.wps.ComplexDataType#getMimeType() * @see #getComplexDataType() * @generated */ EAttribute getComplexDataType_MimeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ComplexDataType#getSchema Schema}'. * * * @return the meta object for the attribute 'Schema'. * @see net.opengis.wps.ComplexDataType#getSchema() * @see #getComplexDataType() * @generated */ EAttribute getComplexDataType_Schema(); /** * Returns the meta object for the attribute list '{@link net.opengis.wps.ComplexDataType#getData Data}'. * * * @return the meta object for the attribute list 'Data'. * @see net.opengis.wps.ComplexDataType#getData() * @see #getComplexDataType() * @generated */ EAttribute getComplexDataType_Data(); /** * Returns the meta object for class '{@link net.opengis.wps.CRSsType CR Ss Type}'. * * * @return the meta object for class 'CR Ss Type'. * @see net.opengis.wps.CRSsType * @generated */ EClass getCRSsType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.CRSsType#getCRS CRS}'. * * * @return the meta object for the attribute 'CRS'. * @see net.opengis.wps.CRSsType#getCRS() * @see #getCRSsType() * @generated */ EAttribute getCRSsType_CRS(); /** * Returns the meta object for class '{@link net.opengis.wps.DataInputsType Data Inputs Type}'. * * * @return the meta object for class 'Data Inputs Type'. * @see net.opengis.wps.DataInputsType * @generated */ EClass getDataInputsType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.DataInputsType#getInput Input}'. * * * @return the meta object for the containment reference list 'Input'. * @see net.opengis.wps.DataInputsType#getInput() * @see #getDataInputsType() * @generated */ EReference getDataInputsType_Input(); /** * Returns the meta object for class '{@link net.opengis.wps.DataInputsType1 Data Inputs Type1}'. * * * @return the meta object for class 'Data Inputs Type1'. * @see net.opengis.wps.DataInputsType1 * @generated */ EClass getDataInputsType1(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.DataInputsType1#getInput Input}'. * * * @return the meta object for the containment reference list 'Input'. * @see net.opengis.wps.DataInputsType1#getInput() * @see #getDataInputsType1() * @generated */ EReference getDataInputsType1_Input(); /** * Returns the meta object for class '{@link net.opengis.wps.DataType Data Type}'. * * * @return the meta object for class 'Data Type'. * @see net.opengis.wps.DataType * @generated */ EClass getDataType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DataType#getComplexData Complex Data}'. * * * @return the meta object for the containment reference 'Complex Data'. * @see net.opengis.wps.DataType#getComplexData() * @see #getDataType() * @generated */ EReference getDataType_ComplexData(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DataType#getLiteralData Literal Data}'. * * * @return the meta object for the containment reference 'Literal Data'. * @see net.opengis.wps.DataType#getLiteralData() * @see #getDataType() * @generated */ EReference getDataType_LiteralData(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DataType#getBoundingBoxData Bounding Box Data}'. * * * @return the meta object for the containment reference 'Bounding Box Data'. * @see net.opengis.wps.DataType#getBoundingBoxData() * @see #getDataType() * @generated */ EReference getDataType_BoundingBoxData(); /** * Returns the meta object for class '{@link net.opengis.wps.DefaultType Default Type}'. * * * @return the meta object for class 'Default Type'. * @see net.opengis.wps.DefaultType * @generated */ EClass getDefaultType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.DefaultType#getCRS CRS}'. * * * @return the meta object for the attribute 'CRS'. * @see net.opengis.wps.DefaultType#getCRS() * @see #getDefaultType() * @generated */ EAttribute getDefaultType_CRS(); /** * Returns the meta object for class '{@link net.opengis.wps.DefaultType1 Default Type1}'. * * * @return the meta object for class 'Default Type1'. * @see net.opengis.wps.DefaultType1 * @generated */ EClass getDefaultType1(); /** * Returns the meta object for the reference '{@link net.opengis.wps.DefaultType1#getUOM UOM}'. * * * @return the meta object for the reference 'UOM'. * @see net.opengis.wps.DefaultType1#getUOM() * @see #getDefaultType1() * @generated */ EReference getDefaultType1_UOM(); /** * Returns the meta object for class '{@link net.opengis.wps.DefaultType2 Default Type2}'. * * * @return the meta object for class 'Default Type2'. * @see net.opengis.wps.DefaultType2 * @generated */ EClass getDefaultType2(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.DefaultType2#getLanguage Language}'. * * * @return the meta object for the attribute 'Language'. * @see net.opengis.wps.DefaultType2#getLanguage() * @see #getDefaultType2() * @generated */ EAttribute getDefaultType2_Language(); /** * Returns the meta object for class '{@link net.opengis.wps.DescribeProcessType Describe Process Type}'. * * * @return the meta object for class 'Describe Process Type'. * @see net.opengis.wps.DescribeProcessType * @generated */ EClass getDescribeProcessType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.DescribeProcessType#getIdentifier Identifier}'. * * * @return the meta object for the containment reference list 'Identifier'. * @see net.opengis.wps.DescribeProcessType#getIdentifier() * @see #getDescribeProcessType() * @generated */ EReference getDescribeProcessType_Identifier(); /** * Returns the meta object for class '{@link net.opengis.wps.DescriptionType Description Type}'. * * * @return the meta object for class 'Description Type'. * @see net.opengis.wps.DescriptionType * @generated */ EClass getDescriptionType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DescriptionType#getIdentifier Identifier}'. * * * @return the meta object for the containment reference 'Identifier'. * @see net.opengis.wps.DescriptionType#getIdentifier() * @see #getDescriptionType() * @generated */ EReference getDescriptionType_Identifier(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DescriptionType#getTitle Title}'. * * * @return the meta object for the containment reference 'Title'. * @see net.opengis.wps.DescriptionType#getTitle() * @see #getDescriptionType() * @generated */ EReference getDescriptionType_Title(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DescriptionType#getAbstract Abstract}'. * * * @return the meta object for the containment reference 'Abstract'. * @see net.opengis.wps.DescriptionType#getAbstract() * @see #getDescriptionType() * @generated */ EReference getDescriptionType_Abstract(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.DescriptionType#getMetadata Metadata}'. * * * @return the meta object for the containment reference list 'Metadata'. * @see net.opengis.wps.DescriptionType#getMetadata() * @see #getDescriptionType() * @generated */ EReference getDescriptionType_Metadata(); /** * Returns the meta object for class '{@link net.opengis.wps.DocumentOutputDefinitionType Document Output Definition Type}'. * * * @return the meta object for class 'Document Output Definition Type'. * @see net.opengis.wps.DocumentOutputDefinitionType * @generated */ EClass getDocumentOutputDefinitionType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentOutputDefinitionType#getTitle Title}'. * * * @return the meta object for the containment reference 'Title'. * @see net.opengis.wps.DocumentOutputDefinitionType#getTitle() * @see #getDocumentOutputDefinitionType() * @generated */ EReference getDocumentOutputDefinitionType_Title(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentOutputDefinitionType#getAbstract Abstract}'. * * * @return the meta object for the containment reference 'Abstract'. * @see net.opengis.wps.DocumentOutputDefinitionType#getAbstract() * @see #getDocumentOutputDefinitionType() * @generated */ EReference getDocumentOutputDefinitionType_Abstract(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.DocumentOutputDefinitionType#isAsReference As Reference}'. * * * @return the meta object for the attribute 'As Reference'. * @see net.opengis.wps.DocumentOutputDefinitionType#isAsReference() * @see #getDocumentOutputDefinitionType() * @generated */ EAttribute getDocumentOutputDefinitionType_AsReference(); /** * Returns the meta object for class '{@link net.opengis.wps.DocumentRoot Document Root}'. * * * @return the meta object for class 'Document Root'. * @see net.opengis.wps.DocumentRoot * @generated */ EClass getDocumentRoot(); /** * Returns the meta object for the attribute list '{@link net.opengis.wps.DocumentRoot#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see net.opengis.wps.DocumentRoot#getMixed() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Mixed(); /** * Returns the meta object for the map '{@link net.opengis.wps.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}'. * * * @return the meta object for the map 'XMLNS Prefix Map'. * @see net.opengis.wps.DocumentRoot#getXMLNSPrefixMap() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XMLNSPrefixMap(); /** * Returns the meta object for the map '{@link net.opengis.wps.DocumentRoot#getXSISchemaLocation XSI Schema Location}'. * * * @return the meta object for the map 'XSI Schema Location'. * @see net.opengis.wps.DocumentRoot#getXSISchemaLocation() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XSISchemaLocation(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getCapabilities Capabilities}'. * * * @return the meta object for the containment reference 'Capabilities'. * @see net.opengis.wps.DocumentRoot#getCapabilities() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Capabilities(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getDescribeProcess Describe Process}'. * * * @return the meta object for the containment reference 'Describe Process'. * @see net.opengis.wps.DocumentRoot#getDescribeProcess() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_DescribeProcess(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getExecute Execute}'. * * * @return the meta object for the containment reference 'Execute'. * @see net.opengis.wps.DocumentRoot#getExecute() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Execute(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getExecuteResponse Execute Response}'. * * * @return the meta object for the containment reference 'Execute Response'. * @see net.opengis.wps.DocumentRoot#getExecuteResponse() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ExecuteResponse(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getGetCapabilities Get Capabilities}'. * * * @return the meta object for the containment reference 'Get Capabilities'. * @see net.opengis.wps.DocumentRoot#getGetCapabilities() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GetCapabilities(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getLanguages Languages}'. * * * @return the meta object for the containment reference 'Languages'. * @see net.opengis.wps.DocumentRoot#getLanguages() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Languages(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getProcessDescriptions Process Descriptions}'. * * * @return the meta object for the containment reference 'Process Descriptions'. * @see net.opengis.wps.DocumentRoot#getProcessDescriptions() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ProcessDescriptions(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getProcessOfferings Process Offerings}'. * * * @return the meta object for the containment reference 'Process Offerings'. * @see net.opengis.wps.DocumentRoot#getProcessOfferings() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ProcessOfferings(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.DocumentRoot#getWSDL WSDL}'. * * * @return the meta object for the containment reference 'WSDL'. * @see net.opengis.wps.DocumentRoot#getWSDL() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_WSDL(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.DocumentRoot#getProcessVersion Process Version}'. * * * @return the meta object for the attribute 'Process Version'. * @see net.opengis.wps.DocumentRoot#getProcessVersion() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_ProcessVersion(); /** * Returns the meta object for class '{@link net.opengis.wps.ExecuteResponseType Execute Response Type}'. * * * @return the meta object for class 'Execute Response Type'. * @see net.opengis.wps.ExecuteResponseType * @generated */ EClass getExecuteResponseType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteResponseType#getProcess Process}'. * * * @return the meta object for the containment reference 'Process'. * @see net.opengis.wps.ExecuteResponseType#getProcess() * @see #getExecuteResponseType() * @generated */ EReference getExecuteResponseType_Process(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteResponseType#getStatus Status}'. * * * @return the meta object for the containment reference 'Status'. * @see net.opengis.wps.ExecuteResponseType#getStatus() * @see #getExecuteResponseType() * @generated */ EReference getExecuteResponseType_Status(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteResponseType#getDataInputs Data Inputs}'. * * * @return the meta object for the containment reference 'Data Inputs'. * @see net.opengis.wps.ExecuteResponseType#getDataInputs() * @see #getExecuteResponseType() * @generated */ EReference getExecuteResponseType_DataInputs(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteResponseType#getOutputDefinitions Output Definitions}'. * * * @return the meta object for the containment reference 'Output Definitions'. * @see net.opengis.wps.ExecuteResponseType#getOutputDefinitions() * @see #getExecuteResponseType() * @generated */ EReference getExecuteResponseType_OutputDefinitions(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteResponseType#getProcessOutputs Process Outputs}'. * * * @return the meta object for the containment reference 'Process Outputs'. * @see net.opengis.wps.ExecuteResponseType#getProcessOutputs() * @see #getExecuteResponseType() * @generated */ EReference getExecuteResponseType_ProcessOutputs(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ExecuteResponseType#getServiceInstance Service Instance}'. * * * @return the meta object for the attribute 'Service Instance'. * @see net.opengis.wps.ExecuteResponseType#getServiceInstance() * @see #getExecuteResponseType() * @generated */ EAttribute getExecuteResponseType_ServiceInstance(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ExecuteResponseType#getStatusLocation Status Location}'. * * * @return the meta object for the attribute 'Status Location'. * @see net.opengis.wps.ExecuteResponseType#getStatusLocation() * @see #getExecuteResponseType() * @generated */ EAttribute getExecuteResponseType_StatusLocation(); /** * Returns the meta object for class '{@link net.opengis.wps.ExecuteType Execute Type}'. * * * @return the meta object for class 'Execute Type'. * @see net.opengis.wps.ExecuteType * @generated */ EClass getExecuteType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteType#getIdentifier Identifier}'. * * * @return the meta object for the containment reference 'Identifier'. * @see net.opengis.wps.ExecuteType#getIdentifier() * @see #getExecuteType() * @generated */ EReference getExecuteType_Identifier(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteType#getDataInputs Data Inputs}'. * * * @return the meta object for the containment reference 'Data Inputs'. * @see net.opengis.wps.ExecuteType#getDataInputs() * @see #getExecuteType() * @generated */ EReference getExecuteType_DataInputs(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ExecuteType#getResponseForm Response Form}'. * * * @return the meta object for the containment reference 'Response Form'. * @see net.opengis.wps.ExecuteType#getResponseForm() * @see #getExecuteType() * @generated */ EReference getExecuteType_ResponseForm(); /** * Returns the meta object for class '{@link net.opengis.wps.GetCapabilitiesType Get Capabilities Type}'. * * * @return the meta object for class 'Get Capabilities Type'. * @see net.opengis.wps.GetCapabilitiesType * @generated */ EClass getGetCapabilitiesType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.GetCapabilitiesType#getAcceptVersions Accept Versions}'. * * * @return the meta object for the containment reference 'Accept Versions'. * @see net.opengis.wps.GetCapabilitiesType#getAcceptVersions() * @see #getGetCapabilitiesType() * @generated */ EReference getGetCapabilitiesType_AcceptVersions(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.GetCapabilitiesType#getLanguage Language}'. * * * @return the meta object for the attribute 'Language'. * @see net.opengis.wps.GetCapabilitiesType#getLanguage() * @see #getGetCapabilitiesType() * @generated */ EAttribute getGetCapabilitiesType_Language(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.GetCapabilitiesType#getService Service}'. * * * @return the meta object for the attribute 'Service'. * @see net.opengis.wps.GetCapabilitiesType#getService() * @see #getGetCapabilitiesType() * @generated */ EAttribute getGetCapabilitiesType_Service(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.GetCapabilitiesType#getBaseUrl Base Url}'. * * * @return the meta object for the attribute 'Base Url'. * @see net.opengis.wps.GetCapabilitiesType#getBaseUrl() * @see #getGetCapabilitiesType() * @generated */ EAttribute getGetCapabilitiesType_BaseUrl(); /** * Returns the meta object for class '{@link net.opengis.wps.HeaderType Header Type}'. * * * @return the meta object for class 'Header Type'. * @see net.opengis.wps.HeaderType * @generated */ EClass getHeaderType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.HeaderType#getKey Key}'. * * * @return the meta object for the attribute 'Key'. * @see net.opengis.wps.HeaderType#getKey() * @see #getHeaderType() * @generated */ EAttribute getHeaderType_Key(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.HeaderType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see net.opengis.wps.HeaderType#getValue() * @see #getHeaderType() * @generated */ EAttribute getHeaderType_Value(); /** * Returns the meta object for class '{@link net.opengis.wps.InputDescriptionType Input Description Type}'. * * * @return the meta object for class 'Input Description Type'. * @see net.opengis.wps.InputDescriptionType * @generated */ EClass getInputDescriptionType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputDescriptionType#getComplexData Complex Data}'. * * * @return the meta object for the containment reference 'Complex Data'. * @see net.opengis.wps.InputDescriptionType#getComplexData() * @see #getInputDescriptionType() * @generated */ EReference getInputDescriptionType_ComplexData(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputDescriptionType#getLiteralData Literal Data}'. * * * @return the meta object for the containment reference 'Literal Data'. * @see net.opengis.wps.InputDescriptionType#getLiteralData() * @see #getInputDescriptionType() * @generated */ EReference getInputDescriptionType_LiteralData(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputDescriptionType#getBoundingBoxData Bounding Box Data}'. * * * @return the meta object for the containment reference 'Bounding Box Data'. * @see net.opengis.wps.InputDescriptionType#getBoundingBoxData() * @see #getInputDescriptionType() * @generated */ EReference getInputDescriptionType_BoundingBoxData(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.InputDescriptionType#getMaxOccurs Max Occurs}'. * * * @return the meta object for the attribute 'Max Occurs'. * @see net.opengis.wps.InputDescriptionType#getMaxOccurs() * @see #getInputDescriptionType() * @generated */ EAttribute getInputDescriptionType_MaxOccurs(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.InputDescriptionType#getMinOccurs Min Occurs}'. * * * @return the meta object for the attribute 'Min Occurs'. * @see net.opengis.wps.InputDescriptionType#getMinOccurs() * @see #getInputDescriptionType() * @generated */ EAttribute getInputDescriptionType_MinOccurs(); /** * Returns the meta object for class '{@link net.opengis.wps.InputReferenceType Input Reference Type}'. * * * @return the meta object for class 'Input Reference Type'. * @see net.opengis.wps.InputReferenceType * @generated */ EClass getInputReferenceType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.InputReferenceType#getHeader Header}'. * * * @return the meta object for the containment reference list 'Header'. * @see net.opengis.wps.InputReferenceType#getHeader() * @see #getInputReferenceType() * @generated */ EReference getInputReferenceType_Header(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputReferenceType#getBody Body}'. * * * @return the meta object for the containment reference 'Body'. * @see net.opengis.wps.InputReferenceType#getBody() * @see #getInputReferenceType() * @generated */ EReference getInputReferenceType_Body(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputReferenceType#getBodyReference Body Reference}'. * * * @return the meta object for the containment reference 'Body Reference'. * @see net.opengis.wps.InputReferenceType#getBodyReference() * @see #getInputReferenceType() * @generated */ EReference getInputReferenceType_BodyReference(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.InputReferenceType#getEncoding Encoding}'. * * * @return the meta object for the attribute 'Encoding'. * @see net.opengis.wps.InputReferenceType#getEncoding() * @see #getInputReferenceType() * @generated */ EAttribute getInputReferenceType_Encoding(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.InputReferenceType#getHref Href}'. * * * @return the meta object for the attribute 'Href'. * @see net.opengis.wps.InputReferenceType#getHref() * @see #getInputReferenceType() * @generated */ EAttribute getInputReferenceType_Href(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.InputReferenceType#getMethod Method}'. * * * @return the meta object for the attribute 'Method'. * @see net.opengis.wps.InputReferenceType#getMethod() * @see #getInputReferenceType() * @generated */ EAttribute getInputReferenceType_Method(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.InputReferenceType#getMimeType Mime Type}'. * * * @return the meta object for the attribute 'Mime Type'. * @see net.opengis.wps.InputReferenceType#getMimeType() * @see #getInputReferenceType() * @generated */ EAttribute getInputReferenceType_MimeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.InputReferenceType#getSchema Schema}'. * * * @return the meta object for the attribute 'Schema'. * @see net.opengis.wps.InputReferenceType#getSchema() * @see #getInputReferenceType() * @generated */ EAttribute getInputReferenceType_Schema(); /** * Returns the meta object for class '{@link net.opengis.wps.InputType Input Type}'. * * * @return the meta object for class 'Input Type'. * @see net.opengis.wps.InputType * @generated */ EClass getInputType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputType#getIdentifier Identifier}'. * * * @return the meta object for the containment reference 'Identifier'. * @see net.opengis.wps.InputType#getIdentifier() * @see #getInputType() * @generated */ EReference getInputType_Identifier(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputType#getTitle Title}'. * * * @return the meta object for the containment reference 'Title'. * @see net.opengis.wps.InputType#getTitle() * @see #getInputType() * @generated */ EReference getInputType_Title(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputType#getAbstract Abstract}'. * * * @return the meta object for the containment reference 'Abstract'. * @see net.opengis.wps.InputType#getAbstract() * @see #getInputType() * @generated */ EReference getInputType_Abstract(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputType#getReference Reference}'. * * * @return the meta object for the containment reference 'Reference'. * @see net.opengis.wps.InputType#getReference() * @see #getInputType() * @generated */ EReference getInputType_Reference(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.InputType#getData Data}'. * * * @return the meta object for the containment reference 'Data'. * @see net.opengis.wps.InputType#getData() * @see #getInputType() * @generated */ EReference getInputType_Data(); /** * Returns the meta object for class '{@link net.opengis.wps.LanguagesType Languages Type}'. * * * @return the meta object for class 'Languages Type'. * @see net.opengis.wps.LanguagesType * @generated */ EClass getLanguagesType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.LanguagesType#getLanguage Language}'. * * * @return the meta object for the attribute 'Language'. * @see net.opengis.wps.LanguagesType#getLanguage() * @see #getLanguagesType() * @generated */ EAttribute getLanguagesType_Language(); /** * Returns the meta object for class '{@link net.opengis.wps.LanguagesType1 Languages Type1}'. * * * @return the meta object for class 'Languages Type1'. * @see net.opengis.wps.LanguagesType1 * @generated */ EClass getLanguagesType1(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.LanguagesType1#getDefault Default}'. * * * @return the meta object for the containment reference 'Default'. * @see net.opengis.wps.LanguagesType1#getDefault() * @see #getLanguagesType1() * @generated */ EReference getLanguagesType1_Default(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.LanguagesType1#getSupported Supported}'. * * * @return the meta object for the containment reference 'Supported'. * @see net.opengis.wps.LanguagesType1#getSupported() * @see #getLanguagesType1() * @generated */ EReference getLanguagesType1_Supported(); /** * Returns the meta object for class '{@link net.opengis.wps.LiteralDataType Literal Data Type}'. * * * @return the meta object for class 'Literal Data Type'. * @see net.opengis.wps.LiteralDataType * @generated */ EClass getLiteralDataType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.LiteralDataType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see net.opengis.wps.LiteralDataType#getValue() * @see #getLiteralDataType() * @generated */ EAttribute getLiteralDataType_Value(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.LiteralDataType#getDataType Data Type}'. * * * @return the meta object for the attribute 'Data Type'. * @see net.opengis.wps.LiteralDataType#getDataType() * @see #getLiteralDataType() * @generated */ EAttribute getLiteralDataType_DataType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.LiteralDataType#getUom Uom}'. * * * @return the meta object for the attribute 'Uom'. * @see net.opengis.wps.LiteralDataType#getUom() * @see #getLiteralDataType() * @generated */ EAttribute getLiteralDataType_Uom(); /** * Returns the meta object for class '{@link net.opengis.wps.LiteralInputType Literal Input Type}'. * * * @return the meta object for class 'Literal Input Type'. * @see net.opengis.wps.LiteralInputType * @generated */ EClass getLiteralInputType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.LiteralInputType#getAllowedValues Allowed Values}'. * * * @return the meta object for the containment reference 'Allowed Values'. * @see net.opengis.wps.LiteralInputType#getAllowedValues() * @see #getLiteralInputType() * @generated */ EReference getLiteralInputType_AllowedValues(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.LiteralInputType#getAnyValue Any Value}'. * * * @return the meta object for the containment reference 'Any Value'. * @see net.opengis.wps.LiteralInputType#getAnyValue() * @see #getLiteralInputType() * @generated */ EReference getLiteralInputType_AnyValue(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.LiteralInputType#getValuesReference Values Reference}'. * * * @return the meta object for the containment reference 'Values Reference'. * @see net.opengis.wps.LiteralInputType#getValuesReference() * @see #getLiteralInputType() * @generated */ EReference getLiteralInputType_ValuesReference(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.LiteralInputType#getDefaultValue Default Value}'. * * * @return the meta object for the attribute 'Default Value'. * @see net.opengis.wps.LiteralInputType#getDefaultValue() * @see #getLiteralInputType() * @generated */ EAttribute getLiteralInputType_DefaultValue(); /** * Returns the meta object for class '{@link net.opengis.wps.LiteralOutputType Literal Output Type}'. * * * @return the meta object for class 'Literal Output Type'. * @see net.opengis.wps.LiteralOutputType * @generated */ EClass getLiteralOutputType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.LiteralOutputType#getDataType Data Type}'. * * * @return the meta object for the containment reference 'Data Type'. * @see net.opengis.wps.LiteralOutputType#getDataType() * @see #getLiteralOutputType() * @generated */ EReference getLiteralOutputType_DataType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.LiteralOutputType#getUOMs UO Ms}'. * * * @return the meta object for the containment reference 'UO Ms'. * @see net.opengis.wps.LiteralOutputType#getUOMs() * @see #getLiteralOutputType() * @generated */ EReference getLiteralOutputType_UOMs(); /** * Returns the meta object for class '{@link net.opengis.wps.OutputDataType Output Data Type}'. * * * @return the meta object for class 'Output Data Type'. * @see net.opengis.wps.OutputDataType * @generated */ EClass getOutputDataType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.OutputDataType#getReference Reference}'. * * * @return the meta object for the containment reference 'Reference'. * @see net.opengis.wps.OutputDataType#getReference() * @see #getOutputDataType() * @generated */ EReference getOutputDataType_Reference(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.OutputDataType#getData Data}'. * * * @return the meta object for the containment reference 'Data'. * @see net.opengis.wps.OutputDataType#getData() * @see #getOutputDataType() * @generated */ EReference getOutputDataType_Data(); /** * Returns the meta object for class '{@link net.opengis.wps.OutputDefinitionsType Output Definitions Type}'. * * * @return the meta object for class 'Output Definitions Type'. * @see net.opengis.wps.OutputDefinitionsType * @generated */ EClass getOutputDefinitionsType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.OutputDefinitionsType#getOutput Output}'. * * * @return the meta object for the containment reference list 'Output'. * @see net.opengis.wps.OutputDefinitionsType#getOutput() * @see #getOutputDefinitionsType() * @generated */ EReference getOutputDefinitionsType_Output(); /** * Returns the meta object for class '{@link net.opengis.wps.OutputDefinitionType Output Definition Type}'. * * * @return the meta object for class 'Output Definition Type'. * @see net.opengis.wps.OutputDefinitionType * @generated */ EClass getOutputDefinitionType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.OutputDefinitionType#getIdentifier Identifier}'. * * * @return the meta object for the containment reference 'Identifier'. * @see net.opengis.wps.OutputDefinitionType#getIdentifier() * @see #getOutputDefinitionType() * @generated */ EReference getOutputDefinitionType_Identifier(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputDefinitionType#getEncoding Encoding}'. * * * @return the meta object for the attribute 'Encoding'. * @see net.opengis.wps.OutputDefinitionType#getEncoding() * @see #getOutputDefinitionType() * @generated */ EAttribute getOutputDefinitionType_Encoding(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputDefinitionType#getMimeType Mime Type}'. * * * @return the meta object for the attribute 'Mime Type'. * @see net.opengis.wps.OutputDefinitionType#getMimeType() * @see #getOutputDefinitionType() * @generated */ EAttribute getOutputDefinitionType_MimeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputDefinitionType#getSchema Schema}'. * * * @return the meta object for the attribute 'Schema'. * @see net.opengis.wps.OutputDefinitionType#getSchema() * @see #getOutputDefinitionType() * @generated */ EAttribute getOutputDefinitionType_Schema(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputDefinitionType#getUom Uom}'. * * * @return the meta object for the attribute 'Uom'. * @see net.opengis.wps.OutputDefinitionType#getUom() * @see #getOutputDefinitionType() * @generated */ EAttribute getOutputDefinitionType_Uom(); /** * Returns the meta object for class '{@link net.opengis.wps.OutputDescriptionType Output Description Type}'. * * * @return the meta object for class 'Output Description Type'. * @see net.opengis.wps.OutputDescriptionType * @generated */ EClass getOutputDescriptionType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.OutputDescriptionType#getComplexOutput Complex Output}'. * * * @return the meta object for the containment reference 'Complex Output'. * @see net.opengis.wps.OutputDescriptionType#getComplexOutput() * @see #getOutputDescriptionType() * @generated */ EReference getOutputDescriptionType_ComplexOutput(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.OutputDescriptionType#getLiteralOutput Literal Output}'. * * * @return the meta object for the containment reference 'Literal Output'. * @see net.opengis.wps.OutputDescriptionType#getLiteralOutput() * @see #getOutputDescriptionType() * @generated */ EReference getOutputDescriptionType_LiteralOutput(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.OutputDescriptionType#getBoundingBoxOutput Bounding Box Output}'. * * * @return the meta object for the containment reference 'Bounding Box Output'. * @see net.opengis.wps.OutputDescriptionType#getBoundingBoxOutput() * @see #getOutputDescriptionType() * @generated */ EReference getOutputDescriptionType_BoundingBoxOutput(); /** * Returns the meta object for class '{@link net.opengis.wps.OutputReferenceType Output Reference Type}'. * * * @return the meta object for class 'Output Reference Type'. * @see net.opengis.wps.OutputReferenceType * @generated */ EClass getOutputReferenceType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputReferenceType#getEncoding Encoding}'. * * * @return the meta object for the attribute 'Encoding'. * @see net.opengis.wps.OutputReferenceType#getEncoding() * @see #getOutputReferenceType() * @generated */ EAttribute getOutputReferenceType_Encoding(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputReferenceType#getHref Href}'. * * * @return the meta object for the attribute 'Href'. * @see net.opengis.wps.OutputReferenceType#getHref() * @see #getOutputReferenceType() * @generated */ EAttribute getOutputReferenceType_Href(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputReferenceType#getMimeType Mime Type}'. * * * @return the meta object for the attribute 'Mime Type'. * @see net.opengis.wps.OutputReferenceType#getMimeType() * @see #getOutputReferenceType() * @generated */ EAttribute getOutputReferenceType_MimeType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.OutputReferenceType#getSchema Schema}'. * * * @return the meta object for the attribute 'Schema'. * @see net.opengis.wps.OutputReferenceType#getSchema() * @see #getOutputReferenceType() * @generated */ EAttribute getOutputReferenceType_Schema(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessBriefType Process Brief Type}'. * * * @return the meta object for class 'Process Brief Type'. * @see net.opengis.wps.ProcessBriefType * @generated */ EClass getProcessBriefType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ProcessBriefType#getProfile Profile}'. * * * @return the meta object for the attribute 'Profile'. * @see net.opengis.wps.ProcessBriefType#getProfile() * @see #getProcessBriefType() * @generated */ EAttribute getProcessBriefType_Profile(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ProcessBriefType#getWSDL WSDL}'. * * * @return the meta object for the containment reference 'WSDL'. * @see net.opengis.wps.ProcessBriefType#getWSDL() * @see #getProcessBriefType() * @generated */ EReference getProcessBriefType_WSDL(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ProcessBriefType#getProcessVersion Process Version}'. * * * @return the meta object for the attribute 'Process Version'. * @see net.opengis.wps.ProcessBriefType#getProcessVersion() * @see #getProcessBriefType() * @generated */ EAttribute getProcessBriefType_ProcessVersion(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessDescriptionsType Process Descriptions Type}'. * * * @return the meta object for class 'Process Descriptions Type'. * @see net.opengis.wps.ProcessDescriptionsType * @generated */ EClass getProcessDescriptionsType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.ProcessDescriptionsType#getProcessDescription Process Description}'. * * * @return the meta object for the containment reference list 'Process Description'. * @see net.opengis.wps.ProcessDescriptionsType#getProcessDescription() * @see #getProcessDescriptionsType() * @generated */ EReference getProcessDescriptionsType_ProcessDescription(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessDescriptionType Process Description Type}'. * * * @return the meta object for class 'Process Description Type'. * @see net.opengis.wps.ProcessDescriptionType * @generated */ EClass getProcessDescriptionType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ProcessDescriptionType#getDataInputs Data Inputs}'. * * * @return the meta object for the containment reference 'Data Inputs'. * @see net.opengis.wps.ProcessDescriptionType#getDataInputs() * @see #getProcessDescriptionType() * @generated */ EReference getProcessDescriptionType_DataInputs(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ProcessDescriptionType#getProcessOutputs Process Outputs}'. * * * @return the meta object for the containment reference 'Process Outputs'. * @see net.opengis.wps.ProcessDescriptionType#getProcessOutputs() * @see #getProcessDescriptionType() * @generated */ EReference getProcessDescriptionType_ProcessOutputs(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ProcessDescriptionType#isStatusSupported Status Supported}'. * * * @return the meta object for the attribute 'Status Supported'. * @see net.opengis.wps.ProcessDescriptionType#isStatusSupported() * @see #getProcessDescriptionType() * @generated */ EAttribute getProcessDescriptionType_StatusSupported(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ProcessDescriptionType#isStoreSupported Store Supported}'. * * * @return the meta object for the attribute 'Store Supported'. * @see net.opengis.wps.ProcessDescriptionType#isStoreSupported() * @see #getProcessDescriptionType() * @generated */ EAttribute getProcessDescriptionType_StoreSupported(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessFailedType Process Failed Type}'. * * * @return the meta object for class 'Process Failed Type'. * @see net.opengis.wps.ProcessFailedType * @generated */ EClass getProcessFailedType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ProcessFailedType#getExceptionReport Exception Report}'. * * * @return the meta object for the containment reference 'Exception Report'. * @see net.opengis.wps.ProcessFailedType#getExceptionReport() * @see #getProcessFailedType() * @generated */ EReference getProcessFailedType_ExceptionReport(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessOfferingsType Process Offerings Type}'. * * * @return the meta object for class 'Process Offerings Type'. * @see net.opengis.wps.ProcessOfferingsType * @generated */ EClass getProcessOfferingsType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.ProcessOfferingsType#getProcess Process}'. * * * @return the meta object for the containment reference list 'Process'. * @see net.opengis.wps.ProcessOfferingsType#getProcess() * @see #getProcessOfferingsType() * @generated */ EReference getProcessOfferingsType_Process(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessOutputsType Process Outputs Type}'. * * * @return the meta object for class 'Process Outputs Type'. * @see net.opengis.wps.ProcessOutputsType * @generated */ EClass getProcessOutputsType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.ProcessOutputsType#getOutput Output}'. * * * @return the meta object for the containment reference list 'Output'. * @see net.opengis.wps.ProcessOutputsType#getOutput() * @see #getProcessOutputsType() * @generated */ EReference getProcessOutputsType_Output(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessOutputsType1 Process Outputs Type1}'. * * * @return the meta object for class 'Process Outputs Type1'. * @see net.opengis.wps.ProcessOutputsType1 * @generated */ EClass getProcessOutputsType1(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.ProcessOutputsType1#getOutput Output}'. * * * @return the meta object for the containment reference list 'Output'. * @see net.opengis.wps.ProcessOutputsType1#getOutput() * @see #getProcessOutputsType1() * @generated */ EReference getProcessOutputsType1_Output(); /** * Returns the meta object for class '{@link net.opengis.wps.ProcessStartedType Process Started Type}'. * * * @return the meta object for class 'Process Started Type'. * @see net.opengis.wps.ProcessStartedType * @generated */ EClass getProcessStartedType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ProcessStartedType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see net.opengis.wps.ProcessStartedType#getValue() * @see #getProcessStartedType() * @generated */ EAttribute getProcessStartedType_Value(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ProcessStartedType#getPercentCompleted Percent Completed}'. * * * @return the meta object for the attribute 'Percent Completed'. * @see net.opengis.wps.ProcessStartedType#getPercentCompleted() * @see #getProcessStartedType() * @generated */ EAttribute getProcessStartedType_PercentCompleted(); /** * Returns the meta object for class '{@link net.opengis.wps.RequestBaseType Request Base Type}'. * * * @return the meta object for class 'Request Base Type'. * @see net.opengis.wps.RequestBaseType * @generated */ EClass getRequestBaseType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.RequestBaseType#getLanguage Language}'. * * * @return the meta object for the attribute 'Language'. * @see net.opengis.wps.RequestBaseType#getLanguage() * @see #getRequestBaseType() * @generated */ EAttribute getRequestBaseType_Language(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.RequestBaseType#getService Service}'. * * * @return the meta object for the attribute 'Service'. * @see net.opengis.wps.RequestBaseType#getService() * @see #getRequestBaseType() * @generated */ EAttribute getRequestBaseType_Service(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.RequestBaseType#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see net.opengis.wps.RequestBaseType#getVersion() * @see #getRequestBaseType() * @generated */ EAttribute getRequestBaseType_Version(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.RequestBaseType#getBaseUrl Base Url}'. * * * @return the meta object for the attribute 'Base Url'. * @see net.opengis.wps.RequestBaseType#getBaseUrl() * @see #getRequestBaseType() * @generated */ EAttribute getRequestBaseType_BaseUrl(); /** * Returns the meta object for class '{@link net.opengis.wps.ResponseBaseType Response Base Type}'. * * * @return the meta object for class 'Response Base Type'. * @see net.opengis.wps.ResponseBaseType * @generated */ EClass getResponseBaseType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ResponseBaseType#getService Service}'. * * * @return the meta object for the attribute 'Service'. * @see net.opengis.wps.ResponseBaseType#getService() * @see #getResponseBaseType() * @generated */ EAttribute getResponseBaseType_Service(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ResponseBaseType#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see net.opengis.wps.ResponseBaseType#getVersion() * @see #getResponseBaseType() * @generated */ EAttribute getResponseBaseType_Version(); /** * Returns the meta object for class '{@link net.opengis.wps.ResponseDocumentType Response Document Type}'. * * * @return the meta object for class 'Response Document Type'. * @see net.opengis.wps.ResponseDocumentType * @generated */ EClass getResponseDocumentType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.wps.ResponseDocumentType#getOutput Output}'. * * * @return the meta object for the containment reference list 'Output'. * @see net.opengis.wps.ResponseDocumentType#getOutput() * @see #getResponseDocumentType() * @generated */ EReference getResponseDocumentType_Output(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ResponseDocumentType#isLineage Lineage}'. * * * @return the meta object for the attribute 'Lineage'. * @see net.opengis.wps.ResponseDocumentType#isLineage() * @see #getResponseDocumentType() * @generated */ EAttribute getResponseDocumentType_Lineage(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ResponseDocumentType#isStatus Status}'. * * * @return the meta object for the attribute 'Status'. * @see net.opengis.wps.ResponseDocumentType#isStatus() * @see #getResponseDocumentType() * @generated */ EAttribute getResponseDocumentType_Status(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ResponseDocumentType#isStoreExecuteResponse Store Execute Response}'. * * * @return the meta object for the attribute 'Store Execute Response'. * @see net.opengis.wps.ResponseDocumentType#isStoreExecuteResponse() * @see #getResponseDocumentType() * @generated */ EAttribute getResponseDocumentType_StoreExecuteResponse(); /** * Returns the meta object for class '{@link net.opengis.wps.ResponseFormType Response Form Type}'. * * * @return the meta object for class 'Response Form Type'. * @see net.opengis.wps.ResponseFormType * @generated */ EClass getResponseFormType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ResponseFormType#getResponseDocument Response Document}'. * * * @return the meta object for the containment reference 'Response Document'. * @see net.opengis.wps.ResponseFormType#getResponseDocument() * @see #getResponseFormType() * @generated */ EReference getResponseFormType_ResponseDocument(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.ResponseFormType#getRawDataOutput Raw Data Output}'. * * * @return the meta object for the containment reference 'Raw Data Output'. * @see net.opengis.wps.ResponseFormType#getRawDataOutput() * @see #getResponseFormType() * @generated */ EReference getResponseFormType_RawDataOutput(); /** * Returns the meta object for class '{@link net.opengis.wps.StatusType Status Type}'. * * * @return the meta object for class 'Status Type'. * @see net.opengis.wps.StatusType * @generated */ EClass getStatusType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.StatusType#getProcessAccepted Process Accepted}'. * * * @return the meta object for the attribute 'Process Accepted'. * @see net.opengis.wps.StatusType#getProcessAccepted() * @see #getStatusType() * @generated */ EAttribute getStatusType_ProcessAccepted(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.StatusType#getProcessStarted Process Started}'. * * * @return the meta object for the containment reference 'Process Started'. * @see net.opengis.wps.StatusType#getProcessStarted() * @see #getStatusType() * @generated */ EReference getStatusType_ProcessStarted(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.StatusType#getProcessPaused Process Paused}'. * * * @return the meta object for the containment reference 'Process Paused'. * @see net.opengis.wps.StatusType#getProcessPaused() * @see #getStatusType() * @generated */ EReference getStatusType_ProcessPaused(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.StatusType#getProcessSucceeded Process Succeeded}'. * * * @return the meta object for the attribute 'Process Succeeded'. * @see net.opengis.wps.StatusType#getProcessSucceeded() * @see #getStatusType() * @generated */ EAttribute getStatusType_ProcessSucceeded(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.StatusType#getProcessFailed Process Failed}'. * * * @return the meta object for the containment reference 'Process Failed'. * @see net.opengis.wps.StatusType#getProcessFailed() * @see #getStatusType() * @generated */ EReference getStatusType_ProcessFailed(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.StatusType#getCreationTime Creation Time}'. * * * @return the meta object for the attribute 'Creation Time'. * @see net.opengis.wps.StatusType#getCreationTime() * @see #getStatusType() * @generated */ EAttribute getStatusType_CreationTime(); /** * Returns the meta object for class '{@link net.opengis.wps.SupportedComplexDataInputType Supported Complex Data Input Type}'. * * * @return the meta object for class 'Supported Complex Data Input Type'. * @see net.opengis.wps.SupportedComplexDataInputType * @generated */ EClass getSupportedComplexDataInputType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.SupportedComplexDataInputType#getMaximumMegabytes Maximum Megabytes}'. * * * @return the meta object for the attribute 'Maximum Megabytes'. * @see net.opengis.wps.SupportedComplexDataInputType#getMaximumMegabytes() * @see #getSupportedComplexDataInputType() * @generated */ EAttribute getSupportedComplexDataInputType_MaximumMegabytes(); /** * Returns the meta object for class '{@link net.opengis.wps.SupportedComplexDataType Supported Complex Data Type}'. * * * @return the meta object for class 'Supported Complex Data Type'. * @see net.opengis.wps.SupportedComplexDataType * @generated */ EClass getSupportedComplexDataType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.SupportedComplexDataType#getDefault Default}'. * * * @return the meta object for the containment reference 'Default'. * @see net.opengis.wps.SupportedComplexDataType#getDefault() * @see #getSupportedComplexDataType() * @generated */ EReference getSupportedComplexDataType_Default(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.SupportedComplexDataType#getSupported Supported}'. * * * @return the meta object for the containment reference 'Supported'. * @see net.opengis.wps.SupportedComplexDataType#getSupported() * @see #getSupportedComplexDataType() * @generated */ EReference getSupportedComplexDataType_Supported(); /** * Returns the meta object for class '{@link net.opengis.wps.SupportedCRSsType Supported CR Ss Type}'. * * * @return the meta object for class 'Supported CR Ss Type'. * @see net.opengis.wps.SupportedCRSsType * @generated */ EClass getSupportedCRSsType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.SupportedCRSsType#getDefault Default}'. * * * @return the meta object for the containment reference 'Default'. * @see net.opengis.wps.SupportedCRSsType#getDefault() * @see #getSupportedCRSsType() * @generated */ EReference getSupportedCRSsType_Default(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.SupportedCRSsType#getSupported Supported}'. * * * @return the meta object for the containment reference 'Supported'. * @see net.opengis.wps.SupportedCRSsType#getSupported() * @see #getSupportedCRSsType() * @generated */ EReference getSupportedCRSsType_Supported(); /** * Returns the meta object for class '{@link net.opengis.wps.SupportedUOMsType Supported UO Ms Type}'. * * * @return the meta object for class 'Supported UO Ms Type'. * @see net.opengis.wps.SupportedUOMsType * @generated */ EClass getSupportedUOMsType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.SupportedUOMsType#getDefault Default}'. * * * @return the meta object for the containment reference 'Default'. * @see net.opengis.wps.SupportedUOMsType#getDefault() * @see #getSupportedUOMsType() * @generated */ EReference getSupportedUOMsType_Default(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.SupportedUOMsType#getSupported Supported}'. * * * @return the meta object for the containment reference 'Supported'. * @see net.opengis.wps.SupportedUOMsType#getSupported() * @see #getSupportedUOMsType() * @generated */ EReference getSupportedUOMsType_Supported(); /** * Returns the meta object for class '{@link net.opengis.wps.UOMsType UO Ms Type}'. * * * @return the meta object for class 'UO Ms Type'. * @see net.opengis.wps.UOMsType * @generated */ EClass getUOMsType(); /** * Returns the meta object for class '{@link net.opengis.wps.ValuesReferenceType Values Reference Type}'. * * * @return the meta object for class 'Values Reference Type'. * @see net.opengis.wps.ValuesReferenceType * @generated */ EClass getValuesReferenceType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ValuesReferenceType#getReference Reference}'. * * * @return the meta object for the attribute 'Reference'. * @see net.opengis.wps.ValuesReferenceType#getReference() * @see #getValuesReferenceType() * @generated */ EAttribute getValuesReferenceType_Reference(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.ValuesReferenceType#getValuesForm Values Form}'. * * * @return the meta object for the attribute 'Values Form'. * @see net.opengis.wps.ValuesReferenceType#getValuesForm() * @see #getValuesReferenceType() * @generated */ EAttribute getValuesReferenceType_ValuesForm(); /** * Returns the meta object for class '{@link net.opengis.wps.WPSCapabilitiesType WPS Capabilities Type}'. * * * @return the meta object for class 'WPS Capabilities Type'. * @see net.opengis.wps.WPSCapabilitiesType * @generated */ EClass getWPSCapabilitiesType(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.WPSCapabilitiesType#getProcessOfferings Process Offerings}'. * * * @return the meta object for the containment reference 'Process Offerings'. * @see net.opengis.wps.WPSCapabilitiesType#getProcessOfferings() * @see #getWPSCapabilitiesType() * @generated */ EReference getWPSCapabilitiesType_ProcessOfferings(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.WPSCapabilitiesType#getLanguages Languages}'. * * * @return the meta object for the containment reference 'Languages'. * @see net.opengis.wps.WPSCapabilitiesType#getLanguages() * @see #getWPSCapabilitiesType() * @generated */ EReference getWPSCapabilitiesType_Languages(); /** * Returns the meta object for the containment reference '{@link net.opengis.wps.WPSCapabilitiesType#getWSDL WSDL}'. * * * @return the meta object for the containment reference 'WSDL'. * @see net.opengis.wps.WPSCapabilitiesType#getWSDL() * @see #getWPSCapabilitiesType() * @generated */ EReference getWPSCapabilitiesType_WSDL(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.WPSCapabilitiesType#getService Service}'. * * * @return the meta object for the attribute 'Service'. * @see net.opengis.wps.WPSCapabilitiesType#getService() * @see #getWPSCapabilitiesType() * @generated */ EAttribute getWPSCapabilitiesType_Service(); /** * Returns the meta object for class '{@link net.opengis.wps.WSDLType WSDL Type}'. * * * @return the meta object for class 'WSDL Type'. * @see net.opengis.wps.WSDLType * @generated */ EClass getWSDLType(); /** * Returns the meta object for the attribute '{@link net.opengis.wps.WSDLType#getHref Href}'. * * * @return the meta object for the attribute 'Href'. * @see net.opengis.wps.WSDLType#getHref() * @see #getWSDLType() * @generated */ EAttribute getWSDLType_Href(); /** * Returns the meta object for class '{@link javax.measure.unit.Unit Unit}'. * * * @return the meta object for class 'Unit'. * @see javax.measure.unit.Unit * @model instanceClass="javax.measure.unit.Unit" * @generated */ EClass getUnit(); /** * Returns the meta object for enum '{@link net.opengis.wps.MethodType Method Type}'. * * * @return the meta object for enum 'Method Type'. * @see net.opengis.wps.MethodType * @generated */ EEnum getMethodType(); /** * Returns the meta object for data type '{@link net.opengis.wps.MethodType Method Type Object}'. * * * @return the meta object for data type 'Method Type Object'. * @see net.opengis.wps.MethodType * @model instanceClass="net.opengis.wps.MethodType" * extendedMetaData="name='method_._type:Object' baseType='method_._type'" * @generated */ EDataType getMethodTypeObject(); /** * Returns the meta object for data type '{@link java.math.BigInteger Percent Completed Type}'. * * * @return the meta object for data type 'Percent Completed Type'. * @see java.math.BigInteger * @model instanceClass="java.math.BigInteger" * extendedMetaData="name='percentCompleted_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#integer' minInclusive='0' maxInclusive='99'" * @generated */ EDataType getPercentCompletedType(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ WpsFactory getWpsFactory(); } //WpsPackage