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

it.bz.opendatahub.alpinebits.xml.schema.ota.OTAHotelDescriptiveContentNotifRQ 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 java.math.BigDecimal;
import java.math.BigInteger;
import java.time.ZonedDateTime;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import it.bz.opendatahub.alpinebits.xml.xmladapter.ZonedDateTimeAdapter;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="POS" type="{http://www.opentravel.org/OTA/2003/05}POS_Type" minOccurs="0"/>
 *         <element name="HotelDescriptiveContents">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="HotelDescriptiveContent" maxOccurs="unbounded">
 *                     <complexType>
 *                       <complexContent>
 *                         <extension base="{http://www.opentravel.org/OTA/2003/05}HotelDescriptiveContentType">
 *                           <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
 *                           <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OverWriteGroup"/>
 *                           <attGroup ref="{http://www.opentravel.org/OTA/2003/05}ID_OptionalGroup"/>
 *                           <attribute name="LastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
 *                         </extension>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *                 <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
 *                 <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OverWriteGroup"/>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OTA_PayloadStdAttributes"/>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "pos", "hotelDescriptiveContents" }) @XmlRootElement(name = "OTA_HotelDescriptiveContentNotifRQ") public class OTAHotelDescriptiveContentNotifRQ { @XmlElement(name = "POS") protected POSType pos; @XmlElement(name = "HotelDescriptiveContents", required = true) protected OTAHotelDescriptiveContentNotifRQ.HotelDescriptiveContents hotelDescriptiveContents; @XmlAttribute(name = "EchoToken") protected String echoToken; @XmlAttribute(name = "TimeStamp") @XmlJavaTypeAdapter(ZonedDateTimeAdapter.class) @XmlSchemaType(name = "dateTime") protected ZonedDateTime timeStamp; @XmlAttribute(name = "Target") protected String target; @XmlAttribute(name = "TargetName") protected String targetName; @XmlAttribute(name = "Version", required = true) protected BigDecimal version; @XmlAttribute(name = "TransactionIdentifier") protected String transactionIdentifier; @XmlAttribute(name = "SequenceNmbr") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger sequenceNmbr; @XmlAttribute(name = "TransactionStatusCode") protected String transactionStatusCode; @XmlAttribute(name = "RetransmissionIndicator") protected Boolean retransmissionIndicator; @XmlAttribute(name = "CorrelationID") protected String correlationID; @XmlAttribute(name = "PrimaryLangID") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "language") protected String primaryLangID; @XmlAttribute(name = "AltLangID") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "language") protected String altLangID; /** * Gets the value of the pos property. * * @return * possible object is * {@link POSType } * */ public POSType getPOS() { return pos; } /** * Sets the value of the pos property. * * @param value * allowed object is * {@link POSType } * */ public void setPOS(POSType value) { this.pos = value; } /** * Gets the value of the hotelDescriptiveContents property. * * @return * possible object is * {@link OTAHotelDescriptiveContentNotifRQ.HotelDescriptiveContents } * */ public OTAHotelDescriptiveContentNotifRQ.HotelDescriptiveContents getHotelDescriptiveContents() { return hotelDescriptiveContents; } /** * Sets the value of the hotelDescriptiveContents property. * * @param value * allowed object is * {@link OTAHotelDescriptiveContentNotifRQ.HotelDescriptiveContents } * */ public void setHotelDescriptiveContents(OTAHotelDescriptiveContentNotifRQ.HotelDescriptiveContents value) { this.hotelDescriptiveContents = value; } /** * Gets the value of the echoToken property. * * @return * possible object is * {@link String } * */ public String getEchoToken() { return echoToken; } /** * Sets the value of the echoToken property. * * @param value * allowed object is * {@link String } * */ public void setEchoToken(String value) { this.echoToken = value; } /** * Gets the value of the timeStamp property. * * @return * possible object is * {@link String } * */ public ZonedDateTime getTimeStamp() { return timeStamp; } /** * Sets the value of the timeStamp property. * * @param value * allowed object is * {@link String } * */ public void setTimeStamp(ZonedDateTime value) { this.timeStamp = value; } /** * Gets the value of the target property. * * @return * possible object is * {@link String } * */ public String getTarget() { return target; } /** * Sets the value of the target property. * * @param value * allowed object is * {@link String } * */ public void setTarget(String value) { this.target = value; } /** * Gets the value of the targetName property. * * @return * possible object is * {@link String } * */ public String getTargetName() { return targetName; } /** * Sets the value of the targetName property. * * @param value * allowed object is * {@link String } * */ public void setTargetName(String value) { this.targetName = value; } /** * Gets the value of the version property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getVersion() { return version; } /** * Sets the value of the version property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setVersion(BigDecimal value) { this.version = value; } /** * Gets the value of the transactionIdentifier property. * * @return * possible object is * {@link String } * */ public String getTransactionIdentifier() { return transactionIdentifier; } /** * Sets the value of the transactionIdentifier property. * * @param value * allowed object is * {@link String } * */ public void setTransactionIdentifier(String value) { this.transactionIdentifier = value; } /** * Gets the value of the sequenceNmbr property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getSequenceNmbr() { return sequenceNmbr; } /** * Sets the value of the sequenceNmbr property. * * @param value * allowed object is * {@link BigInteger } * */ public void setSequenceNmbr(BigInteger value) { this.sequenceNmbr = value; } /** * Gets the value of the transactionStatusCode property. * * @return * possible object is * {@link String } * */ public String getTransactionStatusCode() { return transactionStatusCode; } /** * Sets the value of the transactionStatusCode property. * * @param value * allowed object is * {@link String } * */ public void setTransactionStatusCode(String value) { this.transactionStatusCode = value; } /** * Gets the value of the retransmissionIndicator property. * * @return * possible object is * {@link Boolean } * */ public Boolean isRetransmissionIndicator() { return retransmissionIndicator; } /** * Sets the value of the retransmissionIndicator property. * * @param value * allowed object is * {@link Boolean } * */ public void setRetransmissionIndicator(Boolean value) { this.retransmissionIndicator = value; } /** * Gets the value of the correlationID property. * * @return * possible object is * {@link String } * */ public String getCorrelationID() { return correlationID; } /** * Sets the value of the correlationID property. * * @param value * allowed object is * {@link String } * */ public void setCorrelationID(String value) { this.correlationID = value; } /** * Gets the value of the primaryLangID property. * * @return * possible object is * {@link String } * */ public String getPrimaryLangID() { return primaryLangID; } /** * Sets the value of the primaryLangID property. * * @param value * allowed object is * {@link String } * */ public void setPrimaryLangID(String value) { this.primaryLangID = value; } /** * Gets the value of the altLangID property. * * @return * possible object is * {@link String } * */ public String getAltLangID() { return altLangID; } /** * Sets the value of the altLangID property. * * @param value * allowed object is * {@link String } * */ public void setAltLangID(String value) { this.altLangID = value; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element name="HotelDescriptiveContent" maxOccurs="unbounded">
     *           <complexType>
     *             <complexContent>
     *               <extension base="{http://www.opentravel.org/OTA/2003/05}HotelDescriptiveContentType">
     *                 <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
     *                 <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OverWriteGroup"/>
     *                 <attGroup ref="{http://www.opentravel.org/OTA/2003/05}ID_OptionalGroup"/>
     *                 <attribute name="LastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     *               </extension>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
     *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OverWriteGroup"/>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "hotelDescriptiveContents" }) public static class HotelDescriptiveContents { @XmlElement(name = "HotelDescriptiveContent", required = true) protected List hotelDescriptiveContents; @XmlAttribute(name = "ChainCode") protected String chainCode; @XmlAttribute(name = "BrandCode") protected String brandCode; @XmlAttribute(name = "HotelCode") protected String hotelCode; @XmlAttribute(name = "HotelCityCode") protected String hotelCityCode; @XmlAttribute(name = "HotelName") protected String hotelName; @XmlAttribute(name = "HotelCodeContext") protected String hotelCodeContext; @XmlAttribute(name = "ChainName") protected String chainName; @XmlAttribute(name = "BrandName") protected String brandName; @XmlAttribute(name = "AreaID") protected String areaID; @XmlAttribute(name = "TTIcode") @XmlSchemaType(name = "positiveInteger") protected BigInteger ttIcode; @XmlAttribute(name = "Overwrite") protected Boolean overwrite; /** * Gets the value of the hotelDescriptiveContents property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the hotelDescriptiveContents property. * *

* For example, to add a new item, do as follows: *

         *    getHotelDescriptiveContents().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link OTAHotelDescriptiveContentNotifRQ.HotelDescriptiveContents.HotelDescriptiveContent } * * */ public List getHotelDescriptiveContents() { if (hotelDescriptiveContents == null) { hotelDescriptiveContents = new ArrayList(); } return this.hotelDescriptiveContents; } /** * Gets the value of the chainCode property. * * @return * possible object is * {@link String } * */ public String getChainCode() { return chainCode; } /** * Sets the value of the chainCode property. * * @param value * allowed object is * {@link String } * */ public void setChainCode(String value) { this.chainCode = value; } /** * Gets the value of the brandCode property. * * @return * possible object is * {@link String } * */ public String getBrandCode() { return brandCode; } /** * Sets the value of the brandCode property. * * @param value * allowed object is * {@link String } * */ public void setBrandCode(String value) { this.brandCode = value; } /** * Gets the value of the hotelCode property. * * @return * possible object is * {@link String } * */ public String getHotelCode() { return hotelCode; } /** * Sets the value of the hotelCode property. * * @param value * allowed object is * {@link String } * */ public void setHotelCode(String value) { this.hotelCode = value; } /** * Gets the value of the hotelCityCode property. * * @return * possible object is * {@link String } * */ public String getHotelCityCode() { return hotelCityCode; } /** * Sets the value of the hotelCityCode property. * * @param value * allowed object is * {@link String } * */ public void setHotelCityCode(String value) { this.hotelCityCode = value; } /** * Gets the value of the hotelName property. * * @return * possible object is * {@link String } * */ public String getHotelName() { return hotelName; } /** * Sets the value of the hotelName property. * * @param value * allowed object is * {@link String } * */ public void setHotelName(String value) { this.hotelName = value; } /** * Gets the value of the hotelCodeContext property. * * @return * possible object is * {@link String } * */ public String getHotelCodeContext() { return hotelCodeContext; } /** * Sets the value of the hotelCodeContext property. * * @param value * allowed object is * {@link String } * */ public void setHotelCodeContext(String value) { this.hotelCodeContext = value; } /** * Gets the value of the chainName property. * * @return * possible object is * {@link String } * */ public String getChainName() { return chainName; } /** * Sets the value of the chainName property. * * @param value * allowed object is * {@link String } * */ public void setChainName(String value) { this.chainName = value; } /** * Gets the value of the brandName property. * * @return * possible object is * {@link String } * */ public String getBrandName() { return brandName; } /** * Sets the value of the brandName property. * * @param value * allowed object is * {@link String } * */ public void setBrandName(String value) { this.brandName = value; } /** * Gets the value of the areaID property. * * @return * possible object is * {@link String } * */ public String getAreaID() { return areaID; } /** * Sets the value of the areaID property. * * @param value * allowed object is * {@link String } * */ public void setAreaID(String value) { this.areaID = value; } /** * Gets the value of the ttIcode property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTTIcode() { return ttIcode; } /** * Sets the value of the ttIcode property. * * @param value * allowed object is * {@link BigInteger } * */ public void setTTIcode(BigInteger value) { this.ttIcode = value; } /** * Gets the value of the overwrite property. * * @return * possible object is * {@link Boolean } * */ public Boolean isOverwrite() { return overwrite; } /** * Sets the value of the overwrite property. * * @param value * allowed object is * {@link Boolean } * */ public void setOverwrite(Boolean value) { this.overwrite = value; } /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

         * <complexType>
         *   <complexContent>
         *     <extension base="{http://www.opentravel.org/OTA/2003/05}HotelDescriptiveContentType">
         *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
         *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OverWriteGroup"/>
         *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}ID_OptionalGroup"/>
         *       <attribute name="LastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         *     </extension>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class HotelDescriptiveContent extends HotelDescriptiveContentType { @XmlAttribute(name = "LastUpdated") @XmlJavaTypeAdapter(ZonedDateTimeAdapter.class) @XmlSchemaType(name = "dateTime") protected ZonedDateTime lastUpdated; @XmlAttribute(name = "ChainCode") protected String chainCode; @XmlAttribute(name = "BrandCode") protected String brandCode; @XmlAttribute(name = "HotelCode") protected String hotelCode; @XmlAttribute(name = "HotelCityCode") protected String hotelCityCode; @XmlAttribute(name = "HotelName") protected String hotelName; @XmlAttribute(name = "HotelCodeContext") protected String hotelCodeContext; @XmlAttribute(name = "ChainName") protected String chainName; @XmlAttribute(name = "BrandName") protected String brandName; @XmlAttribute(name = "AreaID") protected String areaID; @XmlAttribute(name = "TTIcode") @XmlSchemaType(name = "positiveInteger") protected BigInteger ttIcode; @XmlAttribute(name = "Overwrite") protected Boolean overwrite; @XmlAttribute(name = "ID") protected String id; /** * Gets the value of the lastUpdated property. * * @return * possible object is * {@link String } * */ public ZonedDateTime getLastUpdated() { return lastUpdated; } /** * Sets the value of the lastUpdated property. * * @param value * allowed object is * {@link String } * */ public void setLastUpdated(ZonedDateTime value) { this.lastUpdated = value; } /** * Gets the value of the chainCode property. * * @return * possible object is * {@link String } * */ public String getChainCode() { return chainCode; } /** * Sets the value of the chainCode property. * * @param value * allowed object is * {@link String } * */ public void setChainCode(String value) { this.chainCode = value; } /** * Gets the value of the brandCode property. * * @return * possible object is * {@link String } * */ public String getBrandCode() { return brandCode; } /** * Sets the value of the brandCode property. * * @param value * allowed object is * {@link String } * */ public void setBrandCode(String value) { this.brandCode = value; } /** * Gets the value of the hotelCode property. * * @return * possible object is * {@link String } * */ public String getHotelCode() { return hotelCode; } /** * Sets the value of the hotelCode property. * * @param value * allowed object is * {@link String } * */ public void setHotelCode(String value) { this.hotelCode = value; } /** * Gets the value of the hotelCityCode property. * * @return * possible object is * {@link String } * */ public String getHotelCityCode() { return hotelCityCode; } /** * Sets the value of the hotelCityCode property. * * @param value * allowed object is * {@link String } * */ public void setHotelCityCode(String value) { this.hotelCityCode = value; } /** * Gets the value of the hotelName property. * * @return * possible object is * {@link String } * */ public String getHotelName() { return hotelName; } /** * Sets the value of the hotelName property. * * @param value * allowed object is * {@link String } * */ public void setHotelName(String value) { this.hotelName = value; } /** * Gets the value of the hotelCodeContext property. * * @return * possible object is * {@link String } * */ public String getHotelCodeContext() { return hotelCodeContext; } /** * Sets the value of the hotelCodeContext property. * * @param value * allowed object is * {@link String } * */ public void setHotelCodeContext(String value) { this.hotelCodeContext = value; } /** * Gets the value of the chainName property. * * @return * possible object is * {@link String } * */ public String getChainName() { return chainName; } /** * Sets the value of the chainName property. * * @param value * allowed object is * {@link String } * */ public void setChainName(String value) { this.chainName = value; } /** * Gets the value of the brandName property. * * @return * possible object is * {@link String } * */ public String getBrandName() { return brandName; } /** * Sets the value of the brandName property. * * @param value * allowed object is * {@link String } * */ public void setBrandName(String value) { this.brandName = value; } /** * Gets the value of the areaID property. * * @return * possible object is * {@link String } * */ public String getAreaID() { return areaID; } /** * Sets the value of the areaID property. * * @param value * allowed object is * {@link String } * */ public void setAreaID(String value) { this.areaID = value; } /** * Gets the value of the ttIcode property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTTIcode() { return ttIcode; } /** * Sets the value of the ttIcode property. * * @param value * allowed object is * {@link BigInteger } * */ public void setTTIcode(BigInteger value) { this.ttIcode = value; } /** * Gets the value of the overwrite property. * * @return * possible object is * {@link Boolean } * */ public Boolean isOverwrite() { return overwrite; } /** * Sets the value of the overwrite property. * * @param value * allowed object is * {@link Boolean } * */ public void setOverwrite(Boolean value) { this.overwrite = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getID() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setID(String value) { this.id = value; } } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy