thredds.wcs.v1_1_0
Class GetCapabilities.ServiceId

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

public static class GetCapabilities.ServiceId
extends Object

Contain the content needed for a GetCapabilities ServiceIdentification section.


Constructor Summary
GetCapabilities.ServiceId(String title, String anAbstract, List<String> keywords, String serviceType, List<String> serviceTypeVersion, String fees, List<String> accessConstraints)
           
 
Method Summary
 String getAbstract()
           
 List<String> getAccessConstraints()
           
 String getFees()
           
 List<String> getKeywords()
           
 String getServiceType()
           
 List<String> getServiceTypeVersion()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCapabilities.ServiceId

public GetCapabilities.ServiceId(String title,
                                 String anAbstract,
                                 List<String> keywords,
                                 String serviceType,
                                 List<String> serviceTypeVersion,
                                 String fees,
                                 List<String> accessConstraints)
Method Detail

getTitle

public String getTitle()

getAbstract

public String getAbstract()

getKeywords

public List<String> getKeywords()

getServiceType

public String getServiceType()

getServiceTypeVersion

public List<String> getServiceTypeVersion()

getFees

public String getFees()

getAccessConstraints

public List<String> getAccessConstraints()


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