![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.SelfStorage Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/SelfStorage
* A self-storage facility.
*
* @author schema.org
* @class SelfStorage
* @module org.schema
* @extends LocalBusiness
*/
public class SelfStorage extends LocalBusiness {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public SelfStorage() {
context = "http://schema.org/";
type = "SelfStorage";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy