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

org.schema.AutoRepair Maven / Gradle / Ivy

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

/**
 * Schema.org/AutoRepair
 * Car repair business.
 *
 * @author schema.org
 * @class AutoRepair
 * @module org.schema
 * @extends AutomotiveBusiness
 */
public class AutoRepair extends AutomotiveBusiness {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public AutoRepair() {
		context = "http://schema.org/";
		type = "AutoRepair";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy