Interface ConversionToPreferredUnitType

  • All Superinterfaces:
    UnitOfMeasureType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ConversionToPreferredUnitTypeImpl

    public interface ConversionToPreferredUnitType
    extends UnitOfMeasureType
    An XML ConversionToPreferredUnitType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ConversionToPreferredUnitType.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
      FormulaType addNewFormula()
      Appends and returns a new empty "formula" element
      double getFactor()
      Gets the "factor" element
      FormulaType getFormula()
      Gets the "formula" element
      boolean isSetFactor()
      True if has "factor" element
      boolean isSetFormula()
      True if has "formula" element
      void setFactor​(double factor)
      Sets the "factor" element
      void setFormula​(FormulaType formula)
      Sets the "formula" element
      void unsetFactor()
      Unsets the "factor" element
      void unsetFormula()
      Unsets the "formula" element
      org.apache.xmlbeans.XmlDouble xgetFactor()
      Gets (as xml) the "factor" element
      void xsetFactor​(org.apache.xmlbeans.XmlDouble factor)
      Sets (as xml) the "factor" element
      • 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

      • getFactor

        double getFactor()
        Gets the "factor" element
      • xgetFactor

        org.apache.xmlbeans.XmlDouble xgetFactor()
        Gets (as xml) the "factor" element
      • isSetFactor

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

        void setFactor​(double factor)
        Sets the "factor" element
      • xsetFactor

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

        void unsetFactor()
        Unsets the "factor" element
      • getFormula

        FormulaType getFormula()
        Gets the "formula" element
      • isSetFormula

        boolean isSetFormula()
        True if has "formula" element
      • setFormula

        void setFormula​(FormulaType formula)
        Sets the "formula" element
      • addNewFormula

        FormulaType addNewFormula()
        Appends and returns a new empty "formula" element
      • unsetFormula

        void unsetFormula()
        Unsets the "formula" element