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

org.schema.RecyclingCenter Maven / Gradle / Ivy

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

/**
 * Schema.org/RecyclingCenter
 * A recycling center.
 *
 * @author schema.org
 * @class RecyclingCenter
 * @module org.schema
 * @extends LocalBusiness
 */
public class RecyclingCenter extends LocalBusiness {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public RecyclingCenter() {
		context = "http://schema.org/";
		type = "RecyclingCenter";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy