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