Package net.opengis.fes20.impl
Class DocumentRootImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- DocumentRootImpl
-
- All Implemented Interfaces:
DocumentRoot,Notifier,EObject,InternalEObject
public class DocumentRootImpl extends EObjectImpl implements DocumentRoot
An implementation of the model object 'Document Root'.The following features are implemented:
MixedXMLNS Prefix MapXSI Schema LocationIdAbstract Adhoc Query ExpressionAbstract Query ExpressionAbstract Projection ClauseAbstract Selection ClauseAbstract Sorting ClauseAfterTemporal OpsAndLogic OpsAny InteractsBBOXSpatial OpsBeforeBeginsBegun ByBeyondComparison OpsContainsCrossesDisjointDuringDWithinEnded ByEndsEqualsExpressionExtension OpsFilterFilter CapabilitiesFunctionIntersectsLiteralLogical OperatorsMeetsMet ByNotOrOverlapped ByOverlapsProperty Is BetweenProperty Is Equal ToProperty Is Greater ThanProperty Is Greater Than Or Equal ToProperty Is Less ThanProperty Is Less Than Or Equal ToProperty Is LikeProperty Is NilProperty Is Not Equal ToProperty Is NullResource IdSort ByTContainsTEqualsTouchesTOverlapsValue ReferenceWithin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected static StringVALUE_REFERENCE_EDEFAULTThe default value of the 'Value Reference' attribute.protected EMap<String,String>xMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected EMap<String,String>xSISchemaLocationThe cached value of the 'XSI Schema Location' map.-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentRootImpl()
-
Method Summary
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, 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 BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
mixed
protected FeatureMap mixed
The cached value of the 'Mixed' attribute list.- See Also:
getMixed()
-
xMLNSPrefixMap
protected EMap<String,String> xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map' map.- See Also:
getXMLNSPrefixMap()
-
xSISchemaLocation
protected EMap<String,String> xSISchemaLocation
The cached value of the 'XSI Schema Location' map.- See Also:
getXSISchemaLocation()
-
VALUE_REFERENCE_EDEFAULT
protected static final String VALUE_REFERENCE_EDEFAULT
The default value of the 'Value Reference' attribute.- See Also:
getValueReference()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classEObjectImpl
-
getMixed
public FeatureMap getMixed()
- Specified by:
getMixedin interfaceDocumentRoot- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Fes20Package.getDocumentRoot_Mixed()
-
getXMLNSPrefixMap
public EMap<String,String> getXMLNSPrefixMap()
- Specified by:
getXMLNSPrefixMapin interfaceDocumentRoot- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
Fes20Package.getDocumentRoot_XMLNSPrefixMap()
-
getXSISchemaLocation
public EMap<String,String> getXSISchemaLocation()
- Specified by:
getXSISchemaLocationin interfaceDocumentRoot- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
Fes20Package.getDocumentRoot_XSISchemaLocation()
-
getId
public AbstractIdType getId()
- Specified by:
getIdin interfaceDocumentRoot- Returns:
- the value of the 'Id' containment reference.
- See Also:
Fes20Package.getDocumentRoot_Id()
-
basicSetId
public NotificationChain basicSetId(AbstractIdType newId, NotificationChain msgs)
-
getAbstractAdhocQueryExpression
public AbstractAdhocQueryExpressionType getAbstractAdhocQueryExpression()
- Specified by:
getAbstractAdhocQueryExpressionin interfaceDocumentRoot- Returns:
- the value of the 'Abstract Adhoc Query Expression' containment reference.
- See Also:
Fes20Package.getDocumentRoot_AbstractAdhocQueryExpression()
-
basicSetAbstractAdhocQueryExpression
public NotificationChain basicSetAbstractAdhocQueryExpression(AbstractAdhocQueryExpressionType newAbstractAdhocQueryExpression, NotificationChain msgs)
-
getAbstractQueryExpression
public AbstractQueryExpressionType getAbstractQueryExpression()
- Specified by:
getAbstractQueryExpressionin interfaceDocumentRoot- Returns:
- the value of the 'Abstract Query Expression' containment reference.
- See Also:
Fes20Package.getDocumentRoot_AbstractQueryExpression()
-
basicSetAbstractQueryExpression
public NotificationChain basicSetAbstractQueryExpression(AbstractQueryExpressionType newAbstractQueryExpression, NotificationChain msgs)
-
getAbstractProjectionClause
public EObject getAbstractProjectionClause()
- Specified by:
getAbstractProjectionClausein interfaceDocumentRoot- Returns:
- the value of the 'Abstract Projection Clause' containment reference.
- See Also:
Fes20Package.getDocumentRoot_AbstractProjectionClause()
-
basicSetAbstractProjectionClause
public NotificationChain basicSetAbstractProjectionClause(EObject newAbstractProjectionClause, NotificationChain msgs)
-
getAbstractSelectionClause
public EObject getAbstractSelectionClause()
- Specified by:
getAbstractSelectionClausein interfaceDocumentRoot- Returns:
- the value of the 'Abstract Selection Clause' containment reference.
- See Also:
Fes20Package.getDocumentRoot_AbstractSelectionClause()
-
basicSetAbstractSelectionClause
public NotificationChain basicSetAbstractSelectionClause(EObject newAbstractSelectionClause, NotificationChain msgs)
-
getAbstractSortingClause
public EObject getAbstractSortingClause()
- Specified by:
getAbstractSortingClausein interfaceDocumentRoot- Returns:
- the value of the 'Abstract Sorting Clause' containment reference.
- See Also:
Fes20Package.getDocumentRoot_AbstractSortingClause()
-
basicSetAbstractSortingClause
public NotificationChain basicSetAbstractSortingClause(EObject newAbstractSortingClause, NotificationChain msgs)
-
getAfter
public BinaryTemporalOpType getAfter()
- Specified by:
getAfterin interfaceDocumentRoot- Returns:
- the value of the 'After' containment reference.
- See Also:
DocumentRoot.setAfter(BinaryTemporalOpType),Fes20Package.getDocumentRoot_After()
-
basicSetAfter
public NotificationChain basicSetAfter(BinaryTemporalOpType newAfter, NotificationChain msgs)
-
setAfter
public void setAfter(BinaryTemporalOpType newAfter)
- Specified by:
setAfterin interfaceDocumentRoot- Parameters:
newAfter- the new value of the 'After' containment reference.- See Also:
DocumentRoot.getAfter()
-
getTemporalOps
public TemporalOpsType getTemporalOps()
- Specified by:
getTemporalOpsin interfaceDocumentRoot- Returns:
- the value of the 'Temporal Ops' containment reference.
- See Also:
Fes20Package.getDocumentRoot_TemporalOps()
-
basicSetTemporalOps
public NotificationChain basicSetTemporalOps(TemporalOpsType newTemporalOps, NotificationChain msgs)
-
getAnd
public BinaryLogicOpType getAnd()
- Specified by:
getAndin interfaceDocumentRoot- Returns:
- the value of the 'And' containment reference.
- See Also:
DocumentRoot.setAnd(BinaryLogicOpType),Fes20Package.getDocumentRoot_And()
-
basicSetAnd
public NotificationChain basicSetAnd(BinaryLogicOpType newAnd, NotificationChain msgs)
-
setAnd
public void setAnd(BinaryLogicOpType newAnd)
- Specified by:
setAndin interfaceDocumentRoot- Parameters:
newAnd- the new value of the 'And' containment reference.- See Also:
DocumentRoot.getAnd()
-
getLogicOps
public LogicOpsType getLogicOps()
- Specified by:
getLogicOpsin interfaceDocumentRoot- Returns:
- the value of the 'Logic Ops' containment reference.
- See Also:
Fes20Package.getDocumentRoot_LogicOps()
-
basicSetLogicOps
public NotificationChain basicSetLogicOps(LogicOpsType newLogicOps, NotificationChain msgs)
-
getAnyInteracts
public BinaryTemporalOpType getAnyInteracts()
- Specified by:
getAnyInteractsin interfaceDocumentRoot- Returns:
- the value of the 'Any Interacts' containment reference.
- See Also:
DocumentRoot.setAnyInteracts(BinaryTemporalOpType),Fes20Package.getDocumentRoot_AnyInteracts()
-
basicSetAnyInteracts
public NotificationChain basicSetAnyInteracts(BinaryTemporalOpType newAnyInteracts, NotificationChain msgs)
-
setAnyInteracts
public void setAnyInteracts(BinaryTemporalOpType newAnyInteracts)
- Specified by:
setAnyInteractsin interfaceDocumentRoot- Parameters:
newAnyInteracts- the new value of the 'Any Interacts' containment reference.- See Also:
DocumentRoot.getAnyInteracts()
-
getBBOX
public BBOXType getBBOX()
- Specified by:
getBBOXin interfaceDocumentRoot- Returns:
- the value of the 'BBOX' containment reference.
- See Also:
DocumentRoot.setBBOX(BBOXType),Fes20Package.getDocumentRoot_BBOX()
-
basicSetBBOX
public NotificationChain basicSetBBOX(BBOXType newBBOX, NotificationChain msgs)
-
setBBOX
public void setBBOX(BBOXType newBBOX)
- Specified by:
setBBOXin interfaceDocumentRoot- Parameters:
newBBOX- the new value of the 'BBOX' containment reference.- See Also:
DocumentRoot.getBBOX()
-
getSpatialOps
public SpatialOpsType getSpatialOps()
- Specified by:
getSpatialOpsin interfaceDocumentRoot- Returns:
- the value of the 'Spatial Ops' containment reference.
- See Also:
Fes20Package.getDocumentRoot_SpatialOps()
-
basicSetSpatialOps
public NotificationChain basicSetSpatialOps(SpatialOpsType newSpatialOps, NotificationChain msgs)
-
getBefore
public BinaryTemporalOpType getBefore()
- Specified by:
getBeforein interfaceDocumentRoot- Returns:
- the value of the 'Before' containment reference.
- See Also:
DocumentRoot.setBefore(BinaryTemporalOpType),Fes20Package.getDocumentRoot_Before()
-
basicSetBefore
public NotificationChain basicSetBefore(BinaryTemporalOpType newBefore, NotificationChain msgs)
-
setBefore
public void setBefore(BinaryTemporalOpType newBefore)
- Specified by:
setBeforein interfaceDocumentRoot- Parameters:
newBefore- the new value of the 'Before' containment reference.- See Also:
DocumentRoot.getBefore()
-
getBegins
public BinaryTemporalOpType getBegins()
- Specified by:
getBeginsin interfaceDocumentRoot- Returns:
- the value of the 'Begins' containment reference.
- See Also:
DocumentRoot.setBegins(BinaryTemporalOpType),Fes20Package.getDocumentRoot_Begins()
-
basicSetBegins
public NotificationChain basicSetBegins(BinaryTemporalOpType newBegins, NotificationChain msgs)
-
setBegins
public void setBegins(BinaryTemporalOpType newBegins)
- Specified by:
setBeginsin interfaceDocumentRoot- Parameters:
newBegins- the new value of the 'Begins' containment reference.- See Also:
DocumentRoot.getBegins()
-
getBegunBy
public BinaryTemporalOpType getBegunBy()
- Specified by:
getBegunByin interfaceDocumentRoot- Returns:
- the value of the 'Begun By' containment reference.
- See Also:
DocumentRoot.setBegunBy(BinaryTemporalOpType),Fes20Package.getDocumentRoot_BegunBy()
-
basicSetBegunBy
public NotificationChain basicSetBegunBy(BinaryTemporalOpType newBegunBy, NotificationChain msgs)
-
setBegunBy
public void setBegunBy(BinaryTemporalOpType newBegunBy)
- Specified by:
setBegunByin interfaceDocumentRoot- Parameters:
newBegunBy- the new value of the 'Begun By' containment reference.- See Also:
DocumentRoot.getBegunBy()
-
getBeyond
public DistanceBufferType getBeyond()
- Specified by:
getBeyondin interfaceDocumentRoot- Returns:
- the value of the 'Beyond' containment reference.
- See Also:
DocumentRoot.setBeyond(DistanceBufferType),Fes20Package.getDocumentRoot_Beyond()
-
basicSetBeyond
public NotificationChain basicSetBeyond(DistanceBufferType newBeyond, NotificationChain msgs)
-
setBeyond
public void setBeyond(DistanceBufferType newBeyond)
- Specified by:
setBeyondin interfaceDocumentRoot- Parameters:
newBeyond- the new value of the 'Beyond' containment reference.- See Also:
DocumentRoot.getBeyond()
-
getComparisonOps
public ComparisonOpsType getComparisonOps()
- Specified by:
getComparisonOpsin interfaceDocumentRoot- Returns:
- the value of the 'Comparison Ops' containment reference.
- See Also:
Fes20Package.getDocumentRoot_ComparisonOps()
-
basicSetComparisonOps
public NotificationChain basicSetComparisonOps(ComparisonOpsType newComparisonOps, NotificationChain msgs)
-
getContains
public BinarySpatialOpType getContains()
- Specified by:
getContainsin interfaceDocumentRoot- Returns:
- the value of the 'Contains' containment reference.
- See Also:
DocumentRoot.setContains(BinarySpatialOpType),Fes20Package.getDocumentRoot_Contains()
-
basicSetContains
public NotificationChain basicSetContains(BinarySpatialOpType newContains, NotificationChain msgs)
-
setContains
public void setContains(BinarySpatialOpType newContains)
- Specified by:
setContainsin interfaceDocumentRoot- Parameters:
newContains- the new value of the 'Contains' containment reference.- See Also:
DocumentRoot.getContains()
-
getCrosses
public BinarySpatialOpType getCrosses()
- Specified by:
getCrossesin interfaceDocumentRoot- Returns:
- the value of the 'Crosses' containment reference.
- See Also:
DocumentRoot.setCrosses(BinarySpatialOpType),Fes20Package.getDocumentRoot_Crosses()
-
basicSetCrosses
public NotificationChain basicSetCrosses(BinarySpatialOpType newCrosses, NotificationChain msgs)
-
setCrosses
public void setCrosses(BinarySpatialOpType newCrosses)
- Specified by:
setCrossesin interfaceDocumentRoot- Parameters:
newCrosses- the new value of the 'Crosses' containment reference.- See Also:
DocumentRoot.getCrosses()
-
getDisjoint
public BinarySpatialOpType getDisjoint()
- Specified by:
getDisjointin interfaceDocumentRoot- Returns:
- the value of the 'Disjoint' containment reference.
- See Also:
DocumentRoot.setDisjoint(BinarySpatialOpType),Fes20Package.getDocumentRoot_Disjoint()
-
basicSetDisjoint
public NotificationChain basicSetDisjoint(BinarySpatialOpType newDisjoint, NotificationChain msgs)
-
setDisjoint
public void setDisjoint(BinarySpatialOpType newDisjoint)
- Specified by:
setDisjointin interfaceDocumentRoot- Parameters:
newDisjoint- the new value of the 'Disjoint' containment reference.- See Also:
DocumentRoot.getDisjoint()
-
getDuring
public BinaryTemporalOpType getDuring()
- Specified by:
getDuringin interfaceDocumentRoot- Returns:
- the value of the 'During' containment reference.
- See Also:
DocumentRoot.setDuring(BinaryTemporalOpType),Fes20Package.getDocumentRoot_During()
-
basicSetDuring
public NotificationChain basicSetDuring(BinaryTemporalOpType newDuring, NotificationChain msgs)
-
setDuring
public void setDuring(BinaryTemporalOpType newDuring)
- Specified by:
setDuringin interfaceDocumentRoot- Parameters:
newDuring- the new value of the 'During' containment reference.- See Also:
DocumentRoot.getDuring()
-
getDWithin
public DistanceBufferType getDWithin()
- Specified by:
getDWithinin interfaceDocumentRoot- Returns:
- the value of the 'DWithin' containment reference.
- See Also:
DocumentRoot.setDWithin(DistanceBufferType),Fes20Package.getDocumentRoot_DWithin()
-
basicSetDWithin
public NotificationChain basicSetDWithin(DistanceBufferType newDWithin, NotificationChain msgs)
-
setDWithin
public void setDWithin(DistanceBufferType newDWithin)
- Specified by:
setDWithinin interfaceDocumentRoot- Parameters:
newDWithin- the new value of the 'DWithin' containment reference.- See Also:
DocumentRoot.getDWithin()
-
getEndedBy
public BinaryTemporalOpType getEndedBy()
- Specified by:
getEndedByin interfaceDocumentRoot- Returns:
- the value of the 'Ended By' containment reference.
- See Also:
DocumentRoot.setEndedBy(BinaryTemporalOpType),Fes20Package.getDocumentRoot_EndedBy()
-
basicSetEndedBy
public NotificationChain basicSetEndedBy(BinaryTemporalOpType newEndedBy, NotificationChain msgs)
-
setEndedBy
public void setEndedBy(BinaryTemporalOpType newEndedBy)
- Specified by:
setEndedByin interfaceDocumentRoot- Parameters:
newEndedBy- the new value of the 'Ended By' containment reference.- See Also:
DocumentRoot.getEndedBy()
-
getEnds
public BinaryTemporalOpType getEnds()
- Specified by:
getEndsin interfaceDocumentRoot- Returns:
- the value of the 'Ends' containment reference.
- See Also:
DocumentRoot.setEnds(BinaryTemporalOpType),Fes20Package.getDocumentRoot_Ends()
-
basicSetEnds
public NotificationChain basicSetEnds(BinaryTemporalOpType newEnds, NotificationChain msgs)
-
setEnds
public void setEnds(BinaryTemporalOpType newEnds)
- Specified by:
setEndsin interfaceDocumentRoot- Parameters:
newEnds- the new value of the 'Ends' containment reference.- See Also:
DocumentRoot.getEnds()
-
getEquals
public BinarySpatialOpType getEquals()
- Specified by:
getEqualsin interfaceDocumentRoot- Returns:
- the value of the 'Equals' containment reference.
- See Also:
DocumentRoot.setEquals(BinarySpatialOpType),Fes20Package.getDocumentRoot_Equals()
-
basicSetEquals
public NotificationChain basicSetEquals(BinarySpatialOpType newEquals, NotificationChain msgs)
-
setEquals
public void setEquals(BinarySpatialOpType newEquals)
- Specified by:
setEqualsin interfaceDocumentRoot- Parameters:
newEquals- the new value of the 'Equals' containment reference.- See Also:
DocumentRoot.getEquals()
-
getExpression
public EObject getExpression()
- Specified by:
getExpressionin interfaceDocumentRoot- Returns:
- the value of the 'Expression' containment reference.
- See Also:
Fes20Package.getDocumentRoot_Expression()
-
basicSetExpression
public NotificationChain basicSetExpression(EObject newExpression, NotificationChain msgs)
-
getExtensionOps
public ExtensionOpsType getExtensionOps()
- Specified by:
getExtensionOpsin interfaceDocumentRoot- Returns:
- the value of the 'Extension Ops' containment reference.
- See Also:
Fes20Package.getDocumentRoot_ExtensionOps()
-
basicSetExtensionOps
public NotificationChain basicSetExtensionOps(ExtensionOpsType newExtensionOps, NotificationChain msgs)
-
getFilter
public FilterType getFilter()
- Specified by:
getFilterin interfaceDocumentRoot- Returns:
- the value of the 'Filter' containment reference.
- See Also:
DocumentRoot.setFilter(FilterType),Fes20Package.getDocumentRoot_Filter()
-
basicSetFilter
public NotificationChain basicSetFilter(FilterType newFilter, NotificationChain msgs)
-
setFilter
public void setFilter(FilterType newFilter)
- Specified by:
setFilterin interfaceDocumentRoot- Parameters:
newFilter- the new value of the 'Filter' containment reference.- See Also:
DocumentRoot.getFilter()
-
getFilterCapabilities
public FilterCapabilitiesType getFilterCapabilities()
- Specified by:
getFilterCapabilitiesin interfaceDocumentRoot- Returns:
- the value of the 'Filter Capabilities' containment reference.
- See Also:
DocumentRoot.setFilterCapabilities(FilterCapabilitiesType),Fes20Package.getDocumentRoot_FilterCapabilities()
-
basicSetFilterCapabilities
public NotificationChain basicSetFilterCapabilities(FilterCapabilitiesType newFilterCapabilities, NotificationChain msgs)
-
setFilterCapabilities
public void setFilterCapabilities(FilterCapabilitiesType newFilterCapabilities)
- Specified by:
setFilterCapabilitiesin interfaceDocumentRoot- Parameters:
newFilterCapabilities- the new value of the 'Filter Capabilities' containment reference.- See Also:
DocumentRoot.getFilterCapabilities()
-
getFunction
public FunctionType getFunction()
- Specified by:
getFunctionin interfaceDocumentRoot- Returns:
- the value of the 'Function' containment reference.
- See Also:
DocumentRoot.setFunction(FunctionType),Fes20Package.getDocumentRoot_Function()
-
basicSetFunction
public NotificationChain basicSetFunction(FunctionType newFunction, NotificationChain msgs)
-
setFunction
public void setFunction(FunctionType newFunction)
- Specified by:
setFunctionin interfaceDocumentRoot- Parameters:
newFunction- the new value of the 'Function' containment reference.- See Also:
DocumentRoot.getFunction()
-
getIntersects
public BinarySpatialOpType getIntersects()
- Specified by:
getIntersectsin interfaceDocumentRoot- Returns:
- the value of the 'Intersects' containment reference.
- See Also:
DocumentRoot.setIntersects(BinarySpatialOpType),Fes20Package.getDocumentRoot_Intersects()
-
basicSetIntersects
public NotificationChain basicSetIntersects(BinarySpatialOpType newIntersects, NotificationChain msgs)
-
setIntersects
public void setIntersects(BinarySpatialOpType newIntersects)
- Specified by:
setIntersectsin interfaceDocumentRoot- Parameters:
newIntersects- the new value of the 'Intersects' containment reference.- See Also:
DocumentRoot.getIntersects()
-
getLiteral
public LiteralType getLiteral()
- Specified by:
getLiteralin interfaceDocumentRoot- Returns:
- the value of the 'Literal' containment reference.
- See Also:
DocumentRoot.setLiteral(LiteralType),Fes20Package.getDocumentRoot_Literal()
-
basicSetLiteral
public NotificationChain basicSetLiteral(LiteralType newLiteral, NotificationChain msgs)
-
setLiteral
public void setLiteral(LiteralType newLiteral)
- Specified by:
setLiteralin interfaceDocumentRoot- Parameters:
newLiteral- the new value of the 'Literal' containment reference.- See Also:
DocumentRoot.getLiteral()
-
getLogicalOperators
public LogicalOperatorsType getLogicalOperators()
- Specified by:
getLogicalOperatorsin interfaceDocumentRoot- Returns:
- the value of the 'Logical Operators' containment reference.
- See Also:
DocumentRoot.setLogicalOperators(LogicalOperatorsType),Fes20Package.getDocumentRoot_LogicalOperators()
-
basicSetLogicalOperators
public NotificationChain basicSetLogicalOperators(LogicalOperatorsType newLogicalOperators, NotificationChain msgs)
-
setLogicalOperators
public void setLogicalOperators(LogicalOperatorsType newLogicalOperators)
- Specified by:
setLogicalOperatorsin interfaceDocumentRoot- Parameters:
newLogicalOperators- the new value of the 'Logical Operators' containment reference.- See Also:
DocumentRoot.getLogicalOperators()
-
getMeets
public BinaryTemporalOpType getMeets()
- Specified by:
getMeetsin interfaceDocumentRoot- Returns:
- the value of the 'Meets' containment reference.
- See Also:
DocumentRoot.setMeets(BinaryTemporalOpType),Fes20Package.getDocumentRoot_Meets()
-
basicSetMeets
public NotificationChain basicSetMeets(BinaryTemporalOpType newMeets, NotificationChain msgs)
-
setMeets
public void setMeets(BinaryTemporalOpType newMeets)
- Specified by:
setMeetsin interfaceDocumentRoot- Parameters:
newMeets- the new value of the 'Meets' containment reference.- See Also:
DocumentRoot.getMeets()
-
getMetBy
public BinaryTemporalOpType getMetBy()
- Specified by:
getMetByin interfaceDocumentRoot- Returns:
- the value of the 'Met By' containment reference.
- See Also:
DocumentRoot.setMetBy(BinaryTemporalOpType),Fes20Package.getDocumentRoot_MetBy()
-
basicSetMetBy
public NotificationChain basicSetMetBy(BinaryTemporalOpType newMetBy, NotificationChain msgs)
-
setMetBy
public void setMetBy(BinaryTemporalOpType newMetBy)
- Specified by:
setMetByin interfaceDocumentRoot- Parameters:
newMetBy- the new value of the 'Met By' containment reference.- See Also:
DocumentRoot.getMetBy()
-
getNot
public UnaryLogicOpType getNot()
- Specified by:
getNotin interfaceDocumentRoot- Returns:
- the value of the 'Not' containment reference.
- See Also:
DocumentRoot.setNot(UnaryLogicOpType),Fes20Package.getDocumentRoot_Not()
-
basicSetNot
public NotificationChain basicSetNot(UnaryLogicOpType newNot, NotificationChain msgs)
-
setNot
public void setNot(UnaryLogicOpType newNot)
- Specified by:
setNotin interfaceDocumentRoot- Parameters:
newNot- the new value of the 'Not' containment reference.- See Also:
DocumentRoot.getNot()
-
getOr
public BinaryLogicOpType getOr()
- Specified by:
getOrin interfaceDocumentRoot- Returns:
- the value of the 'Or' containment reference.
- See Also:
DocumentRoot.setOr(BinaryLogicOpType),Fes20Package.getDocumentRoot_Or()
-
basicSetOr
public NotificationChain basicSetOr(BinaryLogicOpType newOr, NotificationChain msgs)
-
setOr
public void setOr(BinaryLogicOpType newOr)
- Specified by:
setOrin interfaceDocumentRoot- Parameters:
newOr- the new value of the 'Or' containment reference.- See Also:
DocumentRoot.getOr()
-
getOverlappedBy
public BinaryTemporalOpType getOverlappedBy()
- Specified by:
getOverlappedByin interfaceDocumentRoot- Returns:
- the value of the 'Overlapped By' containment reference.
- See Also:
DocumentRoot.setOverlappedBy(BinaryTemporalOpType),Fes20Package.getDocumentRoot_OverlappedBy()
-
basicSetOverlappedBy
public NotificationChain basicSetOverlappedBy(BinaryTemporalOpType newOverlappedBy, NotificationChain msgs)
-
setOverlappedBy
public void setOverlappedBy(BinaryTemporalOpType newOverlappedBy)
- Specified by:
setOverlappedByin interfaceDocumentRoot- Parameters:
newOverlappedBy- the new value of the 'Overlapped By' containment reference.- See Also:
DocumentRoot.getOverlappedBy()
-
getOverlaps
public BinarySpatialOpType getOverlaps()
- Specified by:
getOverlapsin interfaceDocumentRoot- Returns:
- the value of the 'Overlaps' containment reference.
- See Also:
DocumentRoot.setOverlaps(BinarySpatialOpType),Fes20Package.getDocumentRoot_Overlaps()
-
basicSetOverlaps
public NotificationChain basicSetOverlaps(BinarySpatialOpType newOverlaps, NotificationChain msgs)
-
setOverlaps
public void setOverlaps(BinarySpatialOpType newOverlaps)
- Specified by:
setOverlapsin interfaceDocumentRoot- Parameters:
newOverlaps- the new value of the 'Overlaps' containment reference.- See Also:
DocumentRoot.getOverlaps()
-
getPropertyIsBetween
public PropertyIsBetweenType getPropertyIsBetween()
- Specified by:
getPropertyIsBetweenin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Between' containment reference.
- See Also:
DocumentRoot.setPropertyIsBetween(PropertyIsBetweenType),Fes20Package.getDocumentRoot_PropertyIsBetween()
-
basicSetPropertyIsBetween
public NotificationChain basicSetPropertyIsBetween(PropertyIsBetweenType newPropertyIsBetween, NotificationChain msgs)
-
setPropertyIsBetween
public void setPropertyIsBetween(PropertyIsBetweenType newPropertyIsBetween)
- Specified by:
setPropertyIsBetweenin interfaceDocumentRoot- Parameters:
newPropertyIsBetween- the new value of the 'Property Is Between' containment reference.- See Also:
DocumentRoot.getPropertyIsBetween()
-
getPropertyIsEqualTo
public BinaryComparisonOpType getPropertyIsEqualTo()
- Specified by:
getPropertyIsEqualToin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Equal To' containment reference.
- See Also:
DocumentRoot.setPropertyIsEqualTo(BinaryComparisonOpType),Fes20Package.getDocumentRoot_PropertyIsEqualTo()
-
basicSetPropertyIsEqualTo
public NotificationChain basicSetPropertyIsEqualTo(BinaryComparisonOpType newPropertyIsEqualTo, NotificationChain msgs)
-
setPropertyIsEqualTo
public void setPropertyIsEqualTo(BinaryComparisonOpType newPropertyIsEqualTo)
- Specified by:
setPropertyIsEqualToin interfaceDocumentRoot- Parameters:
newPropertyIsEqualTo- the new value of the 'Property Is Equal To' containment reference.- See Also:
DocumentRoot.getPropertyIsEqualTo()
-
getPropertyIsGreaterThan
public BinaryComparisonOpType getPropertyIsGreaterThan()
- Specified by:
getPropertyIsGreaterThanin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Greater Than' containment reference.
- See Also:
DocumentRoot.setPropertyIsGreaterThan(BinaryComparisonOpType),Fes20Package.getDocumentRoot_PropertyIsGreaterThan()
-
basicSetPropertyIsGreaterThan
public NotificationChain basicSetPropertyIsGreaterThan(BinaryComparisonOpType newPropertyIsGreaterThan, NotificationChain msgs)
-
setPropertyIsGreaterThan
public void setPropertyIsGreaterThan(BinaryComparisonOpType newPropertyIsGreaterThan)
- Specified by:
setPropertyIsGreaterThanin interfaceDocumentRoot- Parameters:
newPropertyIsGreaterThan- the new value of the 'Property Is Greater Than' containment reference.- See Also:
DocumentRoot.getPropertyIsGreaterThan()
-
getPropertyIsGreaterThanOrEqualTo
public BinaryComparisonOpType getPropertyIsGreaterThanOrEqualTo()
- Specified by:
getPropertyIsGreaterThanOrEqualToin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Greater Than Or Equal To' containment reference.
- See Also:
DocumentRoot.setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType),Fes20Package.getDocumentRoot_PropertyIsGreaterThanOrEqualTo()
-
basicSetPropertyIsGreaterThanOrEqualTo
public NotificationChain basicSetPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType newPropertyIsGreaterThanOrEqualTo, NotificationChain msgs)
-
setPropertyIsGreaterThanOrEqualTo
public void setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType newPropertyIsGreaterThanOrEqualTo)
- Specified by:
setPropertyIsGreaterThanOrEqualToin interfaceDocumentRoot- Parameters:
newPropertyIsGreaterThanOrEqualTo- the new value of the 'Property Is Greater Than Or Equal To' containment reference.- See Also:
DocumentRoot.getPropertyIsGreaterThanOrEqualTo()
-
getPropertyIsLessThan
public BinaryComparisonOpType getPropertyIsLessThan()
- Specified by:
getPropertyIsLessThanin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Less Than' containment reference.
- See Also:
DocumentRoot.setPropertyIsLessThan(BinaryComparisonOpType),Fes20Package.getDocumentRoot_PropertyIsLessThan()
-
basicSetPropertyIsLessThan
public NotificationChain basicSetPropertyIsLessThan(BinaryComparisonOpType newPropertyIsLessThan, NotificationChain msgs)
-
setPropertyIsLessThan
public void setPropertyIsLessThan(BinaryComparisonOpType newPropertyIsLessThan)
- Specified by:
setPropertyIsLessThanin interfaceDocumentRoot- Parameters:
newPropertyIsLessThan- the new value of the 'Property Is Less Than' containment reference.- See Also:
DocumentRoot.getPropertyIsLessThan()
-
getPropertyIsLessThanOrEqualTo
public BinaryComparisonOpType getPropertyIsLessThanOrEqualTo()
- Specified by:
getPropertyIsLessThanOrEqualToin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Less Than Or Equal To' containment reference.
- See Also:
DocumentRoot.setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType),Fes20Package.getDocumentRoot_PropertyIsLessThanOrEqualTo()
-
basicSetPropertyIsLessThanOrEqualTo
public NotificationChain basicSetPropertyIsLessThanOrEqualTo(BinaryComparisonOpType newPropertyIsLessThanOrEqualTo, NotificationChain msgs)
-
setPropertyIsLessThanOrEqualTo
public void setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType newPropertyIsLessThanOrEqualTo)
- Specified by:
setPropertyIsLessThanOrEqualToin interfaceDocumentRoot- Parameters:
newPropertyIsLessThanOrEqualTo- the new value of the 'Property Is Less Than Or Equal To' containment reference.- See Also:
DocumentRoot.getPropertyIsLessThanOrEqualTo()
-
getPropertyIsLike
public PropertyIsLikeType getPropertyIsLike()
- Specified by:
getPropertyIsLikein interfaceDocumentRoot- Returns:
- the value of the 'Property Is Like' containment reference.
- See Also:
DocumentRoot.setPropertyIsLike(PropertyIsLikeType),Fes20Package.getDocumentRoot_PropertyIsLike()
-
basicSetPropertyIsLike
public NotificationChain basicSetPropertyIsLike(PropertyIsLikeType newPropertyIsLike, NotificationChain msgs)
-
setPropertyIsLike
public void setPropertyIsLike(PropertyIsLikeType newPropertyIsLike)
- Specified by:
setPropertyIsLikein interfaceDocumentRoot- Parameters:
newPropertyIsLike- the new value of the 'Property Is Like' containment reference.- See Also:
DocumentRoot.getPropertyIsLike()
-
getPropertyIsNil
public PropertyIsNilType getPropertyIsNil()
- Specified by:
getPropertyIsNilin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Nil' containment reference.
- See Also:
DocumentRoot.setPropertyIsNil(PropertyIsNilType),Fes20Package.getDocumentRoot_PropertyIsNil()
-
basicSetPropertyIsNil
public NotificationChain basicSetPropertyIsNil(PropertyIsNilType newPropertyIsNil, NotificationChain msgs)
-
setPropertyIsNil
public void setPropertyIsNil(PropertyIsNilType newPropertyIsNil)
- Specified by:
setPropertyIsNilin interfaceDocumentRoot- Parameters:
newPropertyIsNil- the new value of the 'Property Is Nil' containment reference.- See Also:
DocumentRoot.getPropertyIsNil()
-
getPropertyIsNotEqualTo
public BinaryComparisonOpType getPropertyIsNotEqualTo()
- Specified by:
getPropertyIsNotEqualToin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Not Equal To' containment reference.
- See Also:
DocumentRoot.setPropertyIsNotEqualTo(BinaryComparisonOpType),Fes20Package.getDocumentRoot_PropertyIsNotEqualTo()
-
basicSetPropertyIsNotEqualTo
public NotificationChain basicSetPropertyIsNotEqualTo(BinaryComparisonOpType newPropertyIsNotEqualTo, NotificationChain msgs)
-
setPropertyIsNotEqualTo
public void setPropertyIsNotEqualTo(BinaryComparisonOpType newPropertyIsNotEqualTo)
- Specified by:
setPropertyIsNotEqualToin interfaceDocumentRoot- Parameters:
newPropertyIsNotEqualTo- the new value of the 'Property Is Not Equal To' containment reference.- See Also:
DocumentRoot.getPropertyIsNotEqualTo()
-
getPropertyIsNull
public PropertyIsNullType getPropertyIsNull()
- Specified by:
getPropertyIsNullin interfaceDocumentRoot- Returns:
- the value of the 'Property Is Null' containment reference.
- See Also:
DocumentRoot.setPropertyIsNull(PropertyIsNullType),Fes20Package.getDocumentRoot_PropertyIsNull()
-
basicSetPropertyIsNull
public NotificationChain basicSetPropertyIsNull(PropertyIsNullType newPropertyIsNull, NotificationChain msgs)
-
setPropertyIsNull
public void setPropertyIsNull(PropertyIsNullType newPropertyIsNull)
- Specified by:
setPropertyIsNullin interfaceDocumentRoot- Parameters:
newPropertyIsNull- the new value of the 'Property Is Null' containment reference.- See Also:
DocumentRoot.getPropertyIsNull()
-
getResourceId
public ResourceIdType getResourceId()
- Specified by:
getResourceIdin interfaceDocumentRoot- Returns:
- the value of the 'Resource Id' containment reference.
- See Also:
DocumentRoot.setResourceId(ResourceIdType),Fes20Package.getDocumentRoot_ResourceId()
-
basicSetResourceId
public NotificationChain basicSetResourceId(ResourceIdType newResourceId, NotificationChain msgs)
-
setResourceId
public void setResourceId(ResourceIdType newResourceId)
- Specified by:
setResourceIdin interfaceDocumentRoot- Parameters:
newResourceId- the new value of the 'Resource Id' containment reference.- See Also:
DocumentRoot.getResourceId()
-
getSortBy
public SortByType getSortBy()
- Specified by:
getSortByin interfaceDocumentRoot- Returns:
- the value of the 'Sort By' containment reference.
- See Also:
DocumentRoot.setSortBy(SortByType),Fes20Package.getDocumentRoot_SortBy()
-
basicSetSortBy
public NotificationChain basicSetSortBy(SortByType newSortBy, NotificationChain msgs)
-
setSortBy
public void setSortBy(SortByType newSortBy)
- Specified by:
setSortByin interfaceDocumentRoot- Parameters:
newSortBy- the new value of the 'Sort By' containment reference.- See Also:
DocumentRoot.getSortBy()
-
getTContains
public BinaryTemporalOpType getTContains()
- Specified by:
getTContainsin interfaceDocumentRoot- Returns:
- the value of the 'TContains' containment reference.
- See Also:
DocumentRoot.setTContains(BinaryTemporalOpType),Fes20Package.getDocumentRoot_TContains()
-
basicSetTContains
public NotificationChain basicSetTContains(BinaryTemporalOpType newTContains, NotificationChain msgs)
-
setTContains
public void setTContains(BinaryTemporalOpType newTContains)
- Specified by:
setTContainsin interfaceDocumentRoot- Parameters:
newTContains- the new value of the 'TContains' containment reference.- See Also:
DocumentRoot.getTContains()
-
getTEquals
public BinaryTemporalOpType getTEquals()
- Specified by:
getTEqualsin interfaceDocumentRoot- Returns:
- the value of the 'TEquals' containment reference.
- See Also:
DocumentRoot.setTEquals(BinaryTemporalOpType),Fes20Package.getDocumentRoot_TEquals()
-
basicSetTEquals
public NotificationChain basicSetTEquals(BinaryTemporalOpType newTEquals, NotificationChain msgs)
-
setTEquals
public void setTEquals(BinaryTemporalOpType newTEquals)
- Specified by:
setTEqualsin interfaceDocumentRoot- Parameters:
newTEquals- the new value of the 'TEquals' containment reference.- See Also:
DocumentRoot.getTEquals()
-
getTouches
public BinarySpatialOpType getTouches()
- Specified by:
getTouchesin interfaceDocumentRoot- Returns:
- the value of the 'Touches' containment reference.
- See Also:
DocumentRoot.setTouches(BinarySpatialOpType),Fes20Package.getDocumentRoot_Touches()
-
basicSetTouches
public NotificationChain basicSetTouches(BinarySpatialOpType newTouches, NotificationChain msgs)
-
setTouches
public void setTouches(BinarySpatialOpType newTouches)
- Specified by:
setTouchesin interfaceDocumentRoot- Parameters:
newTouches- the new value of the 'Touches' containment reference.- See Also:
DocumentRoot.getTouches()
-
getTOverlaps
public BinaryTemporalOpType getTOverlaps()
- Specified by:
getTOverlapsin interfaceDocumentRoot- Returns:
- the value of the 'TOverlaps' containment reference.
- See Also:
DocumentRoot.setTOverlaps(BinaryTemporalOpType),Fes20Package.getDocumentRoot_TOverlaps()
-
basicSetTOverlaps
public NotificationChain basicSetTOverlaps(BinaryTemporalOpType newTOverlaps, NotificationChain msgs)
-
setTOverlaps
public void setTOverlaps(BinaryTemporalOpType newTOverlaps)
- Specified by:
setTOverlapsin interfaceDocumentRoot- Parameters:
newTOverlaps- the new value of the 'TOverlaps' containment reference.- See Also:
DocumentRoot.getTOverlaps()
-
getValueReference
public String getValueReference()
- Specified by:
getValueReferencein interfaceDocumentRoot- Returns:
- the value of the 'Value Reference' attribute.
- See Also:
DocumentRoot.setValueReference(String),Fes20Package.getDocumentRoot_ValueReference()
-
setValueReference
public void setValueReference(String newValueReference)
- Specified by:
setValueReferencein interfaceDocumentRoot- Parameters:
newValueReference- the new value of the 'Value Reference' attribute.- See Also:
DocumentRoot.getValueReference()
-
getWithin
public BinarySpatialOpType getWithin()
- Specified by:
getWithinin interfaceDocumentRoot- Returns:
- the value of the 'Within' containment reference.
- See Also:
DocumentRoot.setWithin(BinarySpatialOpType),Fes20Package.getDocumentRoot_Within()
-
basicSetWithin
public NotificationChain basicSetWithin(BinarySpatialOpType newWithin, NotificationChain msgs)
-
setWithin
public void setWithin(BinarySpatialOpType newWithin)
- Specified by:
setWithinin interfaceDocumentRoot- Parameters:
newWithin- the new value of the 'Within' containment reference.- See Also:
DocumentRoot.getWithin()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
eInverseRemovein classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toStringin classBasicEObjectImpl
-
-