Package net.opengis.gml311
Interface TimeEdgeType
- All Superinterfaces:
AbstractGMLType,AbstractTimeObjectType,AbstractTimePrimitiveType,AbstractTimeTopologyPrimitiveType,EObject,Notifier
- All Known Implementing Classes:
TimeEdgeTypeImpl
A representation of the model object 'Time Edge Type'.
Type declaration of the element "TimeEdge".
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Returns the value of the 'End' containment reference.Returns the value of the 'Extent' containment reference.getStart()Returns the value of the 'Start' containment reference.voidsetEnd(TimeNodePropertyType value) Sets the value of the 'End' containment reference.voidsetExtent(TimePeriodPropertyType value) Sets the value of the 'Extent' containment reference.voidsetStart(TimeNodePropertyType value) Sets the value of the 'Start' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractTimePrimitiveType
getRelatedTimeMethods inherited from interface AbstractTimeTopologyPrimitiveType
getComplex, setComplexMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStart
TimeNodePropertyType getStart()Returns the value of the 'Start' containment reference.If the meaning of the 'Start' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Start' containment reference.
- See Also:
-
setStart
Sets the value of the 'Start' containment reference.- Parameters:
value- the new value of the 'Start' containment reference.- See Also:
-
getEnd
TimeNodePropertyType getEnd()Returns the value of the 'End' containment reference.If the meaning of the 'End' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'End' containment reference.
- See Also:
-
setEnd
Sets the value of the 'End' containment reference.- Parameters:
value- the new value of the 'End' containment reference.- See Also:
-
getExtent
TimePeriodPropertyType getExtent()Returns the value of the 'Extent' containment reference.If the meaning of the 'Extent' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Extent' containment reference.
- See Also:
-
setExtent
Sets the value of the 'Extent' containment reference.- Parameters:
value- the new value of the 'Extent' containment reference.- See Also:
-