Package org.n52.shetland.inspire.dls
Interface InspireCapabilities.InspireExtendedCapabilitiesTemporalReference<T>
-
- All Known Implementing Classes:
FullInspireExtendedCapabilities
- Enclosing interface:
- InspireCapabilities
public static interface InspireCapabilities.InspireExtendedCapabilitiesTemporalReference<T>INSPIRE capabilities temporal reference interface- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaddTemporalReference(InspireTemporalReference temporalReference)Add a temporal referenceList<InspireTemporalReference>getTemporalReferences()Get the temporal referencesbooleanisSetTemporalReferences()Check if temporal references are setTsetTemporalReferences(Collection<InspireTemporalReference> temporalReferences)Set the temporal references, clears the existing collection
-
-
-
Method Detail
-
getTemporalReferences
List<InspireTemporalReference> getTemporalReferences()
Get the temporal references- Returns:
- the temporal references
-
setTemporalReferences
T setTemporalReferences(Collection<InspireTemporalReference> temporalReferences)
Set the temporal references, clears the existing collection- Parameters:
temporalReferences- Temporal references to set- Returns:
- this
-
addTemporalReference
T addTemporalReference(InspireTemporalReference temporalReference)
Add a temporal reference- Parameters:
temporalReference- Temporal reference to add- Returns:
- this
-
isSetTemporalReferences
boolean isSetTemporalReferences()
Check if temporal references are set- Returns:
true, if temporal references are set
-
-