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

org.schema.CableOrSatelliteService Maven / Gradle / Ivy

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

/**
 * Schema.org/CableOrSatelliteService
 * A service which provides access to media programming like TV or radio. Access may be via cable or satellite.
 *
 * @author schema.org
 * @class CableOrSatelliteService
 * @module org.schema
 * @extends Service
 */
public class CableOrSatelliteService extends Service {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public CableOrSatelliteService() {
		context = "http://schema.org/";
		type = "CableOrSatelliteService";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy