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

org.schema.Electrician Maven / Gradle / Ivy

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

/**
 * Schema.org/Electrician
 * An electrician.
 *
 * @author schema.org
 * @class Electrician
 * @module org.schema
 * @extends HomeAndConstructionBusiness
 */
public class Electrician extends HomeAndConstructionBusiness {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public Electrician() {
		context = "http://schema.org/";
		type = "Electrician";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy