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 SummaryModifier 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 AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractTimePrimitiveTypegetRelatedTimeMethods inherited from interface AbstractTimeTopologyPrimitiveTypegetComplex, setComplexMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getStartTimeNodePropertyType 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:
 
- 
setStartSets the value of the 'Start' containment reference.- Parameters:
- value- the new value of the 'Start' containment reference.
- See Also:
 
- 
getEndTimeNodePropertyType 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:
 
- 
setEndSets the value of the 'End' containment reference.- Parameters:
- value- the new value of the 'End' containment reference.
- See Also:
 
- 
getExtentTimePeriodPropertyType 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:
 
- 
setExtentSets the value of the 'Extent' containment reference.- Parameters:
- value- the new value of the 'Extent' containment reference.
- See Also:
 
 
-