![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.TelevisionChannel Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/TelevisionChannel
* A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.
*
* @author schema.org
* @class TelevisionChannel
* @module org.schema
* @extends BroadcastChannel
*/
public class TelevisionChannel extends BroadcastChannel {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public TelevisionChannel() {
context = "http://schema.org/";
type = "TelevisionChannel";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy