Interface ContactInfo


  • public interface ContactInfo
    Encapsulates the contact information needed for a WMS server
    Author:
    Guy Griffiths
    • Method Detail

      • getName

        String getName()
        Returns:
        The name of the contact
      • getOrganisation

        String getOrganisation()
        Returns:
        The organisation to which the contact belongs
      • getTelephone

        String getTelephone()
        Returns:
        The contact telephone number
      • getEmail

        String getEmail()
        Returns:
        The contact email address