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

org.schema.EducationalAudience Maven / Gradle / Ivy

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

/**
 * Schema.org/EducationalAudience
 * An EducationalAudience.
 *
 * @author schema.org
 * @class EducationalAudience
 * @module org.schema
 * @extends Audience
 */
public class EducationalAudience extends Audience {
	/**
	 * Schema.org/educationalRole
	 * An educationalRole of an EducationalAudience.
	 *
	 * @property educationalRole
	 * @type Text
	 */
	public String educationalRole;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy