package com.gekko_holding.webservice.referential; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for hotelRating complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="hotelRating"> * <simpleContent> * <extension base="<http://webservice.gekko-holding.com/v2_4>entityBean"> * </extension> * </simpleContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "hotelRating") public class HotelRating extends EntityBean { }