Interface TimeIntervalLengthType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlDecimal, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    TimeIntervalLengthTypeImpl

    public interface TimeIntervalLengthType
    extends org.apache.xmlbeans.XmlDecimal
    An XML TimeIntervalLengthType(@http://www.opengis.net/gml/3.2). This is an atomic type that is a restriction of net.opengis.gml.x32.TimeIntervalLengthType.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TimeIntervalLengthType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BigInteger getFactor()
      Gets the "factor" attribute
      BigInteger getRadix()
      Gets the "radix" attribute
      String getUnit()
      Gets the "unit" attribute
      boolean isSetFactor()
      True if has "factor" attribute
      boolean isSetRadix()
      True if has "radix" attribute
      void setFactor​(BigInteger factor)
      Sets the "factor" attribute
      void setRadix​(BigInteger radix)
      Sets the "radix" attribute
      void setUnit​(String unit)
      Sets the "unit" attribute
      void unsetFactor()
      Unsets the "factor" attribute
      void unsetRadix()
      Unsets the "radix" attribute
      org.apache.xmlbeans.XmlInteger xgetFactor()
      Gets (as xml) the "factor" attribute
      org.apache.xmlbeans.XmlPositiveInteger xgetRadix()
      Gets (as xml) the "radix" attribute
      TimeUnitType xgetUnit()
      Gets (as xml) the "unit" attribute
      void xsetFactor​(org.apache.xmlbeans.XmlInteger factor)
      Sets (as xml) the "factor" attribute
      void xsetRadix​(org.apache.xmlbeans.XmlPositiveInteger radix)
      Sets (as xml) the "radix" attribute
      void xsetUnit​(TimeUnitType unit)
      Sets (as xml) the "unit" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType

        getStringValue, set, setStringValue, stringValue
      • Methods inherited from interface org.apache.xmlbeans.XmlDecimal

        bigDecimalValue, getBigDecimalValue, set, setBigDecimalValue
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getUnit

        String getUnit()
        Gets the "unit" attribute
      • xgetUnit

        TimeUnitType xgetUnit()
        Gets (as xml) the "unit" attribute
      • setUnit

        void setUnit​(String unit)
        Sets the "unit" attribute
      • xsetUnit

        void xsetUnit​(TimeUnitType unit)
        Sets (as xml) the "unit" attribute
      • getRadix

        BigInteger getRadix()
        Gets the "radix" attribute
      • xgetRadix

        org.apache.xmlbeans.XmlPositiveInteger xgetRadix()
        Gets (as xml) the "radix" attribute
      • isSetRadix

        boolean isSetRadix()
        True if has "radix" attribute
      • setRadix

        void setRadix​(BigInteger radix)
        Sets the "radix" attribute
      • xsetRadix

        void xsetRadix​(org.apache.xmlbeans.XmlPositiveInteger radix)
        Sets (as xml) the "radix" attribute
      • unsetRadix

        void unsetRadix()
        Unsets the "radix" attribute
      • getFactor

        BigInteger getFactor()
        Gets the "factor" attribute
      • xgetFactor

        org.apache.xmlbeans.XmlInteger xgetFactor()
        Gets (as xml) the "factor" attribute
      • isSetFactor

        boolean isSetFactor()
        True if has "factor" attribute
      • setFactor

        void setFactor​(BigInteger factor)
        Sets the "factor" attribute
      • xsetFactor

        void xsetFactor​(org.apache.xmlbeans.XmlInteger factor)
        Sets (as xml) the "factor" attribute
      • unsetFactor

        void unsetFactor()
        Unsets the "factor" attribute