org.deegree.ogcbasic
Interface ContactInformation

All Known Implementing Classes:
ContactInformation_Impl

public interface ContactInformation

identification of, and means of communication with a person and/or organization associated with the service/resource. based on ISO 19115

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 ContactAddress getContactAddress()
          returns the address where to reach to contact person
 java.lang.String getContactElectronicMailAddress()
          returns the email address of the contact person
 java.lang.String getContactFacsimileTelephone()
          returns the facsimile Telephone number of the contact person
 ContactPersonPrimary getContactPersonPrimary()
          returns a datastructure that contains the name of the contact person and the organization he works for.
 java.lang.String getContactPosition()
          returns the positon of the contact person within its organization
 java.lang.String getContactVoiceTelephone()
          returns the voice Telephone number of the contact person
 

Method Detail

getContactPersonPrimary

public ContactPersonPrimary getContactPersonPrimary()
returns a datastructure that contains the name of the contact person and the organization he works for.


getContactPosition

public java.lang.String getContactPosition()
returns the positon of the contact person within its organization


getContactAddress

public ContactAddress getContactAddress()
returns the address where to reach to contact person


getContactVoiceTelephone

public java.lang.String getContactVoiceTelephone()
returns the voice Telephone number of the contact person


getContactFacsimileTelephone

public java.lang.String getContactFacsimileTelephone()
returns the facsimile Telephone number of the contact person


getContactElectronicMailAddress

public java.lang.String getContactElectronicMailAddress()
returns the email address of the contact person