Package net.opengis.wcs10.impl
Class WCSCapabilityTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- WCSCapabilityTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- WCSCapabilityType,- Notifier,- EObject,- InternalEObject
 
 public class WCSCapabilityTypeImpl extends EObjectImpl implements WCSCapabilityType An implementation of the model object 'WCS Capability Type'.The following features are implemented: 
- 
- 
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 ExceptionTypeexceptionThe cached value of the 'Exception' containment reference.protected RequestTyperequestThe cached value of the 'Request' containment reference.protected static StringUPDATE_SEQUENCE_EDEFAULTThe default value of the 'Update Sequence' attribute.protected StringupdateSequenceThe cached value of the 'Update Sequence' attribute.protected VendorSpecificCapabilitiesTypevendorSpecificCapabilitiesThe cached value of the 'Vendor Specific Capabilities' containment reference.protected StringversionThe cached value of the 'Version' attribute.protected static StringVERSION_EDEFAULTThe default value of the 'Version' attribute.protected booleanversionESetThis is true if the Version attribute has been set.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedWCSCapabilityTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetException(ExceptionType newException, NotificationChain msgs)NotificationChainbasicSetRequest(RequestType newRequest, NotificationChain msgs)NotificationChainbasicSetVendorSpecificCapabilities(VendorSpecificCapabilitiesType newVendorSpecificCapabilities, NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)ExceptionTypegetException()RequestTypegetRequest()StringgetUpdateSequence()VendorSpecificCapabilitiesTypegetVendorSpecificCapabilities()StringgetVersion()booleanisSetVersion()voidsetException(ExceptionType newException)voidsetRequest(RequestType newRequest)voidsetUpdateSequence(String newUpdateSequence)voidsetVendorSpecificCapabilities(VendorSpecificCapabilitiesType newVendorSpecificCapabilities)voidsetVersion(String newVersion)StringtoString()voidunsetVersion()- 
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
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
requestprotected RequestType request The cached value of the 'Request' containment reference.- See Also:
- getRequest()
 
 - 
exceptionprotected ExceptionType exception The cached value of the 'Exception' containment reference.- See Also:
- getException()
 
 - 
vendorSpecificCapabilitiesprotected VendorSpecificCapabilitiesType vendorSpecificCapabilities The cached value of the 'Vendor Specific Capabilities' containment reference.- See Also:
- getVendorSpecificCapabilities()
 
 - 
UPDATE_SEQUENCE_EDEFAULTprotected static final String UPDATE_SEQUENCE_EDEFAULT The default value of the 'Update Sequence' attribute.- See Also:
- getUpdateSequence()
 
 - 
updateSequenceprotected String updateSequence The cached value of the 'Update Sequence' attribute.- See Also:
- getUpdateSequence()
 
 - 
VERSION_EDEFAULTprotected static final String VERSION_EDEFAULT The default value of the 'Version' attribute.- See Also:
- getVersion(), Constant Field Values
 
 - 
versionprotected String version The cached value of the 'Version' attribute.- See Also:
- getVersion()
 
 - 
versionESetprotected boolean versionESet This is true if the Version attribute has been set.
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getRequestpublic RequestType getRequest() - Specified by:
- getRequestin interface- WCSCapabilityType
- Returns:
- the value of the 'Request' containment reference.
- See Also:
- WCSCapabilityType.setRequest(RequestType),- Wcs10Package.getWCSCapabilityType_Request()
 
 - 
basicSetRequestpublic NotificationChain basicSetRequest(RequestType newRequest, NotificationChain msgs) 
 - 
setRequestpublic void setRequest(RequestType newRequest) - Specified by:
- setRequestin interface- WCSCapabilityType
- Parameters:
- newRequest- the new value of the 'Request' containment reference.
- See Also:
- WCSCapabilityType.getRequest()
 
 - 
getExceptionpublic ExceptionType getException() - Specified by:
- getExceptionin interface- WCSCapabilityType
- Returns:
- the value of the 'Exception' containment reference.
- See Also:
- WCSCapabilityType.setException(ExceptionType),- Wcs10Package.getWCSCapabilityType_Exception()
 
 - 
basicSetExceptionpublic NotificationChain basicSetException(ExceptionType newException, NotificationChain msgs) 
 - 
setExceptionpublic void setException(ExceptionType newException) - Specified by:
- setExceptionin interface- WCSCapabilityType
- Parameters:
- newException- the new value of the 'Exception' containment reference.
- See Also:
- WCSCapabilityType.getException()
 
 - 
getVendorSpecificCapabilitiespublic VendorSpecificCapabilitiesType getVendorSpecificCapabilities() - Specified by:
- getVendorSpecificCapabilitiesin interface- WCSCapabilityType
- Returns:
- the value of the 'Vendor Specific Capabilities' containment reference.
- See Also:
- WCSCapabilityType.setVendorSpecificCapabilities(VendorSpecificCapabilitiesType),- Wcs10Package.getWCSCapabilityType_VendorSpecificCapabilities()
 
 - 
basicSetVendorSpecificCapabilitiespublic NotificationChain basicSetVendorSpecificCapabilities(VendorSpecificCapabilitiesType newVendorSpecificCapabilities, NotificationChain msgs) 
 - 
setVendorSpecificCapabilitiespublic void setVendorSpecificCapabilities(VendorSpecificCapabilitiesType newVendorSpecificCapabilities) - Specified by:
- setVendorSpecificCapabilitiesin interface- WCSCapabilityType
- Parameters:
- newVendorSpecificCapabilities- the new value of the 'Vendor Specific Capabilities' containment reference.
- See Also:
- WCSCapabilityType.getVendorSpecificCapabilities()
 
 - 
getUpdateSequencepublic String getUpdateSequence() - Specified by:
- getUpdateSequencein interface- WCSCapabilityType
- Returns:
- the value of the 'Update Sequence' attribute.
- See Also:
- WCSCapabilityType.setUpdateSequence(String),- Wcs10Package.getWCSCapabilityType_UpdateSequence()
 
 - 
setUpdateSequencepublic void setUpdateSequence(String newUpdateSequence) - Specified by:
- setUpdateSequencein interface- WCSCapabilityType
- Parameters:
- newUpdateSequence- the new value of the 'Update Sequence' attribute.
- See Also:
- WCSCapabilityType.getUpdateSequence()
 
 - 
getVersionpublic String getVersion() - Specified by:
- getVersionin interface- WCSCapabilityType
- Returns:
- the value of the 'Version' attribute.
- See Also:
- WCSCapabilityType.isSetVersion(),- WCSCapabilityType.unsetVersion(),- WCSCapabilityType.setVersion(String),- Wcs10Package.getWCSCapabilityType_Version()
 
 - 
setVersionpublic void setVersion(String newVersion) - Specified by:
- setVersionin interface- WCSCapabilityType
- Parameters:
- newVersion- the new value of the 'Version' attribute.
- See Also:
- WCSCapabilityType.isSetVersion(),- WCSCapabilityType.unsetVersion(),- WCSCapabilityType.getVersion()
 
 - 
unsetVersionpublic void unsetVersion() - Specified by:
- unsetVersionin interface- WCSCapabilityType
- See Also:
- WCSCapabilityType.isSetVersion(),- WCSCapabilityType.getVersion(),- WCSCapabilityType.setVersion(String)
 
 - 
isSetVersionpublic boolean isSetVersion() - Specified by:
- isSetVersionin interface- WCSCapabilityType
- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
- WCSCapabilityType.unsetVersion(),- WCSCapabilityType.getVersion(),- WCSCapabilityType.setVersion(String)
 
 - 
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
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-