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

org.schema.QuoteAction Maven / Gradle / Ivy

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

/**
 * Schema.org/QuoteAction
 * An agent quotes/estimates/appraises an object/product/service with a price at a location/store.
 *
 * @author schema.org
 * @class QuoteAction
 * @module org.schema
 * @extends TradeAction
 */
public class QuoteAction extends TradeAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public QuoteAction() {
		context = "http://schema.org/";
		type = "QuoteAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy