Package net.opengis.wfs20.impl
Class GetPropertyValueTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- BaseRequestTypeImpl
- 
- GetPropertyValueTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- BaseRequestType,- GetPropertyValueType,- Notifier,- EObject,- InternalEObject
 
 public class GetPropertyValueTypeImpl extends BaseRequestTypeImpl implements GetPropertyValueType An implementation of the model object 'Get Property Value 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 AbstractQueryExpressionTypeabstractQueryExpressionThe cached value of the 'Abstract Query Expression' reference.protected BigIntegercountThe cached value of the 'Count' attribute.protected static BigIntegerCOUNT_EDEFAULTThe default value of the 'Count' attribute.protected static StringOUTPUT_FORMAT_EDEFAULTThe default value of the 'Output Format' attribute.protected StringoutputFormatThe cached value of the 'Output Format' attribute.protected booleanoutputFormatESetThis is true if the Output Format attribute has been set.protected ResolveValueTyperesolveThe cached value of the 'Resolve' attribute.protected static StringRESOLVE_DEPTH_EDEFAULTThe default value of the 'Resolve Depth' attribute.protected static ResolveValueTypeRESOLVE_EDEFAULTThe default value of the 'Resolve' attribute.protected static StringRESOLVE_PATH_EDEFAULTThe default value of the 'Resolve Path' attribute.protected static BigIntegerRESOLVE_TIMEOUT_EDEFAULTThe default value of the 'Resolve Timeout' attribute.protected StringresolveDepthThe cached value of the 'Resolve Depth' attribute.protected booleanresolveESetThis is true if the Resolve attribute has been set.protected StringresolvePathThe cached value of the 'Resolve Path' attribute.protected BigIntegerresolveTimeoutThe cached value of the 'Resolve Timeout' attribute.protected booleanresolveTimeoutESetThis is true if the Resolve Timeout attribute has been set.protected static ResultTypeTypeRESULT_TYPE_EDEFAULTThe default value of the 'Result Type' attribute.protected ResultTypeTyperesultTypeThe cached value of the 'Result Type' attribute.protected booleanresultTypeESetThis is true if the Result Type attribute has been set.protected static BigIntegerSTART_INDEX_EDEFAULTThe default value of the 'Start Index' attribute.protected BigIntegerstartIndexThe cached value of the 'Start Index' attribute.protected booleanstartIndexESetThis is true if the Start Index attribute has been set.protected static StringVALUE_REFERENCE_EDEFAULTThe default value of the 'Value Reference' attribute.protected StringvalueReferenceThe cached value of the 'Value Reference' attribute.- 
Fields inherited from class BaseRequestTypeImplBASE_URL_EDEFAULT, baseUrl, EXTENDED_PROPERTIES_EDEFAULT, extendedProperties, handle, HANDLE_EDEFAULT, service, SERVICE_EDEFAULT, serviceESet, version, VERSION_EDEFAULT, versionESet
 - 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedGetPropertyValueTypeImpl()
 - 
Method Summary- 
Methods inherited from class BaseRequestTypeImplgetBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
 - 
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, 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 BaseRequestTypegetBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Field Detail- 
abstractQueryExpressionprotected AbstractQueryExpressionType abstractQueryExpression The cached value of the 'Abstract Query Expression' reference.- See Also:
- getAbstractQueryExpression()
 
 - 
COUNT_EDEFAULTprotected static final BigInteger COUNT_EDEFAULT The default value of the 'Count' attribute.- See Also:
- getCount()
 
 - 
countprotected BigInteger count The cached value of the 'Count' attribute.- See Also:
- getCount()
 
 - 
OUTPUT_FORMAT_EDEFAULTprotected static final String OUTPUT_FORMAT_EDEFAULT The default value of the 'Output Format' attribute.- See Also:
- getOutputFormat(), Constant Field Values
 
 - 
outputFormatprotected String outputFormat The cached value of the 'Output Format' attribute.- See Also:
- getOutputFormat()
 
 - 
outputFormatESetprotected boolean outputFormatESet This is true if the Output Format attribute has been set.
 - 
RESOLVE_EDEFAULTprotected static final ResolveValueType RESOLVE_EDEFAULT The default value of the 'Resolve' attribute.- See Also:
- getResolve()
 
 - 
resolveprotected ResolveValueType resolve The cached value of the 'Resolve' attribute.- See Also:
- getResolve()
 
 - 
resolveESetprotected boolean resolveESet This is true if the Resolve attribute has been set.
 - 
RESOLVE_DEPTH_EDEFAULTprotected static final String RESOLVE_DEPTH_EDEFAULT The default value of the 'Resolve Depth' attribute.- See Also:
- getResolveDepth(), Constant Field Values
 
 - 
resolveDepthprotected String resolveDepth The cached value of the 'Resolve Depth' attribute.- See Also:
- getResolveDepth()
 
 - 
RESOLVE_PATH_EDEFAULTprotected static final String RESOLVE_PATH_EDEFAULT The default value of the 'Resolve Path' attribute.- See Also:
- getResolvePath()
 
 - 
resolvePathprotected String resolvePath The cached value of the 'Resolve Path' attribute.- See Also:
- getResolvePath()
 
 - 
RESOLVE_TIMEOUT_EDEFAULTprotected static final BigInteger RESOLVE_TIMEOUT_EDEFAULT The default value of the 'Resolve Timeout' attribute.- See Also:
- getResolveTimeout()
 
 - 
resolveTimeoutprotected BigInteger resolveTimeout The cached value of the 'Resolve Timeout' attribute.- See Also:
- getResolveTimeout()
 
 - 
resolveTimeoutESetprotected boolean resolveTimeoutESet This is true if the Resolve Timeout attribute has been set.
 - 
RESULT_TYPE_EDEFAULTprotected static final ResultTypeType RESULT_TYPE_EDEFAULT The default value of the 'Result Type' attribute.- See Also:
- getResultType()
 
 - 
resultTypeprotected ResultTypeType resultType The cached value of the 'Result Type' attribute.- See Also:
- getResultType()
 
 - 
resultTypeESetprotected boolean resultTypeESet This is true if the Result Type attribute has been set.
 - 
START_INDEX_EDEFAULTprotected static final BigInteger START_INDEX_EDEFAULT The default value of the 'Start Index' attribute.- See Also:
- getStartIndex()
 
 - 
startIndexprotected BigInteger startIndex The cached value of the 'Start Index' attribute.- See Also:
- getStartIndex()
 
 - 
startIndexESetprotected boolean startIndexESet This is true if the Start Index attribute has been set.
 - 
VALUE_REFERENCE_EDEFAULTprotected static final String VALUE_REFERENCE_EDEFAULT The default value of the 'Value Reference' attribute.- See Also:
- getValueReference()
 
 - 
valueReferenceprotected String valueReference The cached value of the 'Value Reference' attribute.- See Also:
- getValueReference()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- BaseRequestTypeImpl
 
 - 
getAbstractQueryExpressionpublic AbstractQueryExpressionType getAbstractQueryExpression() - Specified by:
- getAbstractQueryExpressionin interface- GetPropertyValueType
- Returns:
- the value of the 'Abstract Query Expression' reference.
- See Also:
- GetPropertyValueType.setAbstractQueryExpression(AbstractQueryExpressionType),- Wfs20Package.getGetPropertyValueType_AbstractQueryExpression()
 
 - 
basicGetAbstractQueryExpressionpublic AbstractQueryExpressionType basicGetAbstractQueryExpression() 
 - 
setAbstractQueryExpressionpublic void setAbstractQueryExpression(AbstractQueryExpressionType newAbstractQueryExpression) - Specified by:
- setAbstractQueryExpressionin interface- GetPropertyValueType
- Parameters:
- newAbstractQueryExpression- the new value of the 'Abstract Query Expression' reference.
- See Also:
- GetPropertyValueType.getAbstractQueryExpression()
 
 - 
getCountpublic BigInteger getCount() - Specified by:
- getCountin interface- GetPropertyValueType
- Returns:
- the value of the 'Count' attribute.
- See Also:
- GetPropertyValueType.setCount(BigInteger),- Wfs20Package.getGetPropertyValueType_Count()
 
 - 
setCountpublic void setCount(BigInteger newCount) - Specified by:
- setCountin interface- GetPropertyValueType
- Parameters:
- newCount- the new value of the 'Count' attribute.
- See Also:
- GetPropertyValueType.getCount()
 
 - 
getOutputFormatpublic String getOutputFormat() - Specified by:
- getOutputFormatin interface- GetPropertyValueType
- Returns:
- the value of the 'Output Format' attribute.
- See Also:
- GetPropertyValueType.isSetOutputFormat(),- GetPropertyValueType.unsetOutputFormat(),- GetPropertyValueType.setOutputFormat(String),- Wfs20Package.getGetPropertyValueType_OutputFormat()
 
 - 
setOutputFormatpublic void setOutputFormat(String newOutputFormat) - Specified by:
- setOutputFormatin interface- GetPropertyValueType
- Parameters:
- newOutputFormat- the new value of the 'Output Format' attribute.
- See Also:
- GetPropertyValueType.isSetOutputFormat(),- GetPropertyValueType.unsetOutputFormat(),- GetPropertyValueType.getOutputFormat()
 
 - 
unsetOutputFormatpublic void unsetOutputFormat() - Specified by:
- unsetOutputFormatin interface- GetPropertyValueType
- See Also:
- GetPropertyValueType.isSetOutputFormat(),- GetPropertyValueType.getOutputFormat(),- GetPropertyValueType.setOutputFormat(String)
 
 - 
isSetOutputFormatpublic boolean isSetOutputFormat() - Specified by:
- isSetOutputFormatin interface- GetPropertyValueType
- Returns:
- whether the value of the 'Output Format' attribute is set.
- See Also:
- GetPropertyValueType.unsetOutputFormat(),- GetPropertyValueType.getOutputFormat(),- GetPropertyValueType.setOutputFormat(String)
 
 - 
getResolvepublic ResolveValueType getResolve() - Specified by:
- getResolvein interface- GetPropertyValueType
- Returns:
- the value of the 'Resolve' attribute.
- See Also:
- ResolveValueType,- GetPropertyValueType.isSetResolve(),- GetPropertyValueType.unsetResolve(),- GetPropertyValueType.setResolve(ResolveValueType),- Wfs20Package.getGetPropertyValueType_Resolve()
 
 - 
setResolvepublic void setResolve(ResolveValueType newResolve) - Specified by:
- setResolvein interface- GetPropertyValueType
- Parameters:
- newResolve- the new value of the 'Resolve' attribute.
- See Also:
- ResolveValueType,- GetPropertyValueType.isSetResolve(),- GetPropertyValueType.unsetResolve(),- GetPropertyValueType.getResolve()
 
 - 
unsetResolvepublic void unsetResolve() - Specified by:
- unsetResolvein interface- GetPropertyValueType
- See Also:
- GetPropertyValueType.isSetResolve(),- GetPropertyValueType.getResolve(),- GetPropertyValueType.setResolve(ResolveValueType)
 
 - 
isSetResolvepublic boolean isSetResolve() - Specified by:
- isSetResolvein interface- GetPropertyValueType
- Returns:
- whether the value of the 'Resolve' attribute is set.
- See Also:
- GetPropertyValueType.unsetResolve(),- GetPropertyValueType.getResolve(),- GetPropertyValueType.setResolve(ResolveValueType)
 
 - 
getResolveDepthpublic String getResolveDepth() - Specified by:
- getResolveDepthin interface- GetPropertyValueType
- Returns:
- the value of the 'Resolve Depth' attribute.
- See Also:
- GetPropertyValueType.setResolveDepth(String),- Wfs20Package.getGetPropertyValueType_ResolveDepth()
 
 - 
setResolveDepthpublic void setResolveDepth(String newResolveDepth) - Specified by:
- setResolveDepthin interface- GetPropertyValueType
- Parameters:
- newResolveDepth- the new value of the 'Resolve Depth' attribute.
- See Also:
- GetPropertyValueType.getResolveDepth()
 
 - 
getResolvePathpublic String getResolvePath() - Specified by:
- getResolvePathin interface- GetPropertyValueType
- Returns:
- the value of the 'Resolve Path' attribute.
- See Also:
- GetPropertyValueType.setResolvePath(String),- Wfs20Package.getGetPropertyValueType_ResolvePath()
 
 - 
setResolvePathpublic void setResolvePath(String newResolvePath) - Specified by:
- setResolvePathin interface- GetPropertyValueType
- Parameters:
- newResolvePath- the new value of the 'Resolve Path' attribute.
- See Also:
- GetPropertyValueType.getResolvePath()
 
 - 
getResolveTimeoutpublic BigInteger getResolveTimeout() - Specified by:
- getResolveTimeoutin interface- GetPropertyValueType
- Returns:
- the value of the 'Resolve Timeout' attribute.
- See Also:
- GetPropertyValueType.isSetResolveTimeout(),- GetPropertyValueType.unsetResolveTimeout(),- GetPropertyValueType.setResolveTimeout(BigInteger),- Wfs20Package.getGetPropertyValueType_ResolveTimeout()
 
 - 
setResolveTimeoutpublic void setResolveTimeout(BigInteger newResolveTimeout) - Specified by:
- setResolveTimeoutin interface- GetPropertyValueType
- Parameters:
- newResolveTimeout- the new value of the 'Resolve Timeout' attribute.
- See Also:
- GetPropertyValueType.isSetResolveTimeout(),- GetPropertyValueType.unsetResolveTimeout(),- GetPropertyValueType.getResolveTimeout()
 
 - 
unsetResolveTimeoutpublic void unsetResolveTimeout() - Specified by:
- unsetResolveTimeoutin interface- GetPropertyValueType
- See Also:
- GetPropertyValueType.isSetResolveTimeout(),- GetPropertyValueType.getResolveTimeout(),- GetPropertyValueType.setResolveTimeout(BigInteger)
 
 - 
isSetResolveTimeoutpublic boolean isSetResolveTimeout() - Specified by:
- isSetResolveTimeoutin interface- GetPropertyValueType
- Returns:
- whether the value of the 'Resolve Timeout' attribute is set.
- See Also:
- GetPropertyValueType.unsetResolveTimeout(),- GetPropertyValueType.getResolveTimeout(),- GetPropertyValueType.setResolveTimeout(BigInteger)
 
 - 
getResultTypepublic ResultTypeType getResultType() - Specified by:
- getResultTypein interface- GetPropertyValueType
- Returns:
- the value of the 'Result Type' attribute.
- See Also:
- ResultTypeType,- GetPropertyValueType.isSetResultType(),- GetPropertyValueType.unsetResultType(),- GetPropertyValueType.setResultType(ResultTypeType),- Wfs20Package.getGetPropertyValueType_ResultType()
 
 - 
setResultTypepublic void setResultType(ResultTypeType newResultType) - Specified by:
- setResultTypein interface- GetPropertyValueType
- Parameters:
- newResultType- the new value of the 'Result Type' attribute.
- See Also:
- ResultTypeType,- GetPropertyValueType.isSetResultType(),- GetPropertyValueType.unsetResultType(),- GetPropertyValueType.getResultType()
 
 - 
unsetResultTypepublic void unsetResultType() - Specified by:
- unsetResultTypein interface- GetPropertyValueType
- See Also:
- GetPropertyValueType.isSetResultType(),- GetPropertyValueType.getResultType(),- GetPropertyValueType.setResultType(ResultTypeType)
 
 - 
isSetResultTypepublic boolean isSetResultType() - Specified by:
- isSetResultTypein interface- GetPropertyValueType
- Returns:
- whether the value of the 'Result Type' attribute is set.
- See Also:
- GetPropertyValueType.unsetResultType(),- GetPropertyValueType.getResultType(),- GetPropertyValueType.setResultType(ResultTypeType)
 
 - 
getStartIndexpublic BigInteger getStartIndex() - Specified by:
- getStartIndexin interface- GetPropertyValueType
- Returns:
- the value of the 'Start Index' attribute.
- See Also:
- GetPropertyValueType.isSetStartIndex(),- GetPropertyValueType.unsetStartIndex(),- GetPropertyValueType.setStartIndex(BigInteger),- Wfs20Package.getGetPropertyValueType_StartIndex()
 
 - 
setStartIndexpublic void setStartIndex(BigInteger newStartIndex) - Specified by:
- setStartIndexin interface- GetPropertyValueType
- Parameters:
- newStartIndex- the new value of the 'Start Index' attribute.
- See Also:
- GetPropertyValueType.isSetStartIndex(),- GetPropertyValueType.unsetStartIndex(),- GetPropertyValueType.getStartIndex()
 
 - 
unsetStartIndexpublic void unsetStartIndex() - Specified by:
- unsetStartIndexin interface- GetPropertyValueType
- See Also:
- GetPropertyValueType.isSetStartIndex(),- GetPropertyValueType.getStartIndex(),- GetPropertyValueType.setStartIndex(BigInteger)
 
 - 
isSetStartIndexpublic boolean isSetStartIndex() - Specified by:
- isSetStartIndexin interface- GetPropertyValueType
- Returns:
- whether the value of the 'Start Index' attribute is set.
- See Also:
- GetPropertyValueType.unsetStartIndex(),- GetPropertyValueType.getStartIndex(),- GetPropertyValueType.setStartIndex(BigInteger)
 
 - 
getValueReferencepublic String getValueReference() - Specified by:
- getValueReferencein interface- GetPropertyValueType
- Returns:
- the value of the 'Value Reference' attribute.
- See Also:
- GetPropertyValueType.setValueReference(String),- Wfs20Package.getGetPropertyValueType_ValueReference()
 
 - 
setValueReferencepublic void setValueReference(String newValueReference) - Specified by:
- setValueReferencein interface- GetPropertyValueType
- Parameters:
- newValueReference- the new value of the 'Value Reference' attribute.
- See Also:
- GetPropertyValueType.getValueReference()
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BaseRequestTypeImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BaseRequestTypeImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BaseRequestTypeImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BaseRequestTypeImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BaseRequestTypeImpl
 
 
- 
 
-