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