deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.ogcbase
Class ContactInformation

java.lang.Object
  extended by org.deegree.ogcbase.ContactInformation

public class ContactInformation
extends Object

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

Since:
1.0
Version:
$Revision: 9344 $, $Date: 2007-12-27 17:21:56 +0100 (Do, 27 Dez 2007) $
Author:
Katharina Lupp, Markus Schneider

Constructor Summary
ContactInformation(String contactPosition, String contactVoiceTelephone, String contactFacsimileTelephone, String contactElectronicMailAddress, ContactPersonPrimary contactPersonPrimary, ContactAddress contactAddress)
          constructor initializing the class with ContactInformation Strings
 
Method Summary
 ContactAddress getContactAddress()
          returns the address where to reach to contact person
 String getContactElectronicMailAddress()
          returns the email address of the contact person
 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.
 String getContactPosition()
          returns the positon of the contact person within its organization
 String getContactVoiceTelephone()
          returns the voice Telephone number of the contact person
 void setContactAddress(ContactAddress contactAddress)
          sets the address where to reach to contact person
 void setContactElectronicMailAddress(String contactElectronicMailAddress)
          sets the email address of the contact person
 void setContactFacsimileTelephone(String contactFacsimileTelephone)
          sets the facsimile Telephone number of the contact person
 void setContactPersonPrimary(ContactPersonPrimary contactPersonPrimary)
          sets a datastructure that contains the name of the contact person and the organization he works for.
 void setContactPosition(String contactPosition)
          sets the positon of the contact person within its organization
 void setContactVoiceTelephone(String contactVoiceTelephone)
          sets the voice Telephone number of the contact person
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactInformation

public ContactInformation(String contactPosition,
                          String contactVoiceTelephone,
                          String contactFacsimileTelephone,
                          String contactElectronicMailAddress,
                          ContactPersonPrimary contactPersonPrimary,
                          ContactAddress contactAddress)
constructor initializing the class with ContactInformation Strings

Method Detail

getContactPersonPrimary

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


setContactPersonPrimary

public void setContactPersonPrimary(ContactPersonPrimary contactPersonPrimary)
sets a datastructure that contains the name of the contact person and the organization he works for.


getContactPosition

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


setContactPosition

public void setContactPosition(String contactPosition)
sets the positon of the contact person within its organization


getContactAddress

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


setContactAddress

public void setContactAddress(ContactAddress contactAddress)
sets the address where to reach to contact person


getContactVoiceTelephone

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


setContactVoiceTelephone

public void setContactVoiceTelephone(String contactVoiceTelephone)
sets the voice Telephone number of the contact person


getContactFacsimileTelephone

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


setContactFacsimileTelephone

public void setContactFacsimileTelephone(String contactFacsimileTelephone)
sets the facsimile Telephone number of the contact person


getContactElectronicMailAddress

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


setContactElectronicMailAddress

public void setContactElectronicMailAddress(String contactElectronicMailAddress)
sets the email address of the contact person


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net