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 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