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

org.schema.CollectionPage Maven / Gradle / Ivy

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy