Interface SecondDefiningParameterDocument2.SecondDefiningParameter

    • 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
      MeasureType addNewInverseFlattening()
      Appends and returns a new empty "inverseFlattening" element
      LengthType addNewSemiMinorAxis()
      Appends and returns a new empty "semiMinorAxis" element
      MeasureType getInverseFlattening()
      Gets the "inverseFlattening" element
      boolean getIsSphere()
      Gets the "isSphere" element
      LengthType getSemiMinorAxis()
      Gets the "semiMinorAxis" element
      boolean isSetInverseFlattening()
      True if has "inverseFlattening" element
      boolean isSetIsSphere()
      True if has "isSphere" element
      boolean isSetSemiMinorAxis()
      True if has "semiMinorAxis" element
      void setInverseFlattening​(MeasureType inverseFlattening)
      Sets the "inverseFlattening" element
      void setIsSphere​(boolean isSphere)
      Sets the "isSphere" element
      void setSemiMinorAxis​(LengthType semiMinorAxis)
      Sets the "semiMinorAxis" element
      void unsetInverseFlattening()
      Unsets the "inverseFlattening" element
      void unsetIsSphere()
      Unsets the "isSphere" element
      void unsetSemiMinorAxis()
      Unsets the "semiMinorAxis" element
      org.apache.xmlbeans.XmlBoolean xgetIsSphere()
      Gets (as xml) the "isSphere" element
      void xsetIsSphere​(org.apache.xmlbeans.XmlBoolean isSphere)
      Sets (as xml) the "isSphere" 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

      • getInverseFlattening

        MeasureType getInverseFlattening()
        Gets the "inverseFlattening" element
      • isSetInverseFlattening

        boolean isSetInverseFlattening()
        True if has "inverseFlattening" element
      • setInverseFlattening

        void setInverseFlattening​(MeasureType inverseFlattening)
        Sets the "inverseFlattening" element
      • addNewInverseFlattening

        MeasureType addNewInverseFlattening()
        Appends and returns a new empty "inverseFlattening" element
      • unsetInverseFlattening

        void unsetInverseFlattening()
        Unsets the "inverseFlattening" element
      • getSemiMinorAxis

        LengthType getSemiMinorAxis()
        Gets the "semiMinorAxis" element
      • isSetSemiMinorAxis

        boolean isSetSemiMinorAxis()
        True if has "semiMinorAxis" element
      • setSemiMinorAxis

        void setSemiMinorAxis​(LengthType semiMinorAxis)
        Sets the "semiMinorAxis" element
      • addNewSemiMinorAxis

        LengthType addNewSemiMinorAxis()
        Appends and returns a new empty "semiMinorAxis" element
      • unsetSemiMinorAxis

        void unsetSemiMinorAxis()
        Unsets the "semiMinorAxis" element
      • getIsSphere

        boolean getIsSphere()
        Gets the "isSphere" element
      • xgetIsSphere

        org.apache.xmlbeans.XmlBoolean xgetIsSphere()
        Gets (as xml) the "isSphere" element
      • isSetIsSphere

        boolean isSetIsSphere()
        True if has "isSphere" element
      • setIsSphere

        void setIsSphere​(boolean isSphere)
        Sets the "isSphere" element
      • xsetIsSphere

        void xsetIsSphere​(org.apache.xmlbeans.XmlBoolean isSphere)
        Sets (as xml) the "isSphere" element
      • unsetIsSphere

        void unsetIsSphere()
        Unsets the "isSphere" element