Package org.n52.shetland.ogc.ows
Class OwsSections
- java.lang.Object
-
- org.n52.shetland.ogc.ows.OwsSections
-
public class OwsSections extends Object
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description OwsSections()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsSectionsaddSections(String section)OwsSectionsaddSections(List<String> sections)List<String>getSections()booleanisSetSections()OwsSectionssetSections(List<String> sections)
-
-
-
Method Detail
-
setSections
public OwsSections setSections(List<String> sections)
- Parameters:
sections- the sections to set- Returns:
- this
-
addSections
public OwsSections addSections(List<String> sections)
- Parameters:
sections- the sections to add- Returns:
- this
-
addSections
public OwsSections addSections(String section)
- Parameters:
section- the section to add- Returns:
- this
-
isSetSections
public boolean isSetSections()
-
-