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 java.lang.Object


Constructor Summary
GetCapabilities.ServiceProvider.ContactInfo(java.util.List<java.lang.String> voicePhone, java.util.List<java.lang.String> faxPhone, GetCapabilities.ServiceProvider.Address address, GetCapabilities.ServiceProvider.OnlineResource onlineResource, java.lang.String hoursOfService, java.lang.String contactInstructions)
           
 
Method Summary
 GetCapabilities.ServiceProvider.Address getAddress()
           
 java.lang.String getContactInstructions()
           
 java.util.List<java.lang.String> getFaxPhone()
           
 java.lang.String getHoursOfService()
           
 GetCapabilities.ServiceProvider.OnlineResource getOnlineResource()
           
 java.util.List<java.lang.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(java.util.List<java.lang.String> voicePhone,
                                                   java.util.List<java.lang.String> faxPhone,
                                                   GetCapabilities.ServiceProvider.Address address,
                                                   GetCapabilities.ServiceProvider.OnlineResource onlineResource,
                                                   java.lang.String hoursOfService,
                                                   java.lang.String contactInstructions)
Method Detail

getVoicePhone

public java.util.List<java.lang.String> getVoicePhone()

getFaxPhone

public java.util.List<java.lang.String> getFaxPhone()

getAddress

public GetCapabilities.ServiceProvider.Address getAddress()

getOnlineResource

public GetCapabilities.ServiceProvider.OnlineResource getOnlineResource()

getHoursOfService

public java.lang.String getHoursOfService()

getContactInstructions

public java.lang.String getContactInstructions()