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

org.schema.BankOrCreditUnion Maven / Gradle / Ivy

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

/**
 * Schema.org/BankOrCreditUnion
 * Bank or credit union.
 *
 * @author schema.org
 * @class BankOrCreditUnion
 * @module org.schema
 * @extends FinancialService
 */
public class BankOrCreditUnion extends FinancialService {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public BankOrCreditUnion() {
		context = "http://schema.org/";
		type = "BankOrCreditUnion";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy