Package thredds.server.wcs.v1_0_0_1
Class GetCapabilities.ServiceInfo
- java.lang.Object
-
- thredds.server.wcs.v1_0_0_1.GetCapabilities.ServiceInfo
-
- Enclosing class:
- GetCapabilities
public static class GetCapabilities.ServiceInfo extends Object
Contain the content needed for a WCS_Capabilities/Service section.
-
-
Constructor Summary
Constructors Constructor Description ServiceInfo(String name, String label, String description, List<String> keywords, GetCapabilities.ResponsibleParty responsibleParty, String fees, List<String> accessConstraints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAccessConstraints()StringgetDescription()StringgetFees()List<String>getKeywords()StringgetLabel()StringgetName()GetCapabilities.ResponsiblePartygetResponsibleParty()
-
-
-
Method Detail
-
getName
public String getName()
-
getLabel
public String getLabel()
-
getDescription
public String getDescription()
-
getResponsibleParty
public GetCapabilities.ResponsibleParty getResponsibleParty()
-
getFees
public String getFees()
-
-