Package net.opengis.wcs20.impl
Class DocumentRootImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- DocumentRootImpl
 
 
 
 
- 
- All Implemented Interfaces:
- DocumentRoot,- Notifier,- EObject,- InternalEObject
 
 public class DocumentRootImpl extends EObjectImpl implements DocumentRoot An implementation of the model object 'Document Root'.The following features are implemented: - XMLNS Prefix Map
- XSI Schema Location
- Capabilities
- Contents
- Coverage Description
- Coverage Descriptions
- Coverage Id
- Coverage Offerings
- Coverage Subtype
- Coverage Subtype Parent
- Coverage Summary
- Describe Coverage
- Dimension Slice
- Dimension Subset
- Dimension Trim
- Extension
- Get Capabilities
- Get Coverage
- Offered Coverage
- Service Metadata
- Service Parameters
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static StringCOVERAGE_ID_EDEFAULTThe default value of the 'Coverage Id' attribute.protected static QNameCOVERAGE_SUBTYPE_EDEFAULTThe default value of the 'Coverage Subtype' attribute.protected EMap<String,String>xMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected EMap<String,String>xSISchemaLocationThe cached value of the 'XSI Schema Location' map.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDocumentRootImpl()
 - 
Method Summary- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
xMLNSPrefixMapprotected EMap<String,String> xMLNSPrefixMap The cached value of the 'XMLNS Prefix Map' map.- See Also:
- getXMLNSPrefixMap()
 
 - 
xSISchemaLocationprotected EMap<String,String> xSISchemaLocation The cached value of the 'XSI Schema Location' map.- See Also:
- getXSISchemaLocation()
 
 - 
COVERAGE_ID_EDEFAULTprotected static final String COVERAGE_ID_EDEFAULT The default value of the 'Coverage Id' attribute.- See Also:
- getCoverageId()
 
 - 
COVERAGE_SUBTYPE_EDEFAULTprotected static final QName COVERAGE_SUBTYPE_EDEFAULT The default value of the 'Coverage Subtype' attribute.- See Also:
- getCoverageSubtype()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getXMLNSPrefixMappublic EMap<String,String> getXMLNSPrefixMap() - Specified by:
- getXMLNSPrefixMapin interface- DocumentRoot
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
- Wcs20Package.getDocumentRoot_XMLNSPrefixMap()
 
 - 
getXSISchemaLocationpublic EMap<String,String> getXSISchemaLocation() - Specified by:
- getXSISchemaLocationin interface- DocumentRoot
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
- Wcs20Package.getDocumentRoot_XSISchemaLocation()
 
 - 
getCapabilitiespublic CapabilitiesType getCapabilities() - Specified by:
- getCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Capabilities' containment reference.
- See Also:
- DocumentRoot.setCapabilities(CapabilitiesType),- Wcs20Package.getDocumentRoot_Capabilities()
 
 - 
basicSetCapabilitiespublic NotificationChain basicSetCapabilities(CapabilitiesType newCapabilities, NotificationChain msgs) 
 - 
setCapabilitiespublic void setCapabilities(CapabilitiesType newCapabilities) - Specified by:
- setCapabilitiesin interface- DocumentRoot
- Parameters:
- newCapabilities- the new value of the 'Capabilities' containment reference.
- See Also:
- DocumentRoot.getCapabilities()
 
 - 
getContentspublic ContentsType getContents() - Specified by:
- getContentsin interface- DocumentRoot
- Returns:
- the value of the 'Contents' containment reference.
- See Also:
- DocumentRoot.setContents(ContentsType),- Wcs20Package.getDocumentRoot_Contents()
 
 - 
basicSetContentspublic NotificationChain basicSetContents(ContentsType newContents, NotificationChain msgs) 
 - 
setContentspublic void setContents(ContentsType newContents) - Specified by:
- setContentsin interface- DocumentRoot
- Parameters:
- newContents- the new value of the 'Contents' containment reference.
- See Also:
- DocumentRoot.getContents()
 
 - 
getCoverageDescriptionpublic CoverageDescriptionType getCoverageDescription() - Specified by:
- getCoverageDescriptionin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Description' containment reference.
- See Also:
- DocumentRoot.setCoverageDescription(CoverageDescriptionType),- Wcs20Package.getDocumentRoot_CoverageDescription()
 
 - 
basicSetCoverageDescriptionpublic NotificationChain basicSetCoverageDescription(CoverageDescriptionType newCoverageDescription, NotificationChain msgs) 
 - 
setCoverageDescriptionpublic void setCoverageDescription(CoverageDescriptionType newCoverageDescription) - Specified by:
- setCoverageDescriptionin interface- DocumentRoot
- Parameters:
- newCoverageDescription- the new value of the 'Coverage Description' containment reference.
- See Also:
- DocumentRoot.getCoverageDescription()
 
 - 
getCoverageDescriptionspublic CoverageDescriptionsType getCoverageDescriptions() - Specified by:
- getCoverageDescriptionsin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Descriptions' containment reference.
- See Also:
- DocumentRoot.setCoverageDescriptions(CoverageDescriptionsType),- Wcs20Package.getDocumentRoot_CoverageDescriptions()
 
 - 
basicSetCoverageDescriptionspublic NotificationChain basicSetCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions, NotificationChain msgs) 
 - 
setCoverageDescriptionspublic void setCoverageDescriptions(CoverageDescriptionsType newCoverageDescriptions) - Specified by:
- setCoverageDescriptionsin interface- DocumentRoot
- Parameters:
- newCoverageDescriptions- the new value of the 'Coverage Descriptions' containment reference.
- See Also:
- DocumentRoot.getCoverageDescriptions()
 
 - 
getCoverageIdpublic String getCoverageId() - Specified by:
- getCoverageIdin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Id' attribute.
- See Also:
- DocumentRoot.setCoverageId(String),- Wcs20Package.getDocumentRoot_CoverageId()
 
 - 
setCoverageIdpublic void setCoverageId(String newCoverageId) - Specified by:
- setCoverageIdin interface- DocumentRoot
- Parameters:
- newCoverageId- the new value of the 'Coverage Id' attribute.
- See Also:
- DocumentRoot.getCoverageId()
 
 - 
getCoverageOfferingspublic CoverageOfferingsType getCoverageOfferings() - Specified by:
- getCoverageOfferingsin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Offerings' containment reference.
- See Also:
- DocumentRoot.setCoverageOfferings(CoverageOfferingsType),- Wcs20Package.getDocumentRoot_CoverageOfferings()
 
 - 
basicSetCoverageOfferingspublic NotificationChain basicSetCoverageOfferings(CoverageOfferingsType newCoverageOfferings, NotificationChain msgs) 
 - 
setCoverageOfferingspublic void setCoverageOfferings(CoverageOfferingsType newCoverageOfferings) - Specified by:
- setCoverageOfferingsin interface- DocumentRoot
- Parameters:
- newCoverageOfferings- the new value of the 'Coverage Offerings' containment reference.
- See Also:
- DocumentRoot.getCoverageOfferings()
 
 - 
getCoverageSubtypepublic QName getCoverageSubtype() - Specified by:
- getCoverageSubtypein interface- DocumentRoot
- Returns:
- the value of the 'Coverage Subtype' attribute.
- See Also:
- DocumentRoot.setCoverageSubtype(QName),- Wcs20Package.getDocumentRoot_CoverageSubtype()
 
 - 
setCoverageSubtypepublic void setCoverageSubtype(QName newCoverageSubtype) - Specified by:
- setCoverageSubtypein interface- DocumentRoot
- Parameters:
- newCoverageSubtype- the new value of the 'Coverage Subtype' attribute.
- See Also:
- DocumentRoot.getCoverageSubtype()
 
 - 
getCoverageSubtypeParentpublic CoverageSubtypeParentType getCoverageSubtypeParent() - Specified by:
- getCoverageSubtypeParentin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Subtype Parent' containment reference.
- See Also:
- DocumentRoot.setCoverageSubtypeParent(CoverageSubtypeParentType),- Wcs20Package.getDocumentRoot_CoverageSubtypeParent()
 
 - 
basicSetCoverageSubtypeParentpublic NotificationChain basicSetCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent, NotificationChain msgs) 
 - 
setCoverageSubtypeParentpublic void setCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent) - Specified by:
- setCoverageSubtypeParentin interface- DocumentRoot
- Parameters:
- newCoverageSubtypeParent- the new value of the 'Coverage Subtype Parent' containment reference.
- See Also:
- DocumentRoot.getCoverageSubtypeParent()
 
 - 
getCoverageSummarypublic CoverageSummaryType getCoverageSummary() - Specified by:
- getCoverageSummaryin interface- DocumentRoot
- Returns:
- the value of the 'Coverage Summary' containment reference.
- See Also:
- DocumentRoot.setCoverageSummary(CoverageSummaryType),- Wcs20Package.getDocumentRoot_CoverageSummary()
 
 - 
basicSetCoverageSummarypublic NotificationChain basicSetCoverageSummary(CoverageSummaryType newCoverageSummary, NotificationChain msgs) 
 - 
setCoverageSummarypublic void setCoverageSummary(CoverageSummaryType newCoverageSummary) - Specified by:
- setCoverageSummaryin interface- DocumentRoot
- Parameters:
- newCoverageSummary- the new value of the 'Coverage Summary' containment reference.
- See Also:
- DocumentRoot.getCoverageSummary()
 
 - 
getDescribeCoveragepublic DescribeCoverageType getDescribeCoverage() - Specified by:
- getDescribeCoveragein interface- DocumentRoot
- Returns:
- the value of the 'Describe Coverage' containment reference.
- See Also:
- DocumentRoot.setDescribeCoverage(DescribeCoverageType),- Wcs20Package.getDocumentRoot_DescribeCoverage()
 
 - 
basicSetDescribeCoveragepublic NotificationChain basicSetDescribeCoverage(DescribeCoverageType newDescribeCoverage, NotificationChain msgs) 
 - 
setDescribeCoveragepublic void setDescribeCoverage(DescribeCoverageType newDescribeCoverage) - Specified by:
- setDescribeCoveragein interface- DocumentRoot
- Parameters:
- newDescribeCoverage- the new value of the 'Describe Coverage' containment reference.
- See Also:
- DocumentRoot.getDescribeCoverage()
 
 - 
getDimensionSlicepublic DimensionSliceType getDimensionSlice() - Specified by:
- getDimensionSlicein interface- DocumentRoot
- Returns:
- the value of the 'Dimension Slice' containment reference.
- See Also:
- DocumentRoot.setDimensionSlice(DimensionSliceType),- Wcs20Package.getDocumentRoot_DimensionSlice()
 
 - 
basicSetDimensionSlicepublic NotificationChain basicSetDimensionSlice(DimensionSliceType newDimensionSlice, NotificationChain msgs) 
 - 
setDimensionSlicepublic void setDimensionSlice(DimensionSliceType newDimensionSlice) - Specified by:
- setDimensionSlicein interface- DocumentRoot
- Parameters:
- newDimensionSlice- the new value of the 'Dimension Slice' containment reference.
- See Also:
- DocumentRoot.getDimensionSlice()
 
 - 
getDimensionSubsetpublic DimensionSubsetType getDimensionSubset() - Specified by:
- getDimensionSubsetin interface- DocumentRoot
- Returns:
- the value of the 'Dimension Subset' containment reference.
- See Also:
- Wcs20Package.getDocumentRoot_DimensionSubset()
 
 - 
basicSetDimensionSubsetpublic NotificationChain basicSetDimensionSubset(DimensionSubsetType newDimensionSubset, NotificationChain msgs) 
 - 
getDimensionTrimpublic DimensionTrimType getDimensionTrim() - Specified by:
- getDimensionTrimin interface- DocumentRoot
- Returns:
- the value of the 'Dimension Trim' containment reference.
- See Also:
- DocumentRoot.setDimensionTrim(DimensionTrimType),- Wcs20Package.getDocumentRoot_DimensionTrim()
 
 - 
basicSetDimensionTrimpublic NotificationChain basicSetDimensionTrim(DimensionTrimType newDimensionTrim, NotificationChain msgs) 
 - 
setDimensionTrimpublic void setDimensionTrim(DimensionTrimType newDimensionTrim) - Specified by:
- setDimensionTrimin interface- DocumentRoot
- Parameters:
- newDimensionTrim- the new value of the 'Dimension Trim' containment reference.
- See Also:
- DocumentRoot.getDimensionTrim()
 
 - 
getExtensionpublic ExtensionType getExtension() - Specified by:
- getExtensionin interface- DocumentRoot
- Returns:
- the value of the 'Extension' containment reference.
- See Also:
- DocumentRoot.setExtension(ExtensionType),- Wcs20Package.getDocumentRoot_Extension()
 
 - 
basicSetExtensionpublic NotificationChain basicSetExtension(ExtensionType newExtension, NotificationChain msgs) 
 - 
setExtensionpublic void setExtension(ExtensionType newExtension) - Specified by:
- setExtensionin interface- DocumentRoot
- Parameters:
- newExtension- the new value of the 'Extension' containment reference.
- See Also:
- DocumentRoot.getExtension()
 
 - 
getGetCapabilitiespublic GetCapabilitiesType getGetCapabilities() - Specified by:
- getGetCapabilitiesin interface- DocumentRoot
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.setGetCapabilities(GetCapabilitiesType),- Wcs20Package.getDocumentRoot_GetCapabilities()
 
 - 
basicSetGetCapabilitiespublic NotificationChain basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs) 
 - 
setGetCapabilitiespublic void setGetCapabilities(GetCapabilitiesType newGetCapabilities) - Specified by:
- setGetCapabilitiesin interface- DocumentRoot
- Parameters:
- newGetCapabilities- the new value of the 'Get Capabilities' containment reference.
- See Also:
- DocumentRoot.getGetCapabilities()
 
 - 
getGetCoveragepublic GetCoverageType getGetCoverage() - Specified by:
- getGetCoveragein interface- DocumentRoot
- Returns:
- the value of the 'Get Coverage' containment reference.
- See Also:
- DocumentRoot.setGetCoverage(GetCoverageType),- Wcs20Package.getDocumentRoot_GetCoverage()
 
 - 
basicSetGetCoveragepublic NotificationChain basicSetGetCoverage(GetCoverageType newGetCoverage, NotificationChain msgs) 
 - 
setGetCoveragepublic void setGetCoverage(GetCoverageType newGetCoverage) - Specified by:
- setGetCoveragein interface- DocumentRoot
- Parameters:
- newGetCoverage- the new value of the 'Get Coverage' containment reference.
- See Also:
- DocumentRoot.getGetCoverage()
 
 - 
getOfferedCoveragepublic OfferedCoverageType getOfferedCoverage() - Specified by:
- getOfferedCoveragein interface- DocumentRoot
- Returns:
- the value of the 'Offered Coverage' containment reference.
- See Also:
- DocumentRoot.setOfferedCoverage(OfferedCoverageType),- Wcs20Package.getDocumentRoot_OfferedCoverage()
 
 - 
basicSetOfferedCoveragepublic NotificationChain basicSetOfferedCoverage(OfferedCoverageType newOfferedCoverage, NotificationChain msgs) 
 - 
setOfferedCoveragepublic void setOfferedCoverage(OfferedCoverageType newOfferedCoverage) - Specified by:
- setOfferedCoveragein interface- DocumentRoot
- Parameters:
- newOfferedCoverage- the new value of the 'Offered Coverage' containment reference.
- See Also:
- DocumentRoot.getOfferedCoverage()
 
 - 
getServiceMetadatapublic ServiceMetadataType getServiceMetadata() - Specified by:
- getServiceMetadatain interface- DocumentRoot
- Returns:
- the value of the 'Service Metadata' containment reference.
- See Also:
- DocumentRoot.setServiceMetadata(ServiceMetadataType),- Wcs20Package.getDocumentRoot_ServiceMetadata()
 
 - 
basicSetServiceMetadatapublic NotificationChain basicSetServiceMetadata(ServiceMetadataType newServiceMetadata, NotificationChain msgs) 
 - 
setServiceMetadatapublic void setServiceMetadata(ServiceMetadataType newServiceMetadata) - Specified by:
- setServiceMetadatain interface- DocumentRoot
- Parameters:
- newServiceMetadata- the new value of the 'Service Metadata' containment reference.
- See Also:
- DocumentRoot.getServiceMetadata()
 
 - 
getServiceParameterspublic ServiceParametersType getServiceParameters() - Specified by:
- getServiceParametersin interface- DocumentRoot
- Returns:
- the value of the 'Service Parameters' containment reference.
- See Also:
- DocumentRoot.setServiceParameters(ServiceParametersType),- Wcs20Package.getDocumentRoot_ServiceParameters()
 
 - 
basicSetServiceParameterspublic NotificationChain basicSetServiceParameters(ServiceParametersType newServiceParameters, NotificationChain msgs) 
 - 
setServiceParameterspublic void setServiceParameters(ServiceParametersType newServiceParameters) - Specified by:
- setServiceParametersin interface- DocumentRoot
- Parameters:
- newServiceParameters- the new value of the 'Service Parameters' containment reference.
- See Also:
- DocumentRoot.getServiceParameters()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 
- 
 
-