Package net.opengis.wps10.impl
Class WPSCapabilitiesTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- CapabilitiesBaseTypeImpl
- 
- WPSCapabilitiesTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- CapabilitiesBaseType,- WPSCapabilitiesType,- Notifier,- EObject,- InternalEObject
 
 public class WPSCapabilitiesTypeImpl extends CapabilitiesBaseTypeImpl implements WPSCapabilitiesType An implementation of the model object 'WPS 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 StringlangThe cached value of the 'Lang' attribute.protected static StringLANG_EDEFAULTThe default value of the 'Lang' attribute.protected LanguagesType1languagesThe cached value of the 'Languages' containment reference.protected ProcessOfferingsTypeprocessOfferingsThe cached value of the 'Process Offerings' containment reference.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.protected WSDLTypewSDLThe cached value of the 'WSDL' containment reference.- 
Fields inherited from class CapabilitiesBaseTypeImploperationsMetadata, serviceIdentification, serviceProvider, UPDATE_SEQUENCE_EDEFAULT, updateSequence, version, VERSION_EDEFAULT
 - 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedWPSCapabilitiesTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetLanguages(LanguagesType1 newLanguages, NotificationChain msgs)NotificationChainbasicSetProcessOfferings(ProcessOfferingsType newProcessOfferings, NotificationChain msgs)NotificationChainbasicSetWSDL(WSDLType newWSDL, 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)StringgetLang()LanguagesType1getLanguages()ProcessOfferingsTypegetProcessOfferings()StringgetService()WSDLTypegetWSDL()booleanisSetService()voidsetLang(String newLang)voidsetLanguages(LanguagesType1 newLanguages)voidsetProcessOfferings(ProcessOfferingsType newProcessOfferings)voidsetService(String newService)voidsetWSDL(WSDLType newWSDL)StringtoString()voidunsetService()- 
Methods inherited from class CapabilitiesBaseTypeImplbasicSetOperationsMetadata, basicSetServiceIdentification, basicSetServiceProvider, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
 - 
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 CapabilitiesBaseTypegetOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
 
- 
 
- 
- 
- 
Field Detail- 
processOfferingsprotected ProcessOfferingsType processOfferings The cached value of the 'Process Offerings' containment reference.- See Also:
- getProcessOfferings()
 
 - 
languagesprotected LanguagesType1 languages The cached value of the 'Languages' containment reference.- See Also:
- getLanguages()
 
 - 
wSDLprotected WSDLType wSDL The cached value of the 'WSDL' containment reference.- See Also:
- getWSDL()
 
 - 
LANG_EDEFAULTprotected static final String LANG_EDEFAULT The default value of the 'Lang' attribute.- See Also:
- getLang()
 
 - 
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- CapabilitiesBaseTypeImpl
 
 - 
getProcessOfferingspublic ProcessOfferingsType getProcessOfferings() - Specified by:
- getProcessOfferingsin interface- WPSCapabilitiesType
- Returns:
- the value of the 'Process Offerings' containment reference.
- See Also:
- WPSCapabilitiesType.setProcessOfferings(ProcessOfferingsType),- Wps10Package.getWPSCapabilitiesType_ProcessOfferings()
 
 - 
basicSetProcessOfferingspublic NotificationChain basicSetProcessOfferings(ProcessOfferingsType newProcessOfferings, NotificationChain msgs) 
 - 
setProcessOfferingspublic void setProcessOfferings(ProcessOfferingsType newProcessOfferings) - Specified by:
- setProcessOfferingsin interface- WPSCapabilitiesType
- Parameters:
- newProcessOfferings- the new value of the 'Process Offerings' containment reference.
- See Also:
- WPSCapabilitiesType.getProcessOfferings()
 
 - 
getLanguagespublic LanguagesType1 getLanguages() - Specified by:
- getLanguagesin interface- WPSCapabilitiesType
- Returns:
- the value of the 'Languages' containment reference.
- See Also:
- WPSCapabilitiesType.setLanguages(LanguagesType1),- Wps10Package.getWPSCapabilitiesType_Languages()
 
 - 
basicSetLanguagespublic NotificationChain basicSetLanguages(LanguagesType1 newLanguages, NotificationChain msgs) 
 - 
setLanguagespublic void setLanguages(LanguagesType1 newLanguages) - Specified by:
- setLanguagesin interface- WPSCapabilitiesType
- Parameters:
- newLanguages- the new value of the 'Languages' containment reference.
- See Also:
- WPSCapabilitiesType.getLanguages()
 
 - 
getWSDLpublic WSDLType getWSDL() - Specified by:
- getWSDLin interface- WPSCapabilitiesType
- Returns:
- the value of the 'WSDL' containment reference.
- See Also:
- WPSCapabilitiesType.setWSDL(WSDLType),- Wps10Package.getWPSCapabilitiesType_WSDL()
 
 - 
basicSetWSDLpublic NotificationChain basicSetWSDL(WSDLType newWSDL, NotificationChain msgs) 
 - 
setWSDLpublic void setWSDL(WSDLType newWSDL) - Specified by:
- setWSDLin interface- WPSCapabilitiesType
- Parameters:
- newWSDL- the new value of the 'WSDL' containment reference.
- See Also:
- WPSCapabilitiesType.getWSDL()
 
 - 
getLangpublic String getLang() - Specified by:
- getLangin interface- WPSCapabilitiesType
- Returns:
- the value of the 'Lang' attribute.
- See Also:
- WPSCapabilitiesType.setLang(String),- Wps10Package.getWPSCapabilitiesType_Lang()
 
 - 
setLangpublic void setLang(String newLang) - Specified by:
- setLangin interface- WPSCapabilitiesType
- Parameters:
- newLang- the new value of the 'Lang' attribute.
- See Also:
- WPSCapabilitiesType.getLang()
 
 - 
getServicepublic String getService() - Specified by:
- getServicein interface- WPSCapabilitiesType
- Returns:
- the value of the 'Service' attribute.
- See Also:
- WPSCapabilitiesType.isSetService(),- WPSCapabilitiesType.unsetService(),- WPSCapabilitiesType.setService(String),- Wps10Package.getWPSCapabilitiesType_Service()
 
 - 
setServicepublic void setService(String newService) - Specified by:
- setServicein interface- WPSCapabilitiesType
- Parameters:
- newService- the new value of the 'Service' attribute.
- See Also:
- WPSCapabilitiesType.isSetService(),- WPSCapabilitiesType.unsetService(),- WPSCapabilitiesType.getService()
 
 - 
unsetServicepublic void unsetService() - Specified by:
- unsetServicein interface- WPSCapabilitiesType
- See Also:
- WPSCapabilitiesType.isSetService(),- WPSCapabilitiesType.getService(),- WPSCapabilitiesType.setService(String)
 
 - 
isSetServicepublic boolean isSetService() - Specified by:
- isSetServicein interface- WPSCapabilitiesType
- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
- WPSCapabilitiesType.unsetService(),- WPSCapabilitiesType.getService(),- WPSCapabilitiesType.setService(String)
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- CapabilitiesBaseTypeImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- CapabilitiesBaseTypeImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- CapabilitiesBaseTypeImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- CapabilitiesBaseTypeImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- CapabilitiesBaseTypeImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- CapabilitiesBaseTypeImpl
 
 
- 
 
-