Interface GridType

    • Field Detail

      • type

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

      • setLimits

        void setLimits​(GridLimitsType limits)
        Sets the "limits" element
      • addNewLimits

        GridLimitsType addNewLimits()
        Appends and returns a new empty "limits" element
      • getAxisLabels2

        List getAxisLabels2()
        Gets the "axisLabels" element
      • xgetAxisLabels2

        NCNameList xgetAxisLabels2()
        Gets (as xml) the "axisLabels" element
      • isSetAxisLabels2

        boolean isSetAxisLabels2()
        True if has "axisLabels" element
      • setAxisLabels2

        void setAxisLabels2​(List axisLabels2)
        Sets the "axisLabels" element
      • xsetAxisLabels2

        void xsetAxisLabels2​(NCNameList axisLabels2)
        Sets (as xml) the "axisLabels" element
      • unsetAxisLabels2

        void unsetAxisLabels2()
        Unsets the "axisLabels" element
      • getAxisNameArray

        String[] getAxisNameArray()
        Gets array of all "axisName" elements
      • getAxisNameArray

        String getAxisNameArray​(int i)
        Gets ith "axisName" element
      • xgetAxisNameArray

        org.apache.xmlbeans.XmlString[] xgetAxisNameArray()
        Gets (as xml) array of all "axisName" elements
      • xgetAxisNameArray

        org.apache.xmlbeans.XmlString xgetAxisNameArray​(int i)
        Gets (as xml) ith "axisName" element
      • sizeOfAxisNameArray

        int sizeOfAxisNameArray()
        Returns number of "axisName" element
      • setAxisNameArray

        void setAxisNameArray​(String[] axisNameArray)
        Sets array of all "axisName" element
      • setAxisNameArray

        void setAxisNameArray​(int i,
                              String axisName)
        Sets ith "axisName" element
      • xsetAxisNameArray

        void xsetAxisNameArray​(org.apache.xmlbeans.XmlString[] axisNameArray)
        Sets (as xml) array of all "axisName" element
      • xsetAxisNameArray

        void xsetAxisNameArray​(int i,
                               org.apache.xmlbeans.XmlString axisName)
        Sets (as xml) ith "axisName" element
      • insertAxisName

        void insertAxisName​(int i,
                            String axisName)
        Inserts the value as the ith "axisName" element
      • addAxisName

        void addAxisName​(String axisName)
        Appends the value as the last "axisName" element
      • insertNewAxisName

        org.apache.xmlbeans.XmlString insertNewAxisName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "axisName" element
      • addNewAxisName

        org.apache.xmlbeans.XmlString addNewAxisName()
        Appends and returns a new empty value (as xml) as the last "axisName" element
      • removeAxisName

        void removeAxisName​(int i)
        Removes the ith "axisName" element
      • getDimension

        BigInteger getDimension()
        Gets the "dimension" attribute
      • xgetDimension

        org.apache.xmlbeans.XmlPositiveInteger xgetDimension()
        Gets (as xml) the "dimension" attribute
      • setDimension

        void setDimension​(BigInteger dimension)
        Sets the "dimension" attribute
      • xsetDimension

        void xsetDimension​(org.apache.xmlbeans.XmlPositiveInteger dimension)
        Sets (as xml) the "dimension" attribute