Class OwsSections


  • public class OwsSections
    extends Object
    Since:
    1.0.0
    • Constructor Detail

      • OwsSections

        public OwsSections()
    • Method Detail

      • getSections

        public List<String> getSections()
        Returns:
        the sections
      • 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()