Interface TimeIntervalLength

All Superinterfaces:
Serializable
All Known Implementing Classes:
TimeIntervalLengthImpl

public interface TimeIntervalLength extends Serializable
POJO class for XML type TimeIntervalLengthType(@http://www.opengis.net/gml/3.2).
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the factor property
    int
    Gets the radix property
    Gets the unit property
    double
    Gets the inline value
    boolean
    Checks if factor is set
    boolean
    Checks if radix is set
    void
    setFactor(int factor)
    Sets the factor property
    void
    setRadix(int radix)
    Sets the radix property
    void
    Sets the unit property
    void
    setValue(double value)
    Sets the inline value
    void
    Unsets the factor property
    void
    Unsets the radix property
  • Method Details

    • getUnit

      TimeUnit getUnit()
      Gets the unit property
    • setUnit

      void setUnit(TimeUnit unit)
      Sets the unit property
    • getRadix

      int getRadix()
      Gets the radix property
    • isSetRadix

      boolean isSetRadix()
      Checks if radix is set
    • setRadix

      void setRadix(int radix)
      Sets the radix property
    • unSetRadix

      void unSetRadix()
      Unsets the radix property
    • getFactor

      int getFactor()
      Gets the factor property
    • isSetFactor

      boolean isSetFactor()
      Checks if factor is set
    • setFactor

      void setFactor(int factor)
      Sets the factor property
    • unSetFactor

      void unSetFactor()
      Unsets the factor property
    • getValue

      double getValue()
      Gets the inline value
    • setValue

      void setValue(double value)
      Sets the inline value