Package net.opengis.gml311
Interface AbstractTimeReferenceSystemType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
TimeCalendarType
,TimeClockType
,TimeCoordinateSystemType
,TimeOrdinalReferenceSystemType
- All Known Implementing Classes:
AbstractTimeReferenceSystemTypeImpl
,TimeCalendarTypeImpl
,TimeClockTypeImpl
,TimeCoordinateSystemTypeImpl
,TimeOrdinalReferenceSystemTypeImpl
public interface AbstractTimeReferenceSystemType extends DefinitionType
A representation of the model object 'Abstract Time Reference System Type'. A value in the time domain is measured relative to a temporal reference system. Common types of reference systems include calendars, ordinal temporal reference systems, and temporal coordinate systems (time elapsed since some epoch, e.g. UNIX time).The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDomainOfValidity()
Returns the value of the 'Domain Of Validity' attribute.void
setDomainOfValidity(String value)
Sets the value of the 'Domain Of Validity
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getDomainOfValidity
String getDomainOfValidity()
Returns the value of the 'Domain Of Validity' attribute.If the meaning of the 'Domain Of Validity' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Of Validity' attribute.
- See Also:
setDomainOfValidity(String)
,Gml311Package.getAbstractTimeReferenceSystemType_DomainOfValidity()
-
setDomainOfValidity
void setDomainOfValidity(String value)
Sets the value of the 'Domain Of Validity
' attribute.- Parameters:
value
- the new value of the 'Domain Of Validity' attribute.- See Also:
getDomainOfValidity()
-
-