org.deegree.services.wcas.metadatadesc
Interface ContactInfo

All Known Implementing Classes:
ContactInfo_Impl

public interface ContactInfo

ContactInfo.java Created on 11. September 2002, 15:55

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

Version:
$Revision: 1.1 $ $Date: 2002/09/30 15:41:47 $
Author:
Axel Schaefer

Method Summary
 Address getAddress()
          minOccurs="0"
 java.lang.String getContactInstructions()
          minOccurs="0"
 java.lang.String getHoursOfService()
          minOccurs="0"
 OnLineResource getOnLineResource()
          minOccurs="0"
 Phone getPhone()
          minOccurs="0"
 

Method Detail

getPhone

public Phone getPhone()
minOccurs="0"


getAddress

public Address getAddress()
minOccurs="0"


getOnLineResource

public OnLineResource getOnLineResource()
minOccurs="0"


getHoursOfService

public java.lang.String getHoursOfService()
minOccurs="0"


getContactInstructions

public java.lang.String getContactInstructions()
minOccurs="0"