Interface Count

All Superinterfaces:
AbstractSWE, AbstractSWEIdentifiable, CountOrRange, DataComponent, HasConstraints<AllowedValues>, HasCopy, ScalarComponent, Serializable, SimpleComponent
All Known Implementing Classes:
CountImpl

public interface Count extends ScalarComponent, CountOrRange
POJO class for XML type CountType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • copy

      Count copy()
      Description copied from interface: DataComponent
      Return a structural copy of this component The copy is done recursively, but only the structure is copied (not the data)
      Specified by:
      copy in interface DataComponent
      Specified by:
      copy in interface HasCopy
      Returns:
      copy of this component, including sub-components
    • getValue

      int getValue()
      Gets the value property
    • setValue

      void setValue(int value)
      Sets the value property
    • unSetValue

      void unSetValue()
      Unsets the value property
      Specified by:
      unSetValue in interface SimpleComponent