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