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

org.schema.Room Maven / Gradle / Ivy

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

/**
 * Schema.org/Room
 * A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).
 * 

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy