org.schema.Courthouse Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/Courthouse
* A courthouse.
*
* @author schema.org
* @class Courthouse
* @module org.schema
* @extends GovernmentBuilding
*/
public class Courthouse extends GovernmentBuilding {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public Courthouse() {
context = "http://schema.org/";
type = "Courthouse";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy