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

org.schema.WebPageElement Maven / Gradle / Ivy

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

/**
 * Schema.org/WebPageElement
 * A web page element, like a table or an image.
 *
 * @author schema.org
 * @class WebPageElement
 * @module org.schema
 * @extends CreativeWork
 */
public class WebPageElement extends CreativeWork {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public WebPageElement() {
		context = "http://schema.org/";
		type = "WebPageElement";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy