Interface ContactList

All Superinterfaces:
AbstractMetadataList, AbstractSWE, AbstractSWEIdentifiable, Serializable
All Known Implementing Classes:
ContactListImpl

public interface ContactList extends AbstractMetadataList
POJO class for XML type ContactListType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Method Details

    • getContactList

      OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> getContactList()
      Gets the list of contact properties
    • getNumContacts

      int getNumContacts()
      Returns number of contact properties
    • addContact

      void addContact(org.isotc211.v2005.gmd.CIResponsibleParty contact)
      Adds a new contact property