Class ContactListImpl

All Implemented Interfaces:
Serializable, AbstractMetadataList, ContactList, AbstractSWE, AbstractSWEIdentifiable

public class ContactListImpl extends AbstractMetadataListImpl implements ContactList
POJO class for XML type ContactListType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
See Also:
  • Field Details

    • contactList

      protected OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> contactList
  • Constructor Details

    • ContactListImpl

      public ContactListImpl()
  • Method Details

    • getContactList

      public OgcPropertyList<org.isotc211.v2005.gmd.CIResponsibleParty> getContactList()
      Gets the list of contact properties
      Specified by:
      getContactList in interface ContactList
    • getNumContacts

      public int getNumContacts()
      Returns number of contact properties
      Specified by:
      getNumContacts in interface ContactList
    • addContact

      public void addContact(org.isotc211.v2005.gmd.CIResponsibleParty contact)
      Adds a new contact property
      Specified by:
      addContact in interface ContactList