/** * * * * $Id$ */ package net.opengis.ows10; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EDataType; 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 * * * @see net.opengis.ows10.Ows10Factory * @model kind="package" * @generated */ public interface Ows10Package extends EPackage { /** * The package name. * * * @generated */ String eNAME = "ows10"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://www.opengis.net/ows"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "ows"; /** * The singleton instance of the package. * * * @generated */ Ows10Package eINSTANCE = net.opengis.ows10.impl.Ows10PackageImpl.init(); /** * The meta object id for the '{@link net.opengis.ows10.impl.AcceptFormatsTypeImpl Accept Formats Type}' class. * * * @see net.opengis.ows10.impl.AcceptFormatsTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getAcceptFormatsType() * @generated */ int ACCEPT_FORMATS_TYPE = 0; /** * The feature id for the 'Output Format' attribute list. * * * @generated * @ordered */ int ACCEPT_FORMATS_TYPE__OUTPUT_FORMAT = 0; /** * The number of structural features of the 'Accept Formats Type' class. * * * @generated * @ordered */ int ACCEPT_FORMATS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.ows10.impl.AcceptVersionsTypeImpl Accept Versions Type}' class. * * * @see net.opengis.ows10.impl.AcceptVersionsTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getAcceptVersionsType() * @generated */ int ACCEPT_VERSIONS_TYPE = 1; /** * The feature id for the 'Version' attribute list. * * * @generated * @ordered */ int ACCEPT_VERSIONS_TYPE__VERSION = 0; /** * The number of structural features of the 'Accept Versions Type' class. * * * @generated * @ordered */ int ACCEPT_VERSIONS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.ows10.impl.AddressTypeImpl Address Type}' class. * * * @see net.opengis.ows10.impl.AddressTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getAddressType() * @generated */ int ADDRESS_TYPE = 2; /** * The feature id for the 'Delivery Point' attribute. * * * @generated * @ordered */ int ADDRESS_TYPE__DELIVERY_POINT = 0; /** * The feature id for the 'City' attribute. * * * @generated * @ordered */ int ADDRESS_TYPE__CITY = 1; /** * The feature id for the 'Administrative Area' attribute. * * * @generated * @ordered */ int ADDRESS_TYPE__ADMINISTRATIVE_AREA = 2; /** * The feature id for the 'Postal Code' attribute. * * * @generated * @ordered */ int ADDRESS_TYPE__POSTAL_CODE = 3; /** * The feature id for the 'Country' attribute. * * * @generated * @ordered */ int ADDRESS_TYPE__COUNTRY = 4; /** * The feature id for the 'Electronic Mail Address' attribute. * * * @generated * @ordered */ int ADDRESS_TYPE__ELECTRONIC_MAIL_ADDRESS = 5; /** * The number of structural features of the 'Address Type' class. * * * @generated * @ordered */ int ADDRESS_TYPE_FEATURE_COUNT = 6; /** * The meta object id for the '{@link net.opengis.ows10.impl.BoundingBoxTypeImpl Bounding Box Type}' class. * * * @see net.opengis.ows10.impl.BoundingBoxTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getBoundingBoxType() * @generated */ int BOUNDING_BOX_TYPE = 3; /** * The feature id for the 'Lower Corner' attribute. * * * @generated * @ordered */ int BOUNDING_BOX_TYPE__LOWER_CORNER = 0; /** * The feature id for the 'Upper Corner' attribute. * * * @generated * @ordered */ int BOUNDING_BOX_TYPE__UPPER_CORNER = 1; /** * The feature id for the 'Crs' attribute. * * * @generated * @ordered */ int BOUNDING_BOX_TYPE__CRS = 2; /** * The feature id for the 'Dimensions' attribute. * * * @generated * @ordered */ int BOUNDING_BOX_TYPE__DIMENSIONS = 3; /** * The number of structural features of the 'Bounding Box Type' class. * * * @generated * @ordered */ int BOUNDING_BOX_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.ows10.impl.CapabilitiesBaseTypeImpl Capabilities Base Type}' class. * * * @see net.opengis.ows10.impl.CapabilitiesBaseTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getCapabilitiesBaseType() * @generated */ int CAPABILITIES_BASE_TYPE = 4; /** * The feature id for the 'Service Identification' containment reference. * * * @generated * @ordered */ int CAPABILITIES_BASE_TYPE__SERVICE_IDENTIFICATION = 0; /** * The feature id for the 'Service Provider' containment reference. * * * @generated * @ordered */ int CAPABILITIES_BASE_TYPE__SERVICE_PROVIDER = 1; /** * The feature id for the 'Operations Metadata' containment reference. * * * @generated * @ordered */ int CAPABILITIES_BASE_TYPE__OPERATIONS_METADATA = 2; /** * The feature id for the 'Update Sequence' attribute. * * * @generated * @ordered */ int CAPABILITIES_BASE_TYPE__UPDATE_SEQUENCE = 3; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int CAPABILITIES_BASE_TYPE__VERSION = 4; /** * The number of structural features of the 'Capabilities Base Type' class. * * * @generated * @ordered */ int CAPABILITIES_BASE_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.ows10.impl.CodeTypeImpl Code Type}' class. * * * @see net.opengis.ows10.impl.CodeTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getCodeType() * @generated */ int CODE_TYPE = 5; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int CODE_TYPE__VALUE = 0; /** * The feature id for the 'Code Space' attribute. * * * @generated * @ordered */ int CODE_TYPE__CODE_SPACE = 1; /** * The number of structural features of the 'Code Type' class. * * * @generated * @ordered */ int CODE_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.ows10.impl.ContactTypeImpl Contact Type}' class. * * * @see net.opengis.ows10.impl.ContactTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getContactType() * @generated */ int CONTACT_TYPE = 6; /** * The feature id for the 'Phone' containment reference. * * * @generated * @ordered */ int CONTACT_TYPE__PHONE = 0; /** * The feature id for the 'Address' containment reference. * * * @generated * @ordered */ int CONTACT_TYPE__ADDRESS = 1; /** * The feature id for the 'Online Resource' containment reference. * * * @generated * @ordered */ int CONTACT_TYPE__ONLINE_RESOURCE = 2; /** * The feature id for the 'Hours Of Service' attribute. * * * @generated * @ordered */ int CONTACT_TYPE__HOURS_OF_SERVICE = 3; /** * The feature id for the 'Contact Instructions' attribute. * * * @generated * @ordered */ int CONTACT_TYPE__CONTACT_INSTRUCTIONS = 4; /** * The number of structural features of the 'Contact Type' class. * * * @generated * @ordered */ int CONTACT_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.ows10.impl.DCPTypeImpl DCP Type}' class. * * * @see net.opengis.ows10.impl.DCPTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getDCPType() * @generated */ int DCP_TYPE = 7; /** * The feature id for the 'HTTP' containment reference. * * * @generated * @ordered */ int DCP_TYPE__HTTP = 0; /** * The number of structural features of the 'DCP Type' class. * * * @generated * @ordered */ int DCP_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.ows10.impl.DescriptionTypeImpl Description Type}' class. * * * @see net.opengis.ows10.impl.DescriptionTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getDescriptionType() * @generated */ int DESCRIPTION_TYPE = 8; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int DESCRIPTION_TYPE__TITLE = 0; /** * The feature id for the 'Abstract' attribute. * * * @generated * @ordered */ int DESCRIPTION_TYPE__ABSTRACT = 1; /** * The feature id for the 'Keywords' containment reference list. * * * @generated * @ordered */ int DESCRIPTION_TYPE__KEYWORDS = 2; /** * The number of structural features of the 'Description Type' class. * * * @generated * @ordered */ int DESCRIPTION_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.ows10.impl.DocumentRootImpl Document Root}' class. * * * @see net.opengis.ows10.impl.DocumentRootImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getDocumentRoot() * @generated */ int DOCUMENT_ROOT = 9; /** * 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 'Abstract' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__ABSTRACT = 3; /** * The feature id for the 'Contact Info' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__CONTACT_INFO = 4; /** * The feature id for the 'Individual Name' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__INDIVIDUAL_NAME = 5; /** * The feature id for the 'Keywords' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__KEYWORDS = 6; /** * The feature id for the 'Organisation Name' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__ORGANISATION_NAME = 7; /** * The feature id for the 'Point Of Contact' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__POINT_OF_CONTACT = 8; /** * The feature id for the 'Position Name' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__POSITION_NAME = 9; /** * The feature id for the 'Role' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__ROLE = 10; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__TITLE = 11; /** * The feature id for the 'Abstract Meta Data' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__ABSTRACT_META_DATA = 12; /** * The feature id for the 'Access Constraints' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__ACCESS_CONSTRAINTS = 13; /** * The feature id for the 'Available CRS' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__AVAILABLE_CRS = 14; /** * The feature id for the 'Bounding Box' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__BOUNDING_BOX = 15; /** * The feature id for the 'Dcp' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DCP = 16; /** * The feature id for the 'Exception' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__EXCEPTION = 17; /** * The feature id for the 'Exception Report' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__EXCEPTION_REPORT = 18; /** * The feature id for the 'Extended Capabilities' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__EXTENDED_CAPABILITIES = 19; /** * The feature id for the 'Fees' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__FEES = 20; /** * The feature id for the 'Get Capabilities' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GET_CAPABILITIES = 21; /** * The feature id for the 'Http' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__HTTP = 22; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__IDENTIFIER = 23; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__LANGUAGE = 24; /** * The feature id for the 'Metadata' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__METADATA = 25; /** * The feature id for the 'Operation' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__OPERATION = 26; /** * The feature id for the 'Operations Metadata' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__OPERATIONS_METADATA = 27; /** * The feature id for the 'Output Format' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__OUTPUT_FORMAT = 28; /** * The feature id for the 'Service Identification' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__SERVICE_IDENTIFICATION = 29; /** * The feature id for the 'Service Provider' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__SERVICE_PROVIDER = 30; /** * The feature id for the 'Supported CRS' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__SUPPORTED_CRS = 31; /** * The feature id for the 'Wg S84 Bounding Box' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__WG_S84_BOUNDING_BOX = 32; /** * The number of structural features of the 'Document Root' class. * * * @generated * @ordered */ int DOCUMENT_ROOT_FEATURE_COUNT = 33; /** * The meta object id for the '{@link net.opengis.ows10.impl.DomainTypeImpl Domain Type}' class. * * * @see net.opengis.ows10.impl.DomainTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getDomainType() * @generated */ int DOMAIN_TYPE = 10; /** * The feature id for the 'Value' attribute list. * * * @generated * @ordered */ int DOMAIN_TYPE__VALUE = 0; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int DOMAIN_TYPE__METADATA = 1; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOMAIN_TYPE__NAME = 2; /** * The number of structural features of the 'Domain Type' class. * * * @generated * @ordered */ int DOMAIN_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.ows10.impl.ExceptionReportTypeImpl Exception Report Type}' class. * * * @see net.opengis.ows10.impl.ExceptionReportTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getExceptionReportType() * @generated */ int EXCEPTION_REPORT_TYPE = 11; /** * The feature id for the 'Exception' containment reference list. * * * @generated * @ordered */ int EXCEPTION_REPORT_TYPE__EXCEPTION = 0; /** * The feature id for the 'Language' attribute. * * * @generated * @ordered */ int EXCEPTION_REPORT_TYPE__LANGUAGE = 1; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int EXCEPTION_REPORT_TYPE__VERSION = 2; /** * The number of structural features of the 'Exception Report Type' class. * * * @generated * @ordered */ int EXCEPTION_REPORT_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.ows10.impl.ExceptionTypeImpl Exception Type}' class. * * * @see net.opengis.ows10.impl.ExceptionTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getExceptionType() * @generated */ int EXCEPTION_TYPE = 12; /** * The feature id for the 'Exception Text' attribute list. * * * @generated * @ordered */ int EXCEPTION_TYPE__EXCEPTION_TEXT = 0; /** * The feature id for the 'Exception Code' attribute. * * * @generated * @ordered */ int EXCEPTION_TYPE__EXCEPTION_CODE = 1; /** * The feature id for the 'Locator' attribute. * * * @generated * @ordered */ int EXCEPTION_TYPE__LOCATOR = 2; /** * The number of structural features of the 'Exception Type' class. * * * @generated * @ordered */ int EXCEPTION_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.ows10.impl.GetCapabilitiesTypeImpl Get Capabilities Type}' class. * * * @see net.opengis.ows10.impl.GetCapabilitiesTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getGetCapabilitiesType() * @generated */ int GET_CAPABILITIES_TYPE = 13; /** * The feature id for the 'Accept Versions' containment reference. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__ACCEPT_VERSIONS = 0; /** * The feature id for the 'Sections' containment reference. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__SECTIONS = 1; /** * The feature id for the 'Accept Formats' containment reference. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__ACCEPT_FORMATS = 2; /** * The feature id for the 'Update Sequence' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__UPDATE_SEQUENCE = 3; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__BASE_URL = 4; /** * The feature id for the 'Namespace' attribute. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE__NAMESPACE = 5; /** * The number of structural features of the 'Get Capabilities Type' class. * * * @generated * @ordered */ int GET_CAPABILITIES_TYPE_FEATURE_COUNT = 6; /** * The meta object id for the '{@link net.opengis.ows10.impl.HTTPTypeImpl HTTP Type}' class. * * * @see net.opengis.ows10.impl.HTTPTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getHTTPType() * @generated */ int HTTP_TYPE = 14; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int HTTP_TYPE__GROUP = 0; /** * The feature id for the 'Get' containment reference list. * * * @generated * @ordered */ int HTTP_TYPE__GET = 1; /** * The feature id for the 'Post' containment reference list. * * * @generated * @ordered */ int HTTP_TYPE__POST = 2; /** * The number of structural features of the 'HTTP Type' class. * * * @generated * @ordered */ int HTTP_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.ows10.impl.IdentificationTypeImpl Identification Type}' class. * * * @see net.opengis.ows10.impl.IdentificationTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getIdentificationType() * @generated */ int IDENTIFICATION_TYPE = 15; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__TITLE = DESCRIPTION_TYPE__TITLE; /** * The feature id for the 'Abstract' attribute. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__ABSTRACT = DESCRIPTION_TYPE__ABSTRACT; /** * The feature id for the 'Keywords' containment reference list. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__KEYWORDS = DESCRIPTION_TYPE__KEYWORDS; /** * The feature id for the 'Identifier' containment reference. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__IDENTIFIER = DESCRIPTION_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Bounding Box Group' attribute list. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__BOUNDING_BOX_GROUP = DESCRIPTION_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Bounding Box' containment reference list. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__BOUNDING_BOX = DESCRIPTION_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Output Format' attribute. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__OUTPUT_FORMAT = DESCRIPTION_TYPE_FEATURE_COUNT + 3; /** * The feature id for the 'Available CRS Group' attribute list. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__AVAILABLE_CRS_GROUP = DESCRIPTION_TYPE_FEATURE_COUNT + 4; /** * The feature id for the 'Available CRS' attribute. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__AVAILABLE_CRS = DESCRIPTION_TYPE_FEATURE_COUNT + 5; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int IDENTIFICATION_TYPE__METADATA = DESCRIPTION_TYPE_FEATURE_COUNT + 6; /** * The number of structural features of the 'Identification Type' class. * * * @generated * @ordered */ int IDENTIFICATION_TYPE_FEATURE_COUNT = DESCRIPTION_TYPE_FEATURE_COUNT + 7; /** * The meta object id for the '{@link net.opengis.ows10.impl.KeywordsTypeImpl Keywords Type}' class. * * * @see net.opengis.ows10.impl.KeywordsTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getKeywordsType() * @generated */ int KEYWORDS_TYPE = 16; /** * The feature id for the 'Keyword' attribute list. * * * @generated * @ordered */ int KEYWORDS_TYPE__KEYWORD = 0; /** * The feature id for the 'Type' containment reference. * * * @generated * @ordered */ int KEYWORDS_TYPE__TYPE = 1; /** * The number of structural features of the 'Keywords Type' class. * * * @generated * @ordered */ int KEYWORDS_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.ows10.impl.MetadataTypeImpl Metadata Type}' class. * * * @see net.opengis.ows10.impl.MetadataTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getMetadataType() * @generated */ int METADATA_TYPE = 17; /** * The feature id for the 'Abstract Meta Data Group' attribute list. * * * @generated * @ordered */ int METADATA_TYPE__ABSTRACT_META_DATA_GROUP = 0; /** * The feature id for the 'Abstract Meta Data' containment reference. * * * @generated * @ordered */ int METADATA_TYPE__ABSTRACT_META_DATA = 1; /** * The feature id for the 'About' attribute. * * * @generated * @ordered */ int METADATA_TYPE__ABOUT = 2; /** * The number of structural features of the 'Metadata Type' class. * * * @generated * @ordered */ int METADATA_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.ows10.impl.OnlineResourceTypeImpl Online Resource Type}' class. * * * @see net.opengis.ows10.impl.OnlineResourceTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getOnlineResourceType() * @generated */ int ONLINE_RESOURCE_TYPE = 18; /** * The feature id for the 'Href' attribute. * * * @generated * @ordered */ int ONLINE_RESOURCE_TYPE__HREF = 0; /** * The number of structural features of the 'Online Resource Type' class. * * * @generated * @ordered */ int ONLINE_RESOURCE_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.ows10.impl.OperationTypeImpl Operation Type}' class. * * * @see net.opengis.ows10.impl.OperationTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getOperationType() * @generated */ int OPERATION_TYPE = 19; /** * The feature id for the 'DCP' containment reference list. * * * @generated * @ordered */ int OPERATION_TYPE__DCP = 0; /** * The feature id for the 'Parameter' containment reference list. * * * @generated * @ordered */ int OPERATION_TYPE__PARAMETER = 1; /** * The feature id for the 'Constraint' containment reference list. * * * @generated * @ordered */ int OPERATION_TYPE__CONSTRAINT = 2; /** * The feature id for the 'Metadata' containment reference list. * * * @generated * @ordered */ int OPERATION_TYPE__METADATA = 3; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int OPERATION_TYPE__NAME = 4; /** * The number of structural features of the 'Operation Type' class. * * * @generated * @ordered */ int OPERATION_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.ows10.impl.OperationsMetadataTypeImpl Operations Metadata Type}' class. * * * @see net.opengis.ows10.impl.OperationsMetadataTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getOperationsMetadataType() * @generated */ int OPERATIONS_METADATA_TYPE = 20; /** * The feature id for the 'Operation' containment reference list. * * * @generated * @ordered */ int OPERATIONS_METADATA_TYPE__OPERATION = 0; /** * The feature id for the 'Parameter' containment reference list. * * * @generated * @ordered */ int OPERATIONS_METADATA_TYPE__PARAMETER = 1; /** * The feature id for the 'Constraint' containment reference list. * * * @generated * @ordered */ int OPERATIONS_METADATA_TYPE__CONSTRAINT = 2; /** * The feature id for the 'Extended Capabilities' containment reference. * * * @generated * @ordered */ int OPERATIONS_METADATA_TYPE__EXTENDED_CAPABILITIES = 3; /** * The number of structural features of the 'Operations Metadata Type' class. * * * @generated * @ordered */ int OPERATIONS_METADATA_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.ows10.impl.RequestMethodTypeImpl Request Method Type}' class. * * * @see net.opengis.ows10.impl.RequestMethodTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getRequestMethodType() * @generated */ int REQUEST_METHOD_TYPE = 21; /** * The feature id for the 'Href' attribute. * * * @generated * @ordered */ int REQUEST_METHOD_TYPE__HREF = ONLINE_RESOURCE_TYPE__HREF; /** * The feature id for the 'Constraint' containment reference list. * * * @generated * @ordered */ int REQUEST_METHOD_TYPE__CONSTRAINT = ONLINE_RESOURCE_TYPE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Request Method Type' class. * * * @generated * @ordered */ int REQUEST_METHOD_TYPE_FEATURE_COUNT = ONLINE_RESOURCE_TYPE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link net.opengis.ows10.impl.ResponsiblePartySubsetTypeImpl Responsible Party Subset Type}' class. * * * @see net.opengis.ows10.impl.ResponsiblePartySubsetTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getResponsiblePartySubsetType() * @generated */ int RESPONSIBLE_PARTY_SUBSET_TYPE = 22; /** * The feature id for the 'Individual Name' attribute. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_SUBSET_TYPE__INDIVIDUAL_NAME = 0; /** * The feature id for the 'Position Name' attribute. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_SUBSET_TYPE__POSITION_NAME = 1; /** * The feature id for the 'Contact Info' containment reference. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_SUBSET_TYPE__CONTACT_INFO = 2; /** * The feature id for the 'Role' containment reference. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_SUBSET_TYPE__ROLE = 3; /** * The number of structural features of the 'Responsible Party Subset Type' class. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_SUBSET_TYPE_FEATURE_COUNT = 4; /** * The meta object id for the '{@link net.opengis.ows10.impl.ResponsiblePartyTypeImpl Responsible Party Type}' class. * * * @see net.opengis.ows10.impl.ResponsiblePartyTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getResponsiblePartyType() * @generated */ int RESPONSIBLE_PARTY_TYPE = 23; /** * The feature id for the 'Individual Name' attribute. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_TYPE__INDIVIDUAL_NAME = 0; /** * The feature id for the 'Organisation Name' attribute. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_TYPE__ORGANISATION_NAME = 1; /** * The feature id for the 'Position Name' attribute. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_TYPE__POSITION_NAME = 2; /** * The feature id for the 'Contact Info' containment reference. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_TYPE__CONTACT_INFO = 3; /** * The feature id for the 'Role' containment reference. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_TYPE__ROLE = 4; /** * The number of structural features of the 'Responsible Party Type' class. * * * @generated * @ordered */ int RESPONSIBLE_PARTY_TYPE_FEATURE_COUNT = 5; /** * The meta object id for the '{@link net.opengis.ows10.impl.SectionsTypeImpl Sections Type}' class. * * * @see net.opengis.ows10.impl.SectionsTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getSectionsType() * @generated */ int SECTIONS_TYPE = 24; /** * The feature id for the 'Section' attribute list. * * * @generated * @ordered */ int SECTIONS_TYPE__SECTION = 0; /** * The number of structural features of the 'Sections Type' class. * * * @generated * @ordered */ int SECTIONS_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link net.opengis.ows10.impl.ServiceIdentificationTypeImpl Service Identification Type}' class. * * * @see net.opengis.ows10.impl.ServiceIdentificationTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getServiceIdentificationType() * @generated */ int SERVICE_IDENTIFICATION_TYPE = 25; /** * The feature id for the 'Title' attribute. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE__TITLE = DESCRIPTION_TYPE__TITLE; /** * The feature id for the 'Abstract' attribute. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE__ABSTRACT = DESCRIPTION_TYPE__ABSTRACT; /** * The feature id for the 'Keywords' containment reference list. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE__KEYWORDS = DESCRIPTION_TYPE__KEYWORDS; /** * The feature id for the 'Service Type' containment reference. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE__SERVICE_TYPE = DESCRIPTION_TYPE_FEATURE_COUNT + 0; /** * The feature id for the 'Service Type Version' attribute. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE__SERVICE_TYPE_VERSION = DESCRIPTION_TYPE_FEATURE_COUNT + 1; /** * The feature id for the 'Fees' attribute. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE__FEES = DESCRIPTION_TYPE_FEATURE_COUNT + 2; /** * The feature id for the 'Access Constraints' attribute. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE__ACCESS_CONSTRAINTS = DESCRIPTION_TYPE_FEATURE_COUNT + 3; /** * The number of structural features of the 'Service Identification Type' class. * * * @generated * @ordered */ int SERVICE_IDENTIFICATION_TYPE_FEATURE_COUNT = DESCRIPTION_TYPE_FEATURE_COUNT + 4; /** * The meta object id for the '{@link net.opengis.ows10.impl.ServiceProviderTypeImpl Service Provider Type}' class. * * * @see net.opengis.ows10.impl.ServiceProviderTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getServiceProviderType() * @generated */ int SERVICE_PROVIDER_TYPE = 26; /** * The feature id for the 'Provider Name' attribute. * * * @generated * @ordered */ int SERVICE_PROVIDER_TYPE__PROVIDER_NAME = 0; /** * The feature id for the 'Provider Site' containment reference. * * * @generated * @ordered */ int SERVICE_PROVIDER_TYPE__PROVIDER_SITE = 1; /** * The feature id for the 'Service Contact' containment reference. * * * @generated * @ordered */ int SERVICE_PROVIDER_TYPE__SERVICE_CONTACT = 2; /** * The number of structural features of the 'Service Provider Type' class. * * * @generated * @ordered */ int SERVICE_PROVIDER_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link net.opengis.ows10.impl.TelephoneTypeImpl Telephone Type}' class. * * * @see net.opengis.ows10.impl.TelephoneTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getTelephoneType() * @generated */ int TELEPHONE_TYPE = 27; /** * The feature id for the 'Voice' attribute. * * * @generated * @ordered */ int TELEPHONE_TYPE__VOICE = 0; /** * The feature id for the 'Facsimile' attribute. * * * @generated * @ordered */ int TELEPHONE_TYPE__FACSIMILE = 1; /** * The number of structural features of the 'Telephone Type' class. * * * @generated * @ordered */ int TELEPHONE_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link net.opengis.ows10.impl.WGS84BoundingBoxTypeImpl WGS84 Bounding Box Type}' class. * * * @see net.opengis.ows10.impl.WGS84BoundingBoxTypeImpl * @see net.opengis.ows10.impl.Ows10PackageImpl#getWGS84BoundingBoxType() * @generated */ int WGS84_BOUNDING_BOX_TYPE = 28; /** * The feature id for the 'Lower Corner' attribute. * * * @generated * @ordered */ int WGS84_BOUNDING_BOX_TYPE__LOWER_CORNER = BOUNDING_BOX_TYPE__LOWER_CORNER; /** * The feature id for the 'Upper Corner' attribute. * * * @generated * @ordered */ int WGS84_BOUNDING_BOX_TYPE__UPPER_CORNER = BOUNDING_BOX_TYPE__UPPER_CORNER; /** * The feature id for the 'Crs' attribute. * * * @generated * @ordered */ int WGS84_BOUNDING_BOX_TYPE__CRS = BOUNDING_BOX_TYPE__CRS; /** * The feature id for the 'Dimensions' attribute. * * * @generated * @ordered */ int WGS84_BOUNDING_BOX_TYPE__DIMENSIONS = BOUNDING_BOX_TYPE__DIMENSIONS; /** * The number of structural features of the 'WGS84 Bounding Box Type' class. * * * @generated * @ordered */ int WGS84_BOUNDING_BOX_TYPE_FEATURE_COUNT = BOUNDING_BOX_TYPE_FEATURE_COUNT + 0; /** * The meta object id for the 'Mime Type' data type. * * * @see java.lang.String * @see net.opengis.ows10.impl.Ows10PackageImpl#getMimeType() * @generated */ int MIME_TYPE = 29; /** * The meta object id for the 'Version Type' data type. * * * @see java.lang.String * @see net.opengis.ows10.impl.Ows10PackageImpl#getVersionType() * @generated */ int VERSION_TYPE = 30; /** * The meta object id for the 'Position Type' data type. * * * @see java.util.List * @see net.opengis.ows10.impl.Ows10PackageImpl#getPositionType() * @generated */ int POSITION_TYPE = 31; /** * The meta object id for the 'Update Sequence Type' data type. * * * @see java.lang.String * @see net.opengis.ows10.impl.Ows10PackageImpl#getUpdateSequenceType() * @generated */ int UPDATE_SEQUENCE_TYPE = 32; /** * Returns the meta object for class '{@link net.opengis.ows10.AcceptFormatsType Accept Formats Type}'. * * * @return the meta object for class 'Accept Formats Type'. * @see net.opengis.ows10.AcceptFormatsType * @generated */ EClass getAcceptFormatsType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.AcceptFormatsType#getOutputFormat Output Format}'. * * * @return the meta object for the attribute list 'Output Format'. * @see net.opengis.ows10.AcceptFormatsType#getOutputFormat() * @see #getAcceptFormatsType() * @generated */ EAttribute getAcceptFormatsType_OutputFormat(); /** * Returns the meta object for class '{@link net.opengis.ows10.AcceptVersionsType Accept Versions Type}'. * * * @return the meta object for class 'Accept Versions Type'. * @see net.opengis.ows10.AcceptVersionsType * @generated */ EClass getAcceptVersionsType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.AcceptVersionsType#getVersion Version}'. * * * @return the meta object for the attribute list 'Version'. * @see net.opengis.ows10.AcceptVersionsType#getVersion() * @see #getAcceptVersionsType() * @generated */ EAttribute getAcceptVersionsType_Version(); /** * Returns the meta object for class '{@link net.opengis.ows10.AddressType Address Type}'. * * * @return the meta object for class 'Address Type'. * @see net.opengis.ows10.AddressType * @generated */ EClass getAddressType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.AddressType#getDeliveryPoint Delivery Point}'. * * * @return the meta object for the attribute 'Delivery Point'. * @see net.opengis.ows10.AddressType#getDeliveryPoint() * @see #getAddressType() * @generated */ EAttribute getAddressType_DeliveryPoint(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.AddressType#getCity City}'. * * * @return the meta object for the attribute 'City'. * @see net.opengis.ows10.AddressType#getCity() * @see #getAddressType() * @generated */ EAttribute getAddressType_City(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.AddressType#getAdministrativeArea Administrative Area}'. * * * @return the meta object for the attribute 'Administrative Area'. * @see net.opengis.ows10.AddressType#getAdministrativeArea() * @see #getAddressType() * @generated */ EAttribute getAddressType_AdministrativeArea(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.AddressType#getPostalCode Postal Code}'. * * * @return the meta object for the attribute 'Postal Code'. * @see net.opengis.ows10.AddressType#getPostalCode() * @see #getAddressType() * @generated */ EAttribute getAddressType_PostalCode(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.AddressType#getCountry Country}'. * * * @return the meta object for the attribute 'Country'. * @see net.opengis.ows10.AddressType#getCountry() * @see #getAddressType() * @generated */ EAttribute getAddressType_Country(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.AddressType#getElectronicMailAddress Electronic Mail Address}'. * * * @return the meta object for the attribute 'Electronic Mail Address'. * @see net.opengis.ows10.AddressType#getElectronicMailAddress() * @see #getAddressType() * @generated */ EAttribute getAddressType_ElectronicMailAddress(); /** * Returns the meta object for class '{@link net.opengis.ows10.BoundingBoxType Bounding Box Type}'. * * * @return the meta object for class 'Bounding Box Type'. * @see net.opengis.ows10.BoundingBoxType * @generated */ EClass getBoundingBoxType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.BoundingBoxType#getLowerCorner Lower Corner}'. * * * @return the meta object for the attribute 'Lower Corner'. * @see net.opengis.ows10.BoundingBoxType#getLowerCorner() * @see #getBoundingBoxType() * @generated */ EAttribute getBoundingBoxType_LowerCorner(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.BoundingBoxType#getUpperCorner Upper Corner}'. * * * @return the meta object for the attribute 'Upper Corner'. * @see net.opengis.ows10.BoundingBoxType#getUpperCorner() * @see #getBoundingBoxType() * @generated */ EAttribute getBoundingBoxType_UpperCorner(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.BoundingBoxType#getCrs Crs}'. * * * @return the meta object for the attribute 'Crs'. * @see net.opengis.ows10.BoundingBoxType#getCrs() * @see #getBoundingBoxType() * @generated */ EAttribute getBoundingBoxType_Crs(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.BoundingBoxType#getDimensions Dimensions}'. * * * @return the meta object for the attribute 'Dimensions'. * @see net.opengis.ows10.BoundingBoxType#getDimensions() * @see #getBoundingBoxType() * @generated */ EAttribute getBoundingBoxType_Dimensions(); /** * Returns the meta object for class '{@link net.opengis.ows10.CapabilitiesBaseType Capabilities Base Type}'. * * * @return the meta object for class 'Capabilities Base Type'. * @see net.opengis.ows10.CapabilitiesBaseType * @generated */ EClass getCapabilitiesBaseType(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.CapabilitiesBaseType#getServiceIdentification Service Identification}'. * * * @return the meta object for the containment reference 'Service Identification'. * @see net.opengis.ows10.CapabilitiesBaseType#getServiceIdentification() * @see #getCapabilitiesBaseType() * @generated */ EReference getCapabilitiesBaseType_ServiceIdentification(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.CapabilitiesBaseType#getServiceProvider Service Provider}'. * * * @return the meta object for the containment reference 'Service Provider'. * @see net.opengis.ows10.CapabilitiesBaseType#getServiceProvider() * @see #getCapabilitiesBaseType() * @generated */ EReference getCapabilitiesBaseType_ServiceProvider(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.CapabilitiesBaseType#getOperationsMetadata Operations Metadata}'. * * * @return the meta object for the containment reference 'Operations Metadata'. * @see net.opengis.ows10.CapabilitiesBaseType#getOperationsMetadata() * @see #getCapabilitiesBaseType() * @generated */ EReference getCapabilitiesBaseType_OperationsMetadata(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.CapabilitiesBaseType#getUpdateSequence Update Sequence}'. * * * @return the meta object for the attribute 'Update Sequence'. * @see net.opengis.ows10.CapabilitiesBaseType#getUpdateSequence() * @see #getCapabilitiesBaseType() * @generated */ EAttribute getCapabilitiesBaseType_UpdateSequence(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.CapabilitiesBaseType#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see net.opengis.ows10.CapabilitiesBaseType#getVersion() * @see #getCapabilitiesBaseType() * @generated */ EAttribute getCapabilitiesBaseType_Version(); /** * Returns the meta object for class '{@link net.opengis.ows10.CodeType Code Type}'. * * * @return the meta object for class 'Code Type'. * @see net.opengis.ows10.CodeType * @generated */ EClass getCodeType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.CodeType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see net.opengis.ows10.CodeType#getValue() * @see #getCodeType() * @generated */ EAttribute getCodeType_Value(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.CodeType#getCodeSpace Code Space}'. * * * @return the meta object for the attribute 'Code Space'. * @see net.opengis.ows10.CodeType#getCodeSpace() * @see #getCodeType() * @generated */ EAttribute getCodeType_CodeSpace(); /** * Returns the meta object for class '{@link net.opengis.ows10.ContactType Contact Type}'. * * * @return the meta object for class 'Contact Type'. * @see net.opengis.ows10.ContactType * @generated */ EClass getContactType(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ContactType#getPhone Phone}'. * * * @return the meta object for the containment reference 'Phone'. * @see net.opengis.ows10.ContactType#getPhone() * @see #getContactType() * @generated */ EReference getContactType_Phone(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ContactType#getAddress Address}'. * * * @return the meta object for the containment reference 'Address'. * @see net.opengis.ows10.ContactType#getAddress() * @see #getContactType() * @generated */ EReference getContactType_Address(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ContactType#getOnlineResource Online Resource}'. * * * @return the meta object for the containment reference 'Online Resource'. * @see net.opengis.ows10.ContactType#getOnlineResource() * @see #getContactType() * @generated */ EReference getContactType_OnlineResource(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ContactType#getHoursOfService Hours Of Service}'. * * * @return the meta object for the attribute 'Hours Of Service'. * @see net.opengis.ows10.ContactType#getHoursOfService() * @see #getContactType() * @generated */ EAttribute getContactType_HoursOfService(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ContactType#getContactInstructions Contact Instructions}'. * * * @return the meta object for the attribute 'Contact Instructions'. * @see net.opengis.ows10.ContactType#getContactInstructions() * @see #getContactType() * @generated */ EAttribute getContactType_ContactInstructions(); /** * Returns the meta object for class '{@link net.opengis.ows10.DCPType DCP Type}'. * * * @return the meta object for class 'DCP Type'. * @see net.opengis.ows10.DCPType * @generated */ EClass getDCPType(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DCPType#getHTTP HTTP}'. * * * @return the meta object for the containment reference 'HTTP'. * @see net.opengis.ows10.DCPType#getHTTP() * @see #getDCPType() * @generated */ EReference getDCPType_HTTP(); /** * Returns the meta object for class '{@link net.opengis.ows10.DescriptionType Description Type}'. * * * @return the meta object for class 'Description Type'. * @see net.opengis.ows10.DescriptionType * @generated */ EClass getDescriptionType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DescriptionType#getTitle Title}'. * * * @return the meta object for the attribute 'Title'. * @see net.opengis.ows10.DescriptionType#getTitle() * @see #getDescriptionType() * @generated */ EAttribute getDescriptionType_Title(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DescriptionType#getAbstract Abstract}'. * * * @return the meta object for the attribute 'Abstract'. * @see net.opengis.ows10.DescriptionType#getAbstract() * @see #getDescriptionType() * @generated */ EAttribute getDescriptionType_Abstract(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.DescriptionType#getKeywords Keywords}'. * * * @return the meta object for the containment reference list 'Keywords'. * @see net.opengis.ows10.DescriptionType#getKeywords() * @see #getDescriptionType() * @generated */ EReference getDescriptionType_Keywords(); /** * Returns the meta object for class '{@link net.opengis.ows10.DocumentRoot Document Root}'. * * * @return the meta object for class 'Document Root'. * @see net.opengis.ows10.DocumentRoot * @generated */ EClass getDocumentRoot(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.DocumentRoot#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see net.opengis.ows10.DocumentRoot#getMixed() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Mixed(); /** * Returns the meta object for the map '{@link net.opengis.ows10.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}'. * * * @return the meta object for the map 'XMLNS Prefix Map'. * @see net.opengis.ows10.DocumentRoot#getXMLNSPrefixMap() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XMLNSPrefixMap(); /** * Returns the meta object for the map '{@link net.opengis.ows10.DocumentRoot#getXSISchemaLocation XSI Schema Location}'. * * * @return the meta object for the map 'XSI Schema Location'. * @see net.opengis.ows10.DocumentRoot#getXSISchemaLocation() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XSISchemaLocation(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getAbstract Abstract}'. * * * @return the meta object for the attribute 'Abstract'. * @see net.opengis.ows10.DocumentRoot#getAbstract() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Abstract(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getContactInfo Contact Info}'. * * * @return the meta object for the containment reference 'Contact Info'. * @see net.opengis.ows10.DocumentRoot#getContactInfo() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ContactInfo(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getIndividualName Individual Name}'. * * * @return the meta object for the attribute 'Individual Name'. * @see net.opengis.ows10.DocumentRoot#getIndividualName() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_IndividualName(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getKeywords Keywords}'. * * * @return the meta object for the containment reference 'Keywords'. * @see net.opengis.ows10.DocumentRoot#getKeywords() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Keywords(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getOrganisationName Organisation Name}'. * * * @return the meta object for the attribute 'Organisation Name'. * @see net.opengis.ows10.DocumentRoot#getOrganisationName() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_OrganisationName(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getPointOfContact Point Of Contact}'. * * * @return the meta object for the containment reference 'Point Of Contact'. * @see net.opengis.ows10.DocumentRoot#getPointOfContact() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_PointOfContact(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getPositionName Position Name}'. * * * @return the meta object for the attribute 'Position Name'. * @see net.opengis.ows10.DocumentRoot#getPositionName() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_PositionName(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getRole Role}'. * * * @return the meta object for the containment reference 'Role'. * @see net.opengis.ows10.DocumentRoot#getRole() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Role(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getTitle Title}'. * * * @return the meta object for the attribute 'Title'. * @see net.opengis.ows10.DocumentRoot#getTitle() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Title(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getAbstractMetaData Abstract Meta Data}'. * * * @return the meta object for the containment reference 'Abstract Meta Data'. * @see net.opengis.ows10.DocumentRoot#getAbstractMetaData() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_AbstractMetaData(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getAccessConstraints Access Constraints}'. * * * @return the meta object for the attribute 'Access Constraints'. * @see net.opengis.ows10.DocumentRoot#getAccessConstraints() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_AccessConstraints(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getAvailableCRS Available CRS}'. * * * @return the meta object for the attribute 'Available CRS'. * @see net.opengis.ows10.DocumentRoot#getAvailableCRS() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_AvailableCRS(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getBoundingBox Bounding Box}'. * * * @return the meta object for the containment reference 'Bounding Box'. * @see net.opengis.ows10.DocumentRoot#getBoundingBox() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BoundingBox(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getDcp Dcp}'. * * * @return the meta object for the containment reference 'Dcp'. * @see net.opengis.ows10.DocumentRoot#getDcp() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Dcp(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getException Exception}'. * * * @return the meta object for the containment reference 'Exception'. * @see net.opengis.ows10.DocumentRoot#getException() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Exception(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getExceptionReport Exception Report}'. * * * @return the meta object for the containment reference 'Exception Report'. * @see net.opengis.ows10.DocumentRoot#getExceptionReport() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ExceptionReport(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getExtendedCapabilities Extended Capabilities}'. * * * @return the meta object for the containment reference 'Extended Capabilities'. * @see net.opengis.ows10.DocumentRoot#getExtendedCapabilities() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ExtendedCapabilities(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getFees Fees}'. * * * @return the meta object for the attribute 'Fees'. * @see net.opengis.ows10.DocumentRoot#getFees() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Fees(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getGetCapabilities Get Capabilities}'. * * * @return the meta object for the containment reference 'Get Capabilities'. * @see net.opengis.ows10.DocumentRoot#getGetCapabilities() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GetCapabilities(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getHttp Http}'. * * * @return the meta object for the containment reference 'Http'. * @see net.opengis.ows10.DocumentRoot#getHttp() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Http(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getIdentifier Identifier}'. * * * @return the meta object for the containment reference 'Identifier'. * @see net.opengis.ows10.DocumentRoot#getIdentifier() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Identifier(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getLanguage Language}'. * * * @return the meta object for the attribute 'Language'. * @see net.opengis.ows10.DocumentRoot#getLanguage() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Language(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getMetadata Metadata}'. * * * @return the meta object for the containment reference 'Metadata'. * @see net.opengis.ows10.DocumentRoot#getMetadata() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Metadata(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getOperation Operation}'. * * * @return the meta object for the containment reference 'Operation'. * @see net.opengis.ows10.DocumentRoot#getOperation() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Operation(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getOperationsMetadata Operations Metadata}'. * * * @return the meta object for the containment reference 'Operations Metadata'. * @see net.opengis.ows10.DocumentRoot#getOperationsMetadata() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_OperationsMetadata(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getOutputFormat Output Format}'. * * * @return the meta object for the attribute 'Output Format'. * @see net.opengis.ows10.DocumentRoot#getOutputFormat() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_OutputFormat(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getServiceIdentification Service Identification}'. * * * @return the meta object for the containment reference 'Service Identification'. * @see net.opengis.ows10.DocumentRoot#getServiceIdentification() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ServiceIdentification(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getServiceProvider Service Provider}'. * * * @return the meta object for the containment reference 'Service Provider'. * @see net.opengis.ows10.DocumentRoot#getServiceProvider() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ServiceProvider(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DocumentRoot#getSupportedCRS Supported CRS}'. * * * @return the meta object for the attribute 'Supported CRS'. * @see net.opengis.ows10.DocumentRoot#getSupportedCRS() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_SupportedCRS(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.DocumentRoot#getWgS84BoundingBox Wg S84 Bounding Box}'. * * * @return the meta object for the containment reference 'Wg S84 Bounding Box'. * @see net.opengis.ows10.DocumentRoot#getWgS84BoundingBox() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_WgS84BoundingBox(); /** * Returns the meta object for class '{@link net.opengis.ows10.DomainType Domain Type}'. * * * @return the meta object for class 'Domain Type'. * @see net.opengis.ows10.DomainType * @generated */ EClass getDomainType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.DomainType#getValue Value}'. * * * @return the meta object for the attribute list 'Value'. * @see net.opengis.ows10.DomainType#getValue() * @see #getDomainType() * @generated */ EAttribute getDomainType_Value(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.DomainType#getMetadata Metadata}'. * * * @return the meta object for the containment reference list 'Metadata'. * @see net.opengis.ows10.DomainType#getMetadata() * @see #getDomainType() * @generated */ EReference getDomainType_Metadata(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.DomainType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see net.opengis.ows10.DomainType#getName() * @see #getDomainType() * @generated */ EAttribute getDomainType_Name(); /** * Returns the meta object for class '{@link net.opengis.ows10.ExceptionReportType Exception Report Type}'. * * * @return the meta object for class 'Exception Report Type'. * @see net.opengis.ows10.ExceptionReportType * @generated */ EClass getExceptionReportType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.ExceptionReportType#getException Exception}'. * * * @return the meta object for the containment reference list 'Exception'. * @see net.opengis.ows10.ExceptionReportType#getException() * @see #getExceptionReportType() * @generated */ EReference getExceptionReportType_Exception(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ExceptionReportType#getLanguage Language}'. * * * @return the meta object for the attribute 'Language'. * @see net.opengis.ows10.ExceptionReportType#getLanguage() * @see #getExceptionReportType() * @generated */ EAttribute getExceptionReportType_Language(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ExceptionReportType#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see net.opengis.ows10.ExceptionReportType#getVersion() * @see #getExceptionReportType() * @generated */ EAttribute getExceptionReportType_Version(); /** * Returns the meta object for class '{@link net.opengis.ows10.ExceptionType Exception Type}'. * * * @return the meta object for class 'Exception Type'. * @see net.opengis.ows10.ExceptionType * @generated */ EClass getExceptionType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.ExceptionType#getExceptionText Exception Text}'. * * * @return the meta object for the attribute list 'Exception Text'. * @see net.opengis.ows10.ExceptionType#getExceptionText() * @see #getExceptionType() * @generated */ EAttribute getExceptionType_ExceptionText(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ExceptionType#getExceptionCode Exception Code}'. * * * @return the meta object for the attribute 'Exception Code'. * @see net.opengis.ows10.ExceptionType#getExceptionCode() * @see #getExceptionType() * @generated */ EAttribute getExceptionType_ExceptionCode(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ExceptionType#getLocator Locator}'. * * * @return the meta object for the attribute 'Locator'. * @see net.opengis.ows10.ExceptionType#getLocator() * @see #getExceptionType() * @generated */ EAttribute getExceptionType_Locator(); /** * Returns the meta object for class '{@link net.opengis.ows10.GetCapabilitiesType Get Capabilities Type}'. * * * @return the meta object for class 'Get Capabilities Type'. * @see net.opengis.ows10.GetCapabilitiesType * @generated */ EClass getGetCapabilitiesType(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.GetCapabilitiesType#getAcceptVersions Accept Versions}'. * * * @return the meta object for the containment reference 'Accept Versions'. * @see net.opengis.ows10.GetCapabilitiesType#getAcceptVersions() * @see #getGetCapabilitiesType() * @generated */ EReference getGetCapabilitiesType_AcceptVersions(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.GetCapabilitiesType#getSections Sections}'. * * * @return the meta object for the containment reference 'Sections'. * @see net.opengis.ows10.GetCapabilitiesType#getSections() * @see #getGetCapabilitiesType() * @generated */ EReference getGetCapabilitiesType_Sections(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.GetCapabilitiesType#getAcceptFormats Accept Formats}'. * * * @return the meta object for the containment reference 'Accept Formats'. * @see net.opengis.ows10.GetCapabilitiesType#getAcceptFormats() * @see #getGetCapabilitiesType() * @generated */ EReference getGetCapabilitiesType_AcceptFormats(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.GetCapabilitiesType#getUpdateSequence Update Sequence}'. * * * @return the meta object for the attribute 'Update Sequence'. * @see net.opengis.ows10.GetCapabilitiesType#getUpdateSequence() * @see #getGetCapabilitiesType() * @generated */ EAttribute getGetCapabilitiesType_UpdateSequence(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.GetCapabilitiesType#getBaseUrl Base Url}'. * * * @return the meta object for the attribute 'Base Url'. * @see net.opengis.ows10.GetCapabilitiesType#getBaseUrl() * @see #getGetCapabilitiesType() * @generated */ EAttribute getGetCapabilitiesType_BaseUrl(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.GetCapabilitiesType#getNamespace Namespace}'. * * * @return the meta object for the attribute 'Namespace'. * @see net.opengis.ows10.GetCapabilitiesType#getNamespace() * @see #getGetCapabilitiesType() * @generated */ EAttribute getGetCapabilitiesType_Namespace(); /** * Returns the meta object for class '{@link net.opengis.ows10.HTTPType HTTP Type}'. * * * @return the meta object for class 'HTTP Type'. * @see net.opengis.ows10.HTTPType * @generated */ EClass getHTTPType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.HTTPType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see net.opengis.ows10.HTTPType#getGroup() * @see #getHTTPType() * @generated */ EAttribute getHTTPType_Group(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.HTTPType#getGet Get}'. * * * @return the meta object for the containment reference list 'Get'. * @see net.opengis.ows10.HTTPType#getGet() * @see #getHTTPType() * @generated */ EReference getHTTPType_Get(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.HTTPType#getPost Post}'. * * * @return the meta object for the containment reference list 'Post'. * @see net.opengis.ows10.HTTPType#getPost() * @see #getHTTPType() * @generated */ EReference getHTTPType_Post(); /** * Returns the meta object for class '{@link net.opengis.ows10.IdentificationType Identification Type}'. * * * @return the meta object for class 'Identification Type'. * @see net.opengis.ows10.IdentificationType * @generated */ EClass getIdentificationType(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.IdentificationType#getIdentifier Identifier}'. * * * @return the meta object for the containment reference 'Identifier'. * @see net.opengis.ows10.IdentificationType#getIdentifier() * @see #getIdentificationType() * @generated */ EReference getIdentificationType_Identifier(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.IdentificationType#getBoundingBoxGroup Bounding Box Group}'. * * * @return the meta object for the attribute list 'Bounding Box Group'. * @see net.opengis.ows10.IdentificationType#getBoundingBoxGroup() * @see #getIdentificationType() * @generated */ EAttribute getIdentificationType_BoundingBoxGroup(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.IdentificationType#getBoundingBox Bounding Box}'. * * * @return the meta object for the containment reference list 'Bounding Box'. * @see net.opengis.ows10.IdentificationType#getBoundingBox() * @see #getIdentificationType() * @generated */ EReference getIdentificationType_BoundingBox(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.IdentificationType#getOutputFormat Output Format}'. * * * @return the meta object for the attribute 'Output Format'. * @see net.opengis.ows10.IdentificationType#getOutputFormat() * @see #getIdentificationType() * @generated */ EAttribute getIdentificationType_OutputFormat(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.IdentificationType#getAvailableCRSGroup Available CRS Group}'. * * * @return the meta object for the attribute list 'Available CRS Group'. * @see net.opengis.ows10.IdentificationType#getAvailableCRSGroup() * @see #getIdentificationType() * @generated */ EAttribute getIdentificationType_AvailableCRSGroup(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.IdentificationType#getAvailableCRS Available CRS}'. * * * @return the meta object for the attribute 'Available CRS'. * @see net.opengis.ows10.IdentificationType#getAvailableCRS() * @see #getIdentificationType() * @generated */ EAttribute getIdentificationType_AvailableCRS(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.IdentificationType#getMetadata Metadata}'. * * * @return the meta object for the containment reference list 'Metadata'. * @see net.opengis.ows10.IdentificationType#getMetadata() * @see #getIdentificationType() * @generated */ EReference getIdentificationType_Metadata(); /** * Returns the meta object for class '{@link net.opengis.ows10.KeywordsType Keywords Type}'. * * * @return the meta object for class 'Keywords Type'. * @see net.opengis.ows10.KeywordsType * @generated */ EClass getKeywordsType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.KeywordsType#getKeyword Keyword}'. * * * @return the meta object for the attribute list 'Keyword'. * @see net.opengis.ows10.KeywordsType#getKeyword() * @see #getKeywordsType() * @generated */ EAttribute getKeywordsType_Keyword(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.KeywordsType#getType Type}'. * * * @return the meta object for the containment reference 'Type'. * @see net.opengis.ows10.KeywordsType#getType() * @see #getKeywordsType() * @generated */ EReference getKeywordsType_Type(); /** * Returns the meta object for class '{@link net.opengis.ows10.MetadataType Metadata Type}'. * * * @return the meta object for class 'Metadata Type'. * @see net.opengis.ows10.MetadataType * @generated */ EClass getMetadataType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.MetadataType#getAbstractMetaDataGroup Abstract Meta Data Group}'. * * * @return the meta object for the attribute list 'Abstract Meta Data Group'. * @see net.opengis.ows10.MetadataType#getAbstractMetaDataGroup() * @see #getMetadataType() * @generated */ EAttribute getMetadataType_AbstractMetaDataGroup(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.MetadataType#getAbstractMetaData Abstract Meta Data}'. * * * @return the meta object for the containment reference 'Abstract Meta Data'. * @see net.opengis.ows10.MetadataType#getAbstractMetaData() * @see #getMetadataType() * @generated */ EReference getMetadataType_AbstractMetaData(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.MetadataType#getAbout About}'. * * * @return the meta object for the attribute 'About'. * @see net.opengis.ows10.MetadataType#getAbout() * @see #getMetadataType() * @generated */ EAttribute getMetadataType_About(); /** * Returns the meta object for class '{@link net.opengis.ows10.OnlineResourceType Online Resource Type}'. * * * @return the meta object for class 'Online Resource Type'. * @see net.opengis.ows10.OnlineResourceType * @generated */ EClass getOnlineResourceType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.OnlineResourceType#getHref Href}'. * * * @return the meta object for the attribute 'Href'. * @see net.opengis.ows10.OnlineResourceType#getHref() * @see #getOnlineResourceType() * @generated */ EAttribute getOnlineResourceType_Href(); /** * Returns the meta object for class '{@link net.opengis.ows10.OperationType Operation Type}'. * * * @return the meta object for class 'Operation Type'. * @see net.opengis.ows10.OperationType * @generated */ EClass getOperationType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.OperationType#getDCP DCP}'. * * * @return the meta object for the containment reference list 'DCP'. * @see net.opengis.ows10.OperationType#getDCP() * @see #getOperationType() * @generated */ EReference getOperationType_DCP(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.OperationType#getParameter Parameter}'. * * * @return the meta object for the containment reference list 'Parameter'. * @see net.opengis.ows10.OperationType#getParameter() * @see #getOperationType() * @generated */ EReference getOperationType_Parameter(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.OperationType#getConstraint Constraint}'. * * * @return the meta object for the containment reference list 'Constraint'. * @see net.opengis.ows10.OperationType#getConstraint() * @see #getOperationType() * @generated */ EReference getOperationType_Constraint(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.OperationType#getMetadata Metadata}'. * * * @return the meta object for the containment reference list 'Metadata'. * @see net.opengis.ows10.OperationType#getMetadata() * @see #getOperationType() * @generated */ EReference getOperationType_Metadata(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.OperationType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see net.opengis.ows10.OperationType#getName() * @see #getOperationType() * @generated */ EAttribute getOperationType_Name(); /** * Returns the meta object for class '{@link net.opengis.ows10.OperationsMetadataType Operations Metadata Type}'. * * * @return the meta object for class 'Operations Metadata Type'. * @see net.opengis.ows10.OperationsMetadataType * @generated */ EClass getOperationsMetadataType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.OperationsMetadataType#getOperation Operation}'. * * * @return the meta object for the containment reference list 'Operation'. * @see net.opengis.ows10.OperationsMetadataType#getOperation() * @see #getOperationsMetadataType() * @generated */ EReference getOperationsMetadataType_Operation(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.OperationsMetadataType#getParameter Parameter}'. * * * @return the meta object for the containment reference list 'Parameter'. * @see net.opengis.ows10.OperationsMetadataType#getParameter() * @see #getOperationsMetadataType() * @generated */ EReference getOperationsMetadataType_Parameter(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.OperationsMetadataType#getConstraint Constraint}'. * * * @return the meta object for the containment reference list 'Constraint'. * @see net.opengis.ows10.OperationsMetadataType#getConstraint() * @see #getOperationsMetadataType() * @generated */ EReference getOperationsMetadataType_Constraint(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.OperationsMetadataType#getExtendedCapabilities Extended Capabilities}'. * * * @return the meta object for the containment reference 'Extended Capabilities'. * @see net.opengis.ows10.OperationsMetadataType#getExtendedCapabilities() * @see #getOperationsMetadataType() * @generated */ EReference getOperationsMetadataType_ExtendedCapabilities(); /** * Returns the meta object for class '{@link net.opengis.ows10.RequestMethodType Request Method Type}'. * * * @return the meta object for class 'Request Method Type'. * @see net.opengis.ows10.RequestMethodType * @generated */ EClass getRequestMethodType(); /** * Returns the meta object for the containment reference list '{@link net.opengis.ows10.RequestMethodType#getConstraint Constraint}'. * * * @return the meta object for the containment reference list 'Constraint'. * @see net.opengis.ows10.RequestMethodType#getConstraint() * @see #getRequestMethodType() * @generated */ EReference getRequestMethodType_Constraint(); /** * Returns the meta object for class '{@link net.opengis.ows10.ResponsiblePartySubsetType Responsible Party Subset Type}'. * * * @return the meta object for class 'Responsible Party Subset Type'. * @see net.opengis.ows10.ResponsiblePartySubsetType * @generated */ EClass getResponsiblePartySubsetType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ResponsiblePartySubsetType#getIndividualName Individual Name}'. * * * @return the meta object for the attribute 'Individual Name'. * @see net.opengis.ows10.ResponsiblePartySubsetType#getIndividualName() * @see #getResponsiblePartySubsetType() * @generated */ EAttribute getResponsiblePartySubsetType_IndividualName(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ResponsiblePartySubsetType#getPositionName Position Name}'. * * * @return the meta object for the attribute 'Position Name'. * @see net.opengis.ows10.ResponsiblePartySubsetType#getPositionName() * @see #getResponsiblePartySubsetType() * @generated */ EAttribute getResponsiblePartySubsetType_PositionName(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ResponsiblePartySubsetType#getContactInfo Contact Info}'. * * * @return the meta object for the containment reference 'Contact Info'. * @see net.opengis.ows10.ResponsiblePartySubsetType#getContactInfo() * @see #getResponsiblePartySubsetType() * @generated */ EReference getResponsiblePartySubsetType_ContactInfo(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ResponsiblePartySubsetType#getRole Role}'. * * * @return the meta object for the containment reference 'Role'. * @see net.opengis.ows10.ResponsiblePartySubsetType#getRole() * @see #getResponsiblePartySubsetType() * @generated */ EReference getResponsiblePartySubsetType_Role(); /** * Returns the meta object for class '{@link net.opengis.ows10.ResponsiblePartyType Responsible Party Type}'. * * * @return the meta object for class 'Responsible Party Type'. * @see net.opengis.ows10.ResponsiblePartyType * @generated */ EClass getResponsiblePartyType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ResponsiblePartyType#getIndividualName Individual Name}'. * * * @return the meta object for the attribute 'Individual Name'. * @see net.opengis.ows10.ResponsiblePartyType#getIndividualName() * @see #getResponsiblePartyType() * @generated */ EAttribute getResponsiblePartyType_IndividualName(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ResponsiblePartyType#getOrganisationName Organisation Name}'. * * * @return the meta object for the attribute 'Organisation Name'. * @see net.opengis.ows10.ResponsiblePartyType#getOrganisationName() * @see #getResponsiblePartyType() * @generated */ EAttribute getResponsiblePartyType_OrganisationName(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ResponsiblePartyType#getPositionName Position Name}'. * * * @return the meta object for the attribute 'Position Name'. * @see net.opengis.ows10.ResponsiblePartyType#getPositionName() * @see #getResponsiblePartyType() * @generated */ EAttribute getResponsiblePartyType_PositionName(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ResponsiblePartyType#getContactInfo Contact Info}'. * * * @return the meta object for the containment reference 'Contact Info'. * @see net.opengis.ows10.ResponsiblePartyType#getContactInfo() * @see #getResponsiblePartyType() * @generated */ EReference getResponsiblePartyType_ContactInfo(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ResponsiblePartyType#getRole Role}'. * * * @return the meta object for the containment reference 'Role'. * @see net.opengis.ows10.ResponsiblePartyType#getRole() * @see #getResponsiblePartyType() * @generated */ EReference getResponsiblePartyType_Role(); /** * Returns the meta object for class '{@link net.opengis.ows10.SectionsType Sections Type}'. * * * @return the meta object for class 'Sections Type'. * @see net.opengis.ows10.SectionsType * @generated */ EClass getSectionsType(); /** * Returns the meta object for the attribute list '{@link net.opengis.ows10.SectionsType#getSection Section}'. * * * @return the meta object for the attribute list 'Section'. * @see net.opengis.ows10.SectionsType#getSection() * @see #getSectionsType() * @generated */ EAttribute getSectionsType_Section(); /** * Returns the meta object for class '{@link net.opengis.ows10.ServiceIdentificationType Service Identification Type}'. * * * @return the meta object for class 'Service Identification Type'. * @see net.opengis.ows10.ServiceIdentificationType * @generated */ EClass getServiceIdentificationType(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ServiceIdentificationType#getServiceType Service Type}'. * * * @return the meta object for the containment reference 'Service Type'. * @see net.opengis.ows10.ServiceIdentificationType#getServiceType() * @see #getServiceIdentificationType() * @generated */ EReference getServiceIdentificationType_ServiceType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ServiceIdentificationType#getServiceTypeVersion Service Type Version}'. * * * @return the meta object for the attribute 'Service Type Version'. * @see net.opengis.ows10.ServiceIdentificationType#getServiceTypeVersion() * @see #getServiceIdentificationType() * @generated */ EAttribute getServiceIdentificationType_ServiceTypeVersion(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ServiceIdentificationType#getFees Fees}'. * * * @return the meta object for the attribute 'Fees'. * @see net.opengis.ows10.ServiceIdentificationType#getFees() * @see #getServiceIdentificationType() * @generated */ EAttribute getServiceIdentificationType_Fees(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ServiceIdentificationType#getAccessConstraints Access Constraints}'. * * * @return the meta object for the attribute 'Access Constraints'. * @see net.opengis.ows10.ServiceIdentificationType#getAccessConstraints() * @see #getServiceIdentificationType() * @generated */ EAttribute getServiceIdentificationType_AccessConstraints(); /** * Returns the meta object for class '{@link net.opengis.ows10.ServiceProviderType Service Provider Type}'. * * * @return the meta object for class 'Service Provider Type'. * @see net.opengis.ows10.ServiceProviderType * @generated */ EClass getServiceProviderType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.ServiceProviderType#getProviderName Provider Name}'. * * * @return the meta object for the attribute 'Provider Name'. * @see net.opengis.ows10.ServiceProviderType#getProviderName() * @see #getServiceProviderType() * @generated */ EAttribute getServiceProviderType_ProviderName(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ServiceProviderType#getProviderSite Provider Site}'. * * * @return the meta object for the containment reference 'Provider Site'. * @see net.opengis.ows10.ServiceProviderType#getProviderSite() * @see #getServiceProviderType() * @generated */ EReference getServiceProviderType_ProviderSite(); /** * Returns the meta object for the containment reference '{@link net.opengis.ows10.ServiceProviderType#getServiceContact Service Contact}'. * * * @return the meta object for the containment reference 'Service Contact'. * @see net.opengis.ows10.ServiceProviderType#getServiceContact() * @see #getServiceProviderType() * @generated */ EReference getServiceProviderType_ServiceContact(); /** * Returns the meta object for class '{@link net.opengis.ows10.TelephoneType Telephone Type}'. * * * @return the meta object for class 'Telephone Type'. * @see net.opengis.ows10.TelephoneType * @generated */ EClass getTelephoneType(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.TelephoneType#getVoice Voice}'. * * * @return the meta object for the attribute 'Voice'. * @see net.opengis.ows10.TelephoneType#getVoice() * @see #getTelephoneType() * @generated */ EAttribute getTelephoneType_Voice(); /** * Returns the meta object for the attribute '{@link net.opengis.ows10.TelephoneType#getFacsimile Facsimile}'. * * * @return the meta object for the attribute 'Facsimile'. * @see net.opengis.ows10.TelephoneType#getFacsimile() * @see #getTelephoneType() * @generated */ EAttribute getTelephoneType_Facsimile(); /** * Returns the meta object for class '{@link net.opengis.ows10.WGS84BoundingBoxType WGS84 Bounding Box Type}'. * * * @return the meta object for class 'WGS84 Bounding Box Type'. * @see net.opengis.ows10.WGS84BoundingBoxType * @generated */ EClass getWGS84BoundingBoxType(); /** * Returns the meta object for data type '{@link java.lang.String Mime Type}'. * * * @return the meta object for data type 'Mime Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType getMimeType(); /** * Returns the meta object for data type '{@link java.lang.String Version Type}'. * * * @return the meta object for data type 'Version Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType getVersionType(); /** * Returns the meta object for data type '{@link java.util.List Position Type}'. * * * @return the meta object for data type 'Position Type'. * @see java.util.List * @model instanceClass="java.util.List" * @generated */ EDataType getPositionType(); /** * Returns the meta object for data type '{@link java.lang.String Update Sequence Type}'. * * * @return the meta object for data type 'Update Sequence Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType getUpdateSequenceType(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ Ows10Factory getOws10Factory(); } //Ows10Package