Package uk.ac.rdg.resc.edal.wms.util
Interface ContactInfo
-
public interface ContactInfo
Encapsulates the contact information needed for a WMS server- Author:
- Guy Griffiths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEmail()
String
getName()
String
getOrganisation()
String
getTelephone()
-
-
-
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
-
-