Package org.n52.shetland.inspire.dls
Interface InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContact
-
- All Known Implementing Classes:
FullInspireExtendedCapabilities
- Enclosing interface:
- InspireCapabilities
public static interface InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContactINSPIRE capabilities metadata point of contact interface- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContactaddMetadataPointOfContact(InspireMetadataPointOfContact metadataPointOfContact)Add metadata point of contactList<InspireMetadataPointOfContact>getMetadataPointOfContacts()Get the metadata points of contactbooleanisSetMetadataPointOfContact()Check if metadata points of contact are setInspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContactsetMetadataPointOfContacts(Collection<InspireMetadataPointOfContact> metadataPointOfContacts)Set the metadata points of contact, clears the existing collection
-
-
-
Method Detail
-
getMetadataPointOfContacts
List<InspireMetadataPointOfContact> getMetadataPointOfContacts()
Get the metadata points of contact- Returns:
- this
-
setMetadataPointOfContacts
InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContact setMetadataPointOfContacts(Collection<InspireMetadataPointOfContact> metadataPointOfContacts)
Set the metadata points of contact, clears the existing collection- Parameters:
metadataPointOfContacts- metadata points of contact to set- Returns:
- this
-
addMetadataPointOfContact
InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContact addMetadataPointOfContact(InspireMetadataPointOfContact metadataPointOfContact)
Add metadata point of contact- Parameters:
metadataPointOfContact- metadata point of contact to add- Returns:
- this
-
isSetMetadataPointOfContact
boolean isSetMetadataPointOfContact()
Check if metadata points of contact are set- Returns:
true, if metadata points of contact are set
-
-