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