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

org.schema.ItemPage Maven / Gradle / Ivy

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

/**
 * Schema.org/ItemPage
 * A page devoted to a single item, such as a particular product or hotel.
 *
 * @author schema.org
 * @class ItemPage
 * @module org.schema
 * @extends WebPage
 */
public class ItemPage extends WebPage {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public ItemPage() {
		context = "http://schema.org/";
		type = "ItemPage";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy