Interface VectorType

    • Field Detail

      • type

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

      • getCoordinateArray

        VectorType.Coordinate[] getCoordinateArray()
        Gets array of all "coordinate" elements
      • sizeOfCoordinateArray

        int sizeOfCoordinateArray()
        Returns number of "coordinate" element
      • setCoordinateArray

        void setCoordinateArray​(VectorType.Coordinate[] coordinateArray)
        Sets array of all "coordinate" element
      • setCoordinateArray

        void setCoordinateArray​(int i,
                                VectorType.Coordinate coordinate)
        Sets ith "coordinate" element
      • insertNewCoordinate

        VectorType.Coordinate insertNewCoordinate​(int i)
        Inserts and returns a new empty value (as xml) as the ith "coordinate" element
      • addNewCoordinate

        VectorType.Coordinate addNewCoordinate()
        Appends and returns a new empty value (as xml) as the last "coordinate" element
      • removeCoordinate

        void removeCoordinate​(int i)
        Removes the ith "coordinate" element