Package net.opengis.cat.csw20.impl
Class GetCapabilitiesTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- GetCapabilitiesTypeImpl
- 
- GetCapabilitiesTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- GetCapabilitiesType,- GetCapabilitiesType,- Notifier,- EObject,- InternalEObject
 
 public class GetCapabilitiesTypeImpl extends GetCapabilitiesTypeImpl implements GetCapabilitiesType An implementation of the model object 'Get Capabilities 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 StringserviceThe cached value of the 'Service' attribute.protected static StringSERVICE_EDEFAULTThe default value of the 'Service' attribute.protected booleanserviceESetThis is true if the Service attribute has been set.- 
Fields inherited from class GetCapabilitiesTypeImplacceptFormats, acceptVersions, BASE_URL_EDEFAULT, baseUrl, EXTENDED_PROPERTIES_EDEFAULT, extendedProperties, namespace, NAMESPACE_EDEFAULT, sections, UPDATE_SEQUENCE_EDEFAULT, updateSequence
 - 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedGetCapabilitiesTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)StringgetService()booleanisSetService()voidsetService(String newService)StringtoString()voidunsetService()- 
Methods inherited from class GetCapabilitiesTypeImplbasicSetAcceptFormats, basicSetAcceptVersions, basicSetSections, eInverseRemove, getAcceptFormats, getAcceptVersions, getBaseUrl, getExtendedProperties, getNamespace, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setBaseUrl, setExtendedProperties, setNamespace, setSections, setUpdateSequence
 - 
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
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface GetCapabilitiesTypegetAcceptFormats, getAcceptVersions, getBaseUrl, getExtendedProperties, getNamespace, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setBaseUrl, setExtendedProperties, setNamespace, setSections, setUpdateSequence
 
- 
 
- 
- 
- 
Field Detail- 
SERVICE_EDEFAULTprotected static final String SERVICE_EDEFAULT The default value of the 'Service' attribute.- See Also:
- getService(), Constant Field Values
 
 - 
serviceprotected String service The cached value of the 'Service' attribute.- See Also:
- getService()
 
 - 
serviceESetprotected boolean serviceESet This is true if the Service attribute has been set.
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- GetCapabilitiesTypeImpl
 
 - 
getServicepublic String getService() - Specified by:
- getServicein interface- GetCapabilitiesType
- Returns:
- the value of the 'Service' attribute.
- See Also:
- GetCapabilitiesType.isSetService(),- GetCapabilitiesType.unsetService(),- GetCapabilitiesType.setService(String),- Csw20Package.getGetCapabilitiesType_Service()
 
 - 
setServicepublic void setService(String newService) - Specified by:
- setServicein interface- GetCapabilitiesType
- Parameters:
- newService- the new value of the 'Service' attribute.
- See Also:
- GetCapabilitiesType.isSetService(),- GetCapabilitiesType.unsetService(),- GetCapabilitiesType.getService()
 
 - 
unsetServicepublic void unsetService() - Specified by:
- unsetServicein interface- GetCapabilitiesType
- See Also:
- GetCapabilitiesType.isSetService(),- GetCapabilitiesType.getService(),- GetCapabilitiesType.setService(String)
 
 - 
isSetServicepublic boolean isSetService() - Specified by:
- isSetServicein interface- GetCapabilitiesType
- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
- GetCapabilitiesType.unsetService(),- GetCapabilitiesType.getService(),- GetCapabilitiesType.setService(String)
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- GetCapabilitiesTypeImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- GetCapabilitiesTypeImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- GetCapabilitiesTypeImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- GetCapabilitiesTypeImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- GetCapabilitiesTypeImpl
 
 
- 
 
-