All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.schema.ImageGallery Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/ImageGallery
 * Web page type: Image gallery page.
 *
 * @author schema.org
 * @class ImageGallery
 * @module org.schema
 * @extends CollectionPage
 */
public class ImageGallery extends CollectionPage {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public ImageGallery() {
		context = "http://schema.org/";
		type = "ImageGallery";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy