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

org.schema.PerformAction Maven / Gradle / Ivy

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

/**
 * Schema.org/PerformAction
 * The act of participating in performance arts.
 *
 * @author schema.org
 * @class PerformAction
 * @module org.schema
 * @extends PlayAction
 */
public class PerformAction extends PlayAction {
	/**
	 * Schema.org/entertainmentBusiness
	 * A sub property of location. The entertainment business where the action occurred.
	 *
	 * @property entertainmentBusiness
	 * @type EntertainmentBusiness
	 */
	public EntertainmentBusiness entertainmentBusiness;

	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public PerformAction() {
		context = "http://schema.org/";
		type = "PerformAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy