Package net.opengis.wcs10.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:
Mixed
XMLNS Prefix Map
XSI Schema Location
Axis Description
Axis Description1
Capability
Content Metadata
Coverage Description
Coverage Offering
Coverage Offering Brief
Describe Coverage
Description
Domain Set
Formats
Get Capabilities
Get Coverage
Interpolation Method
Interval
Keywords
Lon Lat Envelope
Metadata Link
Name
Range Set
Range Set1
Service
Single Value
Spatial Domain
Spatial Subset
Supported CR Ss
Supported Formats
Supported Interpolations
Temporal Domain
Temporal Subset
Time Period
Time Sequence
WCS Capabilities
Closure
Semantic
Type
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected ClosureType
closure
The cached value of the 'Closure
' attribute.protected static ClosureType
CLOSURE_EDEFAULT
The default value of the 'Closure
' attribute.protected boolean
closureESet
This is true if the Closure attribute has been set.protected static String
DESCRIPTION_EDEFAULT
The default value of the 'Description
' attribute.protected static InterpolationMethodType
INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.protected FeatureMap
mixed
The cached value of the 'Mixed
' attribute list.protected static String
NAME_EDEFAULT
The default value of the 'Name
' attribute.protected String
semantic
The cached value of the 'Semantic
' attribute.protected static String
SEMANTIC_EDEFAULT
The default value of the 'Semantic
' attribute.protected String
type
The cached value of the 'Type
' attribute.protected static String
TYPE_EDEFAULT
The default value of the 'Type
' attribute.protected EMap
xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map
' map.protected EMap
xSISchemaLocation
The cached value of the 'XSI Schema Location
' map.-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DocumentRootImpl()
-
Method Summary
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, 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
-
Methods inherited from class BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
mixed
protected FeatureMap mixed
The cached value of the 'Mixed
' attribute list.- See Also:
getMixed()
-
xMLNSPrefixMap
protected EMap xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map
' map.- See Also:
getXMLNSPrefixMap()
-
xSISchemaLocation
protected EMap xSISchemaLocation
The cached value of the 'XSI Schema Location
' map.- See Also:
getXSISchemaLocation()
-
DESCRIPTION_EDEFAULT
protected static final String DESCRIPTION_EDEFAULT
The default value of the 'Description
' attribute.- See Also:
getDescription()
-
INTERPOLATION_METHOD_EDEFAULT
protected static final InterpolationMethodType INTERPOLATION_METHOD_EDEFAULT
The default value of the 'Interpolation Method
' attribute.- See Also:
getInterpolationMethod()
-
NAME_EDEFAULT
protected static final String NAME_EDEFAULT
The default value of the 'Name
' attribute.- See Also:
getName()
-
CLOSURE_EDEFAULT
protected static final ClosureType CLOSURE_EDEFAULT
The default value of the 'Closure
' attribute.- See Also:
getClosure()
-
closure
protected ClosureType closure
The cached value of the 'Closure
' attribute.- See Also:
getClosure()
-
closureESet
protected boolean closureESet
This is true if the Closure attribute has been set.
-
SEMANTIC_EDEFAULT
protected static final String SEMANTIC_EDEFAULT
The default value of the 'Semantic
' attribute.- See Also:
getSemantic()
-
semantic
protected String semantic
The cached value of the 'Semantic
' attribute.- See Also:
getSemantic()
-
TYPE_EDEFAULT
protected static final String TYPE_EDEFAULT
The default value of the 'Type
' attribute.- See Also:
getType()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
-
getMixed
public FeatureMap getMixed()
- Specified by:
getMixed
in interfaceDocumentRoot
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Wcs10Package.getDocumentRoot_Mixed()
-
getXMLNSPrefixMap
public EMap getXMLNSPrefixMap()
- Specified by:
getXMLNSPrefixMap
in interfaceDocumentRoot
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
Wcs10Package.getDocumentRoot_XMLNSPrefixMap()
-
getXSISchemaLocation
public EMap getXSISchemaLocation()
- Specified by:
getXSISchemaLocation
in interfaceDocumentRoot
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
Wcs10Package.getDocumentRoot_XSISchemaLocation()
-
getAxisDescription
public AxisDescriptionType1 getAxisDescription()
- Specified by:
getAxisDescription
in interfaceDocumentRoot
- Returns:
- the value of the 'Axis Description' containment reference.
- See Also:
DocumentRoot.setAxisDescription(AxisDescriptionType1)
,Wcs10Package.getDocumentRoot_AxisDescription()
-
basicSetAxisDescription
public NotificationChain basicSetAxisDescription(AxisDescriptionType1 newAxisDescription, NotificationChain msgs)
-
setAxisDescription
public void setAxisDescription(AxisDescriptionType1 newAxisDescription)
- Specified by:
setAxisDescription
in interfaceDocumentRoot
- Parameters:
newAxisDescription
- the new value of the 'Axis Description' containment reference.- See Also:
DocumentRoot.getAxisDescription()
-
getAxisDescription1
public AxisDescriptionType getAxisDescription1()
- Specified by:
getAxisDescription1
in interfaceDocumentRoot
- Returns:
- the value of the 'Axis Description1' containment reference.
- See Also:
DocumentRoot.setAxisDescription1(AxisDescriptionType)
,Wcs10Package.getDocumentRoot_AxisDescription1()
-
basicSetAxisDescription1
public NotificationChain basicSetAxisDescription1(AxisDescriptionType newAxisDescription1, NotificationChain msgs)
-
setAxisDescription1
public void setAxisDescription1(AxisDescriptionType newAxisDescription1)
- Specified by:
setAxisDescription1
in interfaceDocumentRoot
- Parameters:
newAxisDescription1
- the new value of the 'Axis Description1' containment reference.- See Also:
DocumentRoot.getAxisDescription1()
-
getCapability
public WCSCapabilityType getCapability()
- Specified by:
getCapability
in interfaceDocumentRoot
- Returns:
- the value of the 'Capability' containment reference.
- See Also:
DocumentRoot.setCapability(WCSCapabilityType)
,Wcs10Package.getDocumentRoot_Capability()
-
basicSetCapability
public NotificationChain basicSetCapability(WCSCapabilityType newCapability, NotificationChain msgs)
-
setCapability
public void setCapability(WCSCapabilityType newCapability)
- Specified by:
setCapability
in interfaceDocumentRoot
- Parameters:
newCapability
- the new value of the 'Capability' containment reference.- See Also:
DocumentRoot.getCapability()
-
getContentMetadata
public ContentMetadataType getContentMetadata()
- Specified by:
getContentMetadata
in interfaceDocumentRoot
- Returns:
- the value of the 'Content Metadata' containment reference.
- See Also:
DocumentRoot.setContentMetadata(ContentMetadataType)
,Wcs10Package.getDocumentRoot_ContentMetadata()
-
basicSetContentMetadata
public NotificationChain basicSetContentMetadata(ContentMetadataType newContentMetadata, NotificationChain msgs)
-
setContentMetadata
public void setContentMetadata(ContentMetadataType newContentMetadata)
- Specified by:
setContentMetadata
in interfaceDocumentRoot
- Parameters:
newContentMetadata
- the new value of the 'Content Metadata' containment reference.- See Also:
DocumentRoot.getContentMetadata()
-
getCoverageDescription
public CoverageDescriptionType getCoverageDescription()
- Specified by:
getCoverageDescription
in interfaceDocumentRoot
- Returns:
- the value of the 'Coverage Description' containment reference.
- See Also:
DocumentRoot.setCoverageDescription(CoverageDescriptionType)
,Wcs10Package.getDocumentRoot_CoverageDescription()
-
basicSetCoverageDescription
public NotificationChain basicSetCoverageDescription(CoverageDescriptionType newCoverageDescription, NotificationChain msgs)
-
setCoverageDescription
public void setCoverageDescription(CoverageDescriptionType newCoverageDescription)
- Specified by:
setCoverageDescription
in interfaceDocumentRoot
- Parameters:
newCoverageDescription
- the new value of the 'Coverage Description' containment reference.- See Also:
DocumentRoot.getCoverageDescription()
-
getCoverageOffering
public CoverageOfferingType getCoverageOffering()
- Specified by:
getCoverageOffering
in interfaceDocumentRoot
- Returns:
- the value of the 'Coverage Offering' containment reference.
- See Also:
DocumentRoot.setCoverageOffering(CoverageOfferingType)
,Wcs10Package.getDocumentRoot_CoverageOffering()
-
basicSetCoverageOffering
public NotificationChain basicSetCoverageOffering(CoverageOfferingType newCoverageOffering, NotificationChain msgs)
-
setCoverageOffering
public void setCoverageOffering(CoverageOfferingType newCoverageOffering)
- Specified by:
setCoverageOffering
in interfaceDocumentRoot
- Parameters:
newCoverageOffering
- the new value of the 'Coverage Offering' containment reference.- See Also:
DocumentRoot.getCoverageOffering()
-
getCoverageOfferingBrief
public CoverageOfferingBriefType getCoverageOfferingBrief()
- Specified by:
getCoverageOfferingBrief
in interfaceDocumentRoot
- Returns:
- the value of the 'Coverage Offering Brief' containment reference.
- See Also:
DocumentRoot.setCoverageOfferingBrief(CoverageOfferingBriefType)
,Wcs10Package.getDocumentRoot_CoverageOfferingBrief()
-
basicSetCoverageOfferingBrief
public NotificationChain basicSetCoverageOfferingBrief(CoverageOfferingBriefType newCoverageOfferingBrief, NotificationChain msgs)
-
setCoverageOfferingBrief
public void setCoverageOfferingBrief(CoverageOfferingBriefType newCoverageOfferingBrief)
- Specified by:
setCoverageOfferingBrief
in interfaceDocumentRoot
- Parameters:
newCoverageOfferingBrief
- the new value of the 'Coverage Offering Brief' containment reference.- See Also:
DocumentRoot.getCoverageOfferingBrief()
-
getDescribeCoverage
public DescribeCoverageType getDescribeCoverage()
- Specified by:
getDescribeCoverage
in interfaceDocumentRoot
- Returns:
- the value of the 'Describe Coverage' containment reference.
- See Also:
DocumentRoot.setDescribeCoverage(DescribeCoverageType)
,Wcs10Package.getDocumentRoot_DescribeCoverage()
-
basicSetDescribeCoverage
public NotificationChain basicSetDescribeCoverage(DescribeCoverageType newDescribeCoverage, NotificationChain msgs)
-
setDescribeCoverage
public void setDescribeCoverage(DescribeCoverageType newDescribeCoverage)
- Specified by:
setDescribeCoverage
in interfaceDocumentRoot
- Parameters:
newDescribeCoverage
- the new value of the 'Describe Coverage' containment reference.- See Also:
DocumentRoot.getDescribeCoverage()
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceDocumentRoot
- Returns:
- the value of the 'Description' attribute.
- See Also:
DocumentRoot.setDescription(String)
,Wcs10Package.getDocumentRoot_Description()
-
setDescription
public void setDescription(String newDescription)
- Specified by:
setDescription
in interfaceDocumentRoot
- Parameters:
newDescription
- the new value of the 'Description' attribute.- See Also:
DocumentRoot.getDescription()
-
getDomainSet
public DomainSetType getDomainSet()
- Specified by:
getDomainSet
in interfaceDocumentRoot
- Returns:
- the value of the 'Domain Set' containment reference.
- See Also:
DocumentRoot.setDomainSet(DomainSetType)
,Wcs10Package.getDocumentRoot_DomainSet()
-
basicSetDomainSet
public NotificationChain basicSetDomainSet(DomainSetType newDomainSet, NotificationChain msgs)
-
setDomainSet
public void setDomainSet(DomainSetType newDomainSet)
- Specified by:
setDomainSet
in interfaceDocumentRoot
- Parameters:
newDomainSet
- the new value of the 'Domain Set' containment reference.- See Also:
DocumentRoot.getDomainSet()
-
getFormats
public CodeListType getFormats()
- Specified by:
getFormats
in interfaceDocumentRoot
- Returns:
- the value of the 'Formats' containment reference.
- See Also:
DocumentRoot.setFormats(CodeListType)
,Wcs10Package.getDocumentRoot_Formats()
-
basicSetFormats
public NotificationChain basicSetFormats(CodeListType newFormats, NotificationChain msgs)
-
setFormats
public void setFormats(CodeListType newFormats)
- Specified by:
setFormats
in interfaceDocumentRoot
- Parameters:
newFormats
- the new value of the 'Formats' containment reference.- See Also:
DocumentRoot.getFormats()
-
getGetCapabilities
public GetCapabilitiesType getGetCapabilities()
- Specified by:
getGetCapabilities
in interfaceDocumentRoot
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
DocumentRoot.setGetCapabilities(GetCapabilitiesType)
,Wcs10Package.getDocumentRoot_GetCapabilities()
-
basicSetGetCapabilities
public NotificationChain basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)
-
setGetCapabilities
public void setGetCapabilities(GetCapabilitiesType newGetCapabilities)
- Specified by:
setGetCapabilities
in interfaceDocumentRoot
- Parameters:
newGetCapabilities
- the new value of the 'Get Capabilities' containment reference.- See Also:
DocumentRoot.getGetCapabilities()
-
getGetCoverage
public GetCoverageType getGetCoverage()
- Specified by:
getGetCoverage
in interfaceDocumentRoot
- Returns:
- the value of the 'Get Coverage' containment reference.
- See Also:
DocumentRoot.setGetCoverage(GetCoverageType)
,Wcs10Package.getDocumentRoot_GetCoverage()
-
basicSetGetCoverage
public NotificationChain basicSetGetCoverage(GetCoverageType newGetCoverage, NotificationChain msgs)
-
setGetCoverage
public void setGetCoverage(GetCoverageType newGetCoverage)
- Specified by:
setGetCoverage
in interfaceDocumentRoot
- Parameters:
newGetCoverage
- the new value of the 'Get Coverage' containment reference.- See Also:
DocumentRoot.getGetCoverage()
-
getInterpolationMethod
public InterpolationMethodType getInterpolationMethod()
- Specified by:
getInterpolationMethod
in interfaceDocumentRoot
- Returns:
- the value of the 'Interpolation Method' attribute.
- See Also:
InterpolationMethodType
,DocumentRoot.setInterpolationMethod(InterpolationMethodType)
,Wcs10Package.getDocumentRoot_InterpolationMethod()
-
setInterpolationMethod
public void setInterpolationMethod(InterpolationMethodType newInterpolationMethod)
- Specified by:
setInterpolationMethod
in interfaceDocumentRoot
- Parameters:
newInterpolationMethod
- the new value of the 'Interpolation Method' attribute.- See Also:
InterpolationMethodType
,DocumentRoot.getInterpolationMethod()
-
getInterval
public IntervalType getInterval()
- Specified by:
getInterval
in interfaceDocumentRoot
- Returns:
- the value of the 'Interval' containment reference.
- See Also:
DocumentRoot.setInterval(IntervalType)
,Wcs10Package.getDocumentRoot_Interval()
-
basicSetInterval
public NotificationChain basicSetInterval(IntervalType newInterval, NotificationChain msgs)
-
setInterval
public void setInterval(IntervalType newInterval)
- Specified by:
setInterval
in interfaceDocumentRoot
- Parameters:
newInterval
- the new value of the 'Interval' containment reference.- See Also:
DocumentRoot.getInterval()
-
getKeywords
public KeywordsType getKeywords()
- Specified by:
getKeywords
in interfaceDocumentRoot
- Returns:
- the value of the 'Keywords' containment reference.
- See Also:
DocumentRoot.setKeywords(KeywordsType)
,Wcs10Package.getDocumentRoot_Keywords()
-
basicSetKeywords
public NotificationChain basicSetKeywords(KeywordsType newKeywords, NotificationChain msgs)
-
setKeywords
public void setKeywords(KeywordsType newKeywords)
- Specified by:
setKeywords
in interfaceDocumentRoot
- Parameters:
newKeywords
- the new value of the 'Keywords' containment reference.- See Also:
DocumentRoot.getKeywords()
-
getLonLatEnvelope
public LonLatEnvelopeType getLonLatEnvelope()
- Specified by:
getLonLatEnvelope
in interfaceDocumentRoot
- Returns:
- the value of the 'Lon Lat Envelope' containment reference.
- See Also:
DocumentRoot.setLonLatEnvelope(LonLatEnvelopeType)
,Wcs10Package.getDocumentRoot_LonLatEnvelope()
-
basicSetLonLatEnvelope
public NotificationChain basicSetLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope, NotificationChain msgs)
-
setLonLatEnvelope
public void setLonLatEnvelope(LonLatEnvelopeType newLonLatEnvelope)
- Specified by:
setLonLatEnvelope
in interfaceDocumentRoot
- Parameters:
newLonLatEnvelope
- the new value of the 'Lon Lat Envelope' containment reference.- See Also:
DocumentRoot.getLonLatEnvelope()
-
getMetadataLink
public MetadataLinkType getMetadataLink()
- Specified by:
getMetadataLink
in interfaceDocumentRoot
- Returns:
- the value of the 'Metadata Link' containment reference.
- See Also:
DocumentRoot.setMetadataLink(MetadataLinkType)
,Wcs10Package.getDocumentRoot_MetadataLink()
-
basicSetMetadataLink
public NotificationChain basicSetMetadataLink(MetadataLinkType newMetadataLink, NotificationChain msgs)
-
setMetadataLink
public void setMetadataLink(MetadataLinkType newMetadataLink)
- Specified by:
setMetadataLink
in interfaceDocumentRoot
- Parameters:
newMetadataLink
- the new value of the 'Metadata Link' containment reference.- See Also:
DocumentRoot.getMetadataLink()
-
getName
public String getName()
- Specified by:
getName
in interfaceDocumentRoot
- Returns:
- the value of the 'Name' attribute.
- See Also:
DocumentRoot.setName(String)
,Wcs10Package.getDocumentRoot_Name()
-
setName
public void setName(String newName)
- Specified by:
setName
in interfaceDocumentRoot
- Parameters:
newName
- the new value of the 'Name' attribute.- See Also:
DocumentRoot.getName()
-
getRangeSet
public RangeSetType1 getRangeSet()
- Specified by:
getRangeSet
in interfaceDocumentRoot
- Returns:
- the value of the 'Range Set' containment reference.
- See Also:
DocumentRoot.setRangeSet(RangeSetType1)
,Wcs10Package.getDocumentRoot_RangeSet()
-
basicSetRangeSet
public NotificationChain basicSetRangeSet(RangeSetType1 newRangeSet, NotificationChain msgs)
-
setRangeSet
public void setRangeSet(RangeSetType1 newRangeSet)
- Specified by:
setRangeSet
in interfaceDocumentRoot
- Parameters:
newRangeSet
- the new value of the 'Range Set' containment reference.- See Also:
DocumentRoot.getRangeSet()
-
getRangeSet1
public RangeSetType getRangeSet1()
- Specified by:
getRangeSet1
in interfaceDocumentRoot
- Returns:
- the value of the 'Range Set1' containment reference.
- See Also:
DocumentRoot.setRangeSet1(RangeSetType)
,Wcs10Package.getDocumentRoot_RangeSet1()
-
basicSetRangeSet1
public NotificationChain basicSetRangeSet1(RangeSetType newRangeSet1, NotificationChain msgs)
-
setRangeSet1
public void setRangeSet1(RangeSetType newRangeSet1)
- Specified by:
setRangeSet1
in interfaceDocumentRoot
- Parameters:
newRangeSet1
- the new value of the 'Range Set1' containment reference.- See Also:
DocumentRoot.getRangeSet1()
-
getService
public ServiceType getService()
- Specified by:
getService
in interfaceDocumentRoot
- Returns:
- the value of the 'Service' containment reference.
- See Also:
DocumentRoot.setService(ServiceType)
,Wcs10Package.getDocumentRoot_Service()
-
basicSetService
public NotificationChain basicSetService(ServiceType newService, NotificationChain msgs)
-
setService
public void setService(ServiceType newService)
- Specified by:
setService
in interfaceDocumentRoot
- Parameters:
newService
- the new value of the 'Service' containment reference.- See Also:
DocumentRoot.getService()
-
getSingleValue
public TypedLiteralType getSingleValue()
- Specified by:
getSingleValue
in interfaceDocumentRoot
- Returns:
- the value of the 'Single Value' containment reference.
- See Also:
DocumentRoot.setSingleValue(TypedLiteralType)
,Wcs10Package.getDocumentRoot_SingleValue()
-
basicSetSingleValue
public NotificationChain basicSetSingleValue(TypedLiteralType newSingleValue, NotificationChain msgs)
-
setSingleValue
public void setSingleValue(TypedLiteralType newSingleValue)
- Specified by:
setSingleValue
in interfaceDocumentRoot
- Parameters:
newSingleValue
- the new value of the 'Single Value' containment reference.- See Also:
DocumentRoot.getSingleValue()
-
getSpatialDomain
public SpatialDomainType getSpatialDomain()
- Specified by:
getSpatialDomain
in interfaceDocumentRoot
- Returns:
- the value of the 'Spatial Domain' containment reference.
- See Also:
DocumentRoot.setSpatialDomain(SpatialDomainType)
,Wcs10Package.getDocumentRoot_SpatialDomain()
-
basicSetSpatialDomain
public NotificationChain basicSetSpatialDomain(SpatialDomainType newSpatialDomain, NotificationChain msgs)
-
setSpatialDomain
public void setSpatialDomain(SpatialDomainType newSpatialDomain)
- Specified by:
setSpatialDomain
in interfaceDocumentRoot
- Parameters:
newSpatialDomain
- the new value of the 'Spatial Domain' containment reference.- See Also:
DocumentRoot.getSpatialDomain()
-
getSpatialSubset
public SpatialSubsetType getSpatialSubset()
- Specified by:
getSpatialSubset
in interfaceDocumentRoot
- Returns:
- the value of the 'Spatial Subset' containment reference.
- See Also:
DocumentRoot.setSpatialSubset(SpatialSubsetType)
,Wcs10Package.getDocumentRoot_SpatialSubset()
-
basicSetSpatialSubset
public NotificationChain basicSetSpatialSubset(SpatialSubsetType newSpatialSubset, NotificationChain msgs)
-
setSpatialSubset
public void setSpatialSubset(SpatialSubsetType newSpatialSubset)
- Specified by:
setSpatialSubset
in interfaceDocumentRoot
- Parameters:
newSpatialSubset
- the new value of the 'Spatial Subset' containment reference.- See Also:
DocumentRoot.getSpatialSubset()
-
getSupportedCRSs
public SupportedCRSsType getSupportedCRSs()
- Specified by:
getSupportedCRSs
in interfaceDocumentRoot
- Returns:
- the value of the 'Supported CR Ss' containment reference.
- See Also:
DocumentRoot.setSupportedCRSs(SupportedCRSsType)
,Wcs10Package.getDocumentRoot_SupportedCRSs()
-
basicSetSupportedCRSs
public NotificationChain basicSetSupportedCRSs(SupportedCRSsType newSupportedCRSs, NotificationChain msgs)
-
setSupportedCRSs
public void setSupportedCRSs(SupportedCRSsType newSupportedCRSs)
- Specified by:
setSupportedCRSs
in interfaceDocumentRoot
- Parameters:
newSupportedCRSs
- the new value of the 'Supported CR Ss' containment reference.- See Also:
DocumentRoot.getSupportedCRSs()
-
getSupportedFormats
public SupportedFormatsType getSupportedFormats()
- Specified by:
getSupportedFormats
in interfaceDocumentRoot
- Returns:
- the value of the 'Supported Formats' containment reference.
- See Also:
DocumentRoot.setSupportedFormats(SupportedFormatsType)
,Wcs10Package.getDocumentRoot_SupportedFormats()
-
basicSetSupportedFormats
public NotificationChain basicSetSupportedFormats(SupportedFormatsType newSupportedFormats, NotificationChain msgs)
-
setSupportedFormats
public void setSupportedFormats(SupportedFormatsType newSupportedFormats)
- Specified by:
setSupportedFormats
in interfaceDocumentRoot
- Parameters:
newSupportedFormats
- the new value of the 'Supported Formats' containment reference.- See Also:
DocumentRoot.getSupportedFormats()
-
getSupportedInterpolations
public SupportedInterpolationsType getSupportedInterpolations()
- Specified by:
getSupportedInterpolations
in interfaceDocumentRoot
- Returns:
- the value of the 'Supported Interpolations' containment reference.
- See Also:
DocumentRoot.setSupportedInterpolations(SupportedInterpolationsType)
,Wcs10Package.getDocumentRoot_SupportedInterpolations()
-
basicSetSupportedInterpolations
public NotificationChain basicSetSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations, NotificationChain msgs)
-
setSupportedInterpolations
public void setSupportedInterpolations(SupportedInterpolationsType newSupportedInterpolations)
- Specified by:
setSupportedInterpolations
in interfaceDocumentRoot
- Parameters:
newSupportedInterpolations
- the new value of the 'Supported Interpolations' containment reference.- See Also:
DocumentRoot.getSupportedInterpolations()
-
getTemporalDomain
public TimeSequenceType getTemporalDomain()
- Specified by:
getTemporalDomain
in interfaceDocumentRoot
- Returns:
- the value of the 'Temporal Domain' containment reference.
- See Also:
DocumentRoot.setTemporalDomain(TimeSequenceType)
,Wcs10Package.getDocumentRoot_TemporalDomain()
-
basicSetTemporalDomain
public NotificationChain basicSetTemporalDomain(TimeSequenceType newTemporalDomain, NotificationChain msgs)
-
setTemporalDomain
public void setTemporalDomain(TimeSequenceType newTemporalDomain)
- Specified by:
setTemporalDomain
in interfaceDocumentRoot
- Parameters:
newTemporalDomain
- the new value of the 'Temporal Domain' containment reference.- See Also:
DocumentRoot.getTemporalDomain()
-
getTemporalSubset
public TimeSequenceType getTemporalSubset()
- Specified by:
getTemporalSubset
in interfaceDocumentRoot
- Returns:
- the value of the 'Temporal Subset' containment reference.
- See Also:
DocumentRoot.setTemporalSubset(TimeSequenceType)
,Wcs10Package.getDocumentRoot_TemporalSubset()
-
basicSetTemporalSubset
public NotificationChain basicSetTemporalSubset(TimeSequenceType newTemporalSubset, NotificationChain msgs)
-
setTemporalSubset
public void setTemporalSubset(TimeSequenceType newTemporalSubset)
- Specified by:
setTemporalSubset
in interfaceDocumentRoot
- Parameters:
newTemporalSubset
- the new value of the 'Temporal Subset' containment reference.- See Also:
DocumentRoot.getTemporalSubset()
-
getTimePeriod
public TimePeriodType getTimePeriod()
- Specified by:
getTimePeriod
in interfaceDocumentRoot
- Returns:
- the value of the 'Time Period' containment reference.
- See Also:
DocumentRoot.setTimePeriod(TimePeriodType)
,Wcs10Package.getDocumentRoot_TimePeriod()
-
basicSetTimePeriod
public NotificationChain basicSetTimePeriod(TimePeriodType newTimePeriod, NotificationChain msgs)
-
setTimePeriod
public void setTimePeriod(TimePeriodType newTimePeriod)
- Specified by:
setTimePeriod
in interfaceDocumentRoot
- Parameters:
newTimePeriod
- the new value of the 'Time Period' containment reference.- See Also:
DocumentRoot.getTimePeriod()
-
getTimeSequence
public TimeSequenceType getTimeSequence()
- Specified by:
getTimeSequence
in interfaceDocumentRoot
- Returns:
- the value of the 'Time Sequence' containment reference.
- See Also:
DocumentRoot.setTimeSequence(TimeSequenceType)
,Wcs10Package.getDocumentRoot_TimeSequence()
-
basicSetTimeSequence
public NotificationChain basicSetTimeSequence(TimeSequenceType newTimeSequence, NotificationChain msgs)
-
setTimeSequence
public void setTimeSequence(TimeSequenceType newTimeSequence)
- Specified by:
setTimeSequence
in interfaceDocumentRoot
- Parameters:
newTimeSequence
- the new value of the 'Time Sequence' containment reference.- See Also:
DocumentRoot.getTimeSequence()
-
getWCSCapabilities
public WCSCapabilitiesType getWCSCapabilities()
- Specified by:
getWCSCapabilities
in interfaceDocumentRoot
- Returns:
- the value of the 'WCS Capabilities' containment reference.
- See Also:
DocumentRoot.setWCSCapabilities(WCSCapabilitiesType)
,Wcs10Package.getDocumentRoot_WCSCapabilities()
-
basicSetWCSCapabilities
public NotificationChain basicSetWCSCapabilities(WCSCapabilitiesType newWCSCapabilities, NotificationChain msgs)
-
setWCSCapabilities
public void setWCSCapabilities(WCSCapabilitiesType newWCSCapabilities)
- Specified by:
setWCSCapabilities
in interfaceDocumentRoot
- Parameters:
newWCSCapabilities
- the new value of the 'WCS Capabilities' containment reference.- See Also:
DocumentRoot.getWCSCapabilities()
-
getClosure
public ClosureType getClosure()
- Specified by:
getClosure
in interfaceDocumentRoot
- Returns:
- the value of the 'Closure' attribute.
- See Also:
ClosureType
,DocumentRoot.isSetClosure()
,DocumentRoot.unsetClosure()
,DocumentRoot.setClosure(ClosureType)
,Wcs10Package.getDocumentRoot_Closure()
-
setClosure
public void setClosure(ClosureType newClosure)
- Specified by:
setClosure
in interfaceDocumentRoot
- Parameters:
newClosure
- the new value of the 'Closure' attribute.- See Also:
ClosureType
,DocumentRoot.isSetClosure()
,DocumentRoot.unsetClosure()
,DocumentRoot.getClosure()
-
unsetClosure
public void unsetClosure()
- Specified by:
unsetClosure
in interfaceDocumentRoot
- See Also:
DocumentRoot.isSetClosure()
,DocumentRoot.getClosure()
,DocumentRoot.setClosure(ClosureType)
-
isSetClosure
public boolean isSetClosure()
- Specified by:
isSetClosure
in interfaceDocumentRoot
- Returns:
- whether the value of the 'Closure' attribute is set.
- See Also:
DocumentRoot.unsetClosure()
,DocumentRoot.getClosure()
,DocumentRoot.setClosure(ClosureType)
-
getSemantic
public String getSemantic()
- Specified by:
getSemantic
in interfaceDocumentRoot
- Returns:
- the value of the 'Semantic' attribute.
- See Also:
DocumentRoot.setSemantic(String)
,Wcs10Package.getDocumentRoot_Semantic()
-
setSemantic
public void setSemantic(String newSemantic)
- Specified by:
setSemantic
in interfaceDocumentRoot
- Parameters:
newSemantic
- the new value of the 'Semantic' attribute.- See Also:
DocumentRoot.getSemantic()
-
getType
public String getType()
- Specified by:
getType
in interfaceDocumentRoot
- Returns:
- the value of the 'Type' attribute.
- See Also:
DocumentRoot.setType(String)
,Wcs10Package.getDocumentRoot_Type()
-
setType
public void setType(String newType)
- Specified by:
setType
in interfaceDocumentRoot
- Parameters:
newType
- the new value of the 'Type' attribute.- See Also:
DocumentRoot.getType()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-