Uses of Class
org.n52.shetland.inspire.InspireMetadataPointOfContact
-
Packages that use InspireMetadataPointOfContact Package Description org.n52.shetland.inspire.dls -
-
Uses of InspireMetadataPointOfContact in org.n52.shetland.inspire.dls
Methods in org.n52.shetland.inspire.dls that return types with arguments of type InspireMetadataPointOfContact Modifier and Type Method Description List<InspireMetadataPointOfContact>FullInspireExtendedCapabilities. getMetadataPointOfContacts()List<InspireMetadataPointOfContact>InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContact. getMetadataPointOfContacts()Get the metadata points of contactMethods in org.n52.shetland.inspire.dls with parameters of type InspireMetadataPointOfContact Modifier and Type Method Description FullInspireExtendedCapabilitiesFullInspireExtendedCapabilities. addMetadataPointOfContact(InspireMetadataPointOfContact metadataPointOfContact)InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContactInspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContact. addMetadataPointOfContact(InspireMetadataPointOfContact metadataPointOfContact)Add metadata point of contactMethod parameters in org.n52.shetland.inspire.dls with type arguments of type InspireMetadataPointOfContact Modifier and Type Method Description FullInspireExtendedCapabilitiesFullInspireExtendedCapabilities. setMetadataPointOfContacts(Collection<InspireMetadataPointOfContact> metadataPointOfContacts)InspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContactInspireCapabilities.InspireExtendedCapabilitiesMetadataPointOfContact. setMetadataPointOfContacts(Collection<InspireMetadataPointOfContact> metadataPointOfContacts)Set the metadata points of contact, clears the existing collection
-