All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.schema.MeetingRoom Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/MeetingRoom
 * A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).
 * 

* See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations. * * @author schema.org * @class MeetingRoom * @module org.schema * @extends Room */ public class MeetingRoom extends Room { /** * Constructor, automatically sets @context and @type. * * @constructor */ public MeetingRoom() { context = "http://schema.org/"; type = "MeetingRoom"; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy