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

org.schema.LegalService Maven / Gradle / Ivy

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

/**
 * Schema.org/LegalService
 * A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\(s).
 *
 * @author schema.org
 * @class LegalService
 * @module org.schema
 * @extends LocalBusiness
 */
public class LegalService extends LocalBusiness {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public LegalService() {
		context = "http://schema.org/";
		type = "LegalService";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy