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

org.schema.State Maven / Gradle / Ivy

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

/**
 * Schema.org/State
 * A state or province of a country.
 *
 * @author schema.org
 * @class State
 * @module org.schema
 * @extends AdministrativeArea
 */
public class State extends AdministrativeArea {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public State() {
		context = "http://schema.org/";
		type = "State";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy