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.void
setEnd
(TimeNodePropertyType value) Sets the value of the 'End
' containment reference.void
setExtent
(TimePeriodPropertyType value) Sets the value of the 'Extent
' containment reference.void
setStart
(TimeNodePropertyType value) Sets the value of the 'Start
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractTimePrimitiveType
getRelatedTime
Methods inherited from interface AbstractTimeTopologyPrimitiveType
getComplex, setComplex
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods 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:
-