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

org.schema.Taxi Maven / Gradle / Ivy

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

/**
 * Schema.org/Taxi
 * A taxi.
 *
 * @author schema.org
 * @class Taxi
 * @module org.schema
 * @extends Service
 */
public class Taxi extends Service {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public Taxi() {
		context = "http://schema.org/";
		type = "Taxi";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy