Package net.opengis.wps10.impl
Class ResponseDocumentTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- ResponseDocumentTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- ResponseDocumentType,- Notifier,- EObject,- InternalEObject
 
 public class ResponseDocumentTypeImpl extends EObjectImpl implements ResponseDocumentType An implementation of the model object 'Response Document 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 booleanlineageThe cached value of the 'Lineage' attribute.protected static booleanLINEAGE_EDEFAULTThe default value of the 'Lineage' attribute.protected booleanlineageESetThis is true if the Lineage attribute has been set.protected EListoutputThe cached value of the 'Output' containment reference list.protected booleanstatusThe cached value of the 'Status' attribute.protected static booleanSTATUS_EDEFAULTThe default value of the 'Status' attribute.protected booleanstatusESetThis is true if the Status attribute has been set.protected static booleanSTORE_EXECUTE_RESPONSE_EDEFAULTThe default value of the 'Store Execute Response' attribute.protected booleanstoreExecuteResponseThe cached value of the 'Store Execute Response' attribute.protected booleanstoreExecuteResponseESetThis is true if the Store Execute Response 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 protectedResponseDocumentTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)EListgetOutput()booleanisLineage()booleanisSetLineage()booleanisSetStatus()booleanisSetStoreExecuteResponse()booleanisStatus()booleanisStoreExecuteResponse()voidsetLineage(boolean newLineage)voidsetStatus(boolean newStatus)voidsetStoreExecuteResponse(boolean newStoreExecuteResponse)StringtoString()voidunsetLineage()voidunsetStatus()voidunsetStoreExecuteResponse()- 
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- 
outputprotected EList output The cached value of the 'Output' containment reference list.- See Also:
- getOutput()
 
 - 
LINEAGE_EDEFAULTprotected static final boolean LINEAGE_EDEFAULT The default value of the 'Lineage' attribute.- See Also:
- isLineage(), Constant Field Values
 
 - 
lineageprotected boolean lineage The cached value of the 'Lineage' attribute.- See Also:
- isLineage()
 
 - 
lineageESetprotected boolean lineageESet This is true if the Lineage attribute has been set.
 - 
STATUS_EDEFAULTprotected static final boolean STATUS_EDEFAULT The default value of the 'Status' attribute.- See Also:
- isStatus(), Constant Field Values
 
 - 
statusprotected boolean status The cached value of the 'Status' attribute.- See Also:
- isStatus()
 
 - 
statusESetprotected boolean statusESet This is true if the Status attribute has been set.
 - 
STORE_EXECUTE_RESPONSE_EDEFAULTprotected static final boolean STORE_EXECUTE_RESPONSE_EDEFAULT The default value of the 'Store Execute Response' attribute.- See Also:
- isStoreExecuteResponse(), Constant Field Values
 
 - 
storeExecuteResponseprotected boolean storeExecuteResponse The cached value of the 'Store Execute Response' attribute.- See Also:
- isStoreExecuteResponse()
 
 - 
storeExecuteResponseESetprotected boolean storeExecuteResponseESet This is true if the Store Execute Response attribute has been set.
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getOutputpublic EList getOutput() - Specified by:
- getOutputin interface- ResponseDocumentType
- Returns:
- the value of the 'Output' containment reference list.
- See Also:
- Wps10Package.getResponseDocumentType_Output()
 
 - 
isLineagepublic boolean isLineage() - Specified by:
- isLineagein interface- ResponseDocumentType
- Returns:
- the value of the 'Lineage' attribute.
- See Also:
- ResponseDocumentType.isSetLineage(),- ResponseDocumentType.unsetLineage(),- ResponseDocumentType.setLineage(boolean),- Wps10Package.getResponseDocumentType_Lineage()
 
 - 
setLineagepublic void setLineage(boolean newLineage) - Specified by:
- setLineagein interface- ResponseDocumentType
- Parameters:
- newLineage- the new value of the 'Lineage' attribute.
- See Also:
- ResponseDocumentType.isSetLineage(),- ResponseDocumentType.unsetLineage(),- ResponseDocumentType.isLineage()
 
 - 
unsetLineagepublic void unsetLineage() - Specified by:
- unsetLineagein interface- ResponseDocumentType
- See Also:
- ResponseDocumentType.isSetLineage(),- ResponseDocumentType.isLineage(),- ResponseDocumentType.setLineage(boolean)
 
 - 
isSetLineagepublic boolean isSetLineage() - Specified by:
- isSetLineagein interface- ResponseDocumentType
- Returns:
- whether the value of the 'Lineage' attribute is set.
- See Also:
- ResponseDocumentType.unsetLineage(),- ResponseDocumentType.isLineage(),- ResponseDocumentType.setLineage(boolean)
 
 - 
isStatuspublic boolean isStatus() - Specified by:
- isStatusin interface- ResponseDocumentType
- Returns:
- the value of the 'Status' attribute.
- See Also:
- ResponseDocumentType.isSetStatus(),- ResponseDocumentType.unsetStatus(),- ResponseDocumentType.setStatus(boolean),- Wps10Package.getResponseDocumentType_Status()
 
 - 
setStatuspublic void setStatus(boolean newStatus) - Specified by:
- setStatusin interface- ResponseDocumentType
- Parameters:
- newStatus- the new value of the 'Status' attribute.
- See Also:
- ResponseDocumentType.isSetStatus(),- ResponseDocumentType.unsetStatus(),- ResponseDocumentType.isStatus()
 
 - 
unsetStatuspublic void unsetStatus() - Specified by:
- unsetStatusin interface- ResponseDocumentType
- See Also:
- ResponseDocumentType.isSetStatus(),- ResponseDocumentType.isStatus(),- ResponseDocumentType.setStatus(boolean)
 
 - 
isSetStatuspublic boolean isSetStatus() - Specified by:
- isSetStatusin interface- ResponseDocumentType
- Returns:
- whether the value of the 'Status' attribute is set.
- See Also:
- ResponseDocumentType.unsetStatus(),- ResponseDocumentType.isStatus(),- ResponseDocumentType.setStatus(boolean)
 
 - 
isStoreExecuteResponsepublic boolean isStoreExecuteResponse() - Specified by:
- isStoreExecuteResponsein interface- ResponseDocumentType
- Returns:
- the value of the 'Store Execute Response' attribute.
- See Also:
- ResponseDocumentType.isSetStoreExecuteResponse(),- ResponseDocumentType.unsetStoreExecuteResponse(),- ResponseDocumentType.setStoreExecuteResponse(boolean),- Wps10Package.getResponseDocumentType_StoreExecuteResponse()
 
 - 
setStoreExecuteResponsepublic void setStoreExecuteResponse(boolean newStoreExecuteResponse) - Specified by:
- setStoreExecuteResponsein interface- ResponseDocumentType
- Parameters:
- newStoreExecuteResponse- the new value of the 'Store Execute Response' attribute.
- See Also:
- ResponseDocumentType.isSetStoreExecuteResponse(),- ResponseDocumentType.unsetStoreExecuteResponse(),- ResponseDocumentType.isStoreExecuteResponse()
 
 - 
unsetStoreExecuteResponsepublic void unsetStoreExecuteResponse() 
 - 
isSetStoreExecuteResponsepublic boolean isSetStoreExecuteResponse() - Specified by:
- isSetStoreExecuteResponsein interface- ResponseDocumentType
- Returns:
- whether the value of the 'Store Execute Response' attribute is set.
- See Also:
- ResponseDocumentType.unsetStoreExecuteResponse(),- ResponseDocumentType.isStoreExecuteResponse(),- ResponseDocumentType.setStoreExecuteResponse(boolean)
 
 - 
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
 
 
- 
 
-