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

org.schema.Attorney Maven / Gradle / Ivy

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

/**
 * Schema.org/Attorney
 * Professional service: Attorney. \n\nThis type is deprecated - [[LegalService]] is more inclusive and less ambiguous.
 *
 * @author schema.org
 * @class Attorney
 * @module org.schema
 * @extends LegalService
 */
public class Attorney extends LegalService {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public Attorney() {
		context = "http://schema.org/";
		type = "Attorney";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy