thredds.wcs.v1_1_0
Class GetCapabilities.ServiceProvider.ContactInfo

java.lang.Object
  extended by thredds.wcs.v1_1_0.GetCapabilities.ServiceProvider.ContactInfo
Enclosing class:
GetCapabilities.ServiceProvider

public static class GetCapabilities.ServiceProvider.ContactInfo
extends Object


Constructor Summary
GetCapabilities.ServiceProvider.ContactInfo(List<String> voicePhone, List<String> faxPhone, GetCapabilities.ServiceProvider.Address address, GetCapabilities.ServiceProvider.OnlineResource onlineResource, String hoursOfService, String contactInstructions)
           
 
Method Summary
 GetCapabilities.ServiceProvider.Address getAddress()
           
 String getContactInstructions()
           
 List<String> getFaxPhone()
           
 String getHoursOfService()
           
 GetCapabilities.ServiceProvider.OnlineResource getOnlineResource()
           
 List<String> getVoicePhone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCapabilities.ServiceProvider.ContactInfo

public GetCapabilities.ServiceProvider.ContactInfo(List<String> voicePhone,
                                                   List<String> faxPhone,
                                                   GetCapabilities.ServiceProvider.Address address,
                                                   GetCapabilities.ServiceProvider.OnlineResource onlineResource,
                                                   String hoursOfService,
                                                   String contactInstructions)
Method Detail

getVoicePhone

public List<String> getVoicePhone()

getFaxPhone

public List<String> getFaxPhone()

getAddress

public GetCapabilities.ServiceProvider.Address getAddress()

getOnlineResource

public GetCapabilities.ServiceProvider.OnlineResource getOnlineResource()

getHoursOfService

public String getHoursOfService()

getContactInstructions

public String getContactInstructions()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.