org.deegree.model.metadata.iso19115
Class ContactInfo
java.lang.Object
  
org.deegree.model.metadata.iso19115.ContactInfo
public class ContactInfo
- extends Object
 
Represents ContactInfo entity compliant to ISO 19115 schema.
- Version:
 
  - $Revision: 6709 $ $Date: 2007-04-27 15:07:54 +0200 (Fr, 27 Apr 2007) $
 
- Author:
 
  - Axel Schaefer 
 
- See Also:
 - International Organization for Standardization
 
 
 
 
ContactInfo
public ContactInfo(Address address,
                   String contactinstructions,
                   String hoursofservice,
                   OnlineResource onlineresource,
                   Phone phone)
- Creates a new instance of ContactInfo
- Parameters:
 address - contactinstructions - hoursofservice - onlineresource - phone - 
 
getAddress
public Address getAddress()
- Returns:
 - address
 
 
setAddress
public void setAddress(Address address)
- See Also:
 getAddress()
 
getContactInstructions
public String getContactInstructions()
- Returns:
 - contact instructions
 
 
setContactInstructions
public void setContactInstructions(String contactinstructions)
- See Also:
 getContactInstructions()
 
getHoursOfService
public String getHoursOfService()
- Returns:
 - hours of service
 
 
setHoursOfService
public void setHoursOfService(String hoursofservice)
- See Also:
 getHoursOfService()
 
getOnLineResource
public OnlineResource getOnLineResource()
- Returns:
 - online resource
 
 
setOnLineResource
public void setOnLineResource(OnlineResource onlineresource)
- See Also:
 getOnLineResource()
 
getPhone
public Phone getPhone()
- Returns:
 - phone
 
 
setPhone
public void setPhone(Phone phone)
- See Also:
 getPhone()
 
toString
public String toString()
- to String method
- Overrides:
 toString in class Object
 
 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net