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