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

org.schema.WPSideBar Maven / Gradle / Ivy

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

/**
 * Schema.org/WPSideBar
 * A sidebar section of the page.
 *
 * @author schema.org
 * @class WPSideBar
 * @module org.schema
 * @extends WebPageElement
 */
public class WPSideBar extends WebPageElement {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public WPSideBar() {
		context = "http://schema.org/";
		type = "WPSideBar";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy