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

it.bz.opendatahub.alpinebits.xml.schema.ota.OTAHotelDescriptiveContentNotifRS Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2020.10.22 at 07:23:30 PM GMT 
//


package it.bz.opendatahub.alpinebits.xml.schema.ota;

import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;

public class OTAHotelDescriptiveContentNotifRS
    extends JAXBElement
{

    protected final static QName NAME = new QName("http://www.opentravel.org/OTA/2003/05", "OTA_HotelDescriptiveContentNotifRS");

    public OTAHotelDescriptiveContentNotifRS(MessageAcknowledgementType value) {
        super(NAME, ((Class) MessageAcknowledgementType.class), null, value);
    }

    public OTAHotelDescriptiveContentNotifRS() {
        super(NAME, ((Class) MessageAcknowledgementType.class), null, null);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy