Package org.n52.shetland.inspire.dls
Interface InspireCapabilities.InspireExtendedCapabilitiesResourceLocator
-
- All Known Implementing Classes:
FullInspireExtendedCapabilities,InspireCitation,InspireConformityCitation,InspireOriginatingControlledVocabulary
- Enclosing interface:
- InspireCapabilities
public static interface InspireCapabilities.InspireExtendedCapabilitiesResourceLocatorINSPIRE capabilities resource locator interface- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesResourceLocatoraddResourceLocator(InspireResourceLocator resourceLocator)Add a the resource locatorList<InspireResourceLocator>getResourceLocator()Get the resource locatorsbooleanisSetResourceLocators()Check if resource locator is setInspireCapabilities.InspireExtendedCapabilitiesResourceLocatorsetResourceLocator(Collection<InspireResourceLocator> resourceLocator)Set the the resource locators, clears the existing collection
-
-
-
Method Detail
-
getResourceLocator
List<InspireResourceLocator> getResourceLocator()
Get the resource locators- Returns:
- the resource locators
-
setResourceLocator
InspireCapabilities.InspireExtendedCapabilitiesResourceLocator setResourceLocator(Collection<InspireResourceLocator> resourceLocator)
Set the the resource locators, clears the existing collection- Parameters:
resourceLocator- the resource locators to set- Returns:
- this
-
addResourceLocator
InspireCapabilities.InspireExtendedCapabilitiesResourceLocator addResourceLocator(InspireResourceLocator resourceLocator)
Add a the resource locator- Parameters:
resourceLocator- the the resource locator to add- Returns:
- this
-
isSetResourceLocators
boolean isSetResourceLocators()
Check if resource locator is set- Returns:
true, if resource locator is set
-
-