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

it.bz.opendatahub.alpinebits.xml.schema.ota.OTAHotelRatePlanRQ 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="RatePlans">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="RatePlan" maxOccurs="unbounded">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="DateRange" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <attGroup ref="{http://www.opentravel.org/OTA/2003/05}DateTimeSpanGroup"/>
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                             <element name="DestinationSystemsCode" type="{http://www.opentravel.org/OTA/2003/05}DestinationSystemCodesType" minOccurs="0"/>
 *                             <element name="RatePlanCandidates" type="{http://www.opentravel.org/OTA/2003/05}RatePlanCandidatesType" minOccurs="0"/>
 *                             <element name="Offers" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <sequence>
 *                                       <element name="Offer" maxOccurs="unbounded">
 *                                         <complexType>
 *                                           <complexContent>
 *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                               <attribute name="OfferCode" type="{http://www.opentravel.org/OTA/2003/05}StringLength1to16" />
 *                                             </restriction>
 *                                           </complexContent>
 *                                         </complexType>
 *                                       </element>
 *                                     </sequence>
 *                                     <attribute name="SendData" type="{http://www.w3.org/2001/XMLSchema}boolean" />
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                             <element name="HotelRef" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
 *                                     <attribute name="SegmentCategoryCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
 *                                     <attribute name="PropertyClassCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
 *                                     <attribute name="ArchitecturalStyleCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
 *                                     <attribute name="SupplierIntegrationLevel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                             <element ref="{http://www.opentravel.org/OTA/2003/05}TPA_Extensions" minOccurs="0"/>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}MaxResponsesGroup"/>
 *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}OTA_PayloadStdAttributes"/>
 *       <attribute name="SummaryOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" />
 *       <attribute name="SortOrder">
 *         <simpleType>
 *           <restriction base="{http://www.opentravel.org/OTA/2003/05}AlphaLength1">
 *             <enumeration value="A"/>
 *             <enumeration value="D"/>
 *             <enumeration value="N"/>
 *           </restriction>
 *         </simpleType>
 *       </attribute>
 *       <attribute name="RequestedCurrency" type="{http://www.opentravel.org/OTA/2003/05}AlphaLength3" />
 *       <attribute name="SearchCacheLevel">
 *         <simpleType>
 *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *             <enumeration value="Live"/>
 *             <enumeration value="VeryRecent"/>
 *             <enumeration value="LessRecent"/>
 *           </restriction>
 *         </simpleType>
 *       </attribute>
 *       <attribute name="MaximumWaitTime" type="{http://www.w3.org/2001/XMLSchema}decimal" />
 *       <attribute name="MoreDataEchoToken" type="{http://www.opentravel.org/OTA/2003/05}StringLength1to128" />
 *       <attribute name="InfoSource" type="{http://www.opentravel.org/OTA/2003/05}InfoSourceType" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "pos", "ratePlans" }) @XmlRootElement(name = "OTA_HotelRatePlanRQ") public class OTAHotelRatePlanRQ { @XmlElement(name = "POS") protected POSType pos; @XmlElement(name = "RatePlans", required = true) protected OTAHotelRatePlanRQ.RatePlans ratePlans; @XmlAttribute(name = "SummaryOnly") protected Boolean summaryOnly; @XmlAttribute(name = "SortOrder") protected String sortOrder; @XmlAttribute(name = "RequestedCurrency") protected String requestedCurrency; @XmlAttribute(name = "SearchCacheLevel") protected String searchCacheLevel; @XmlAttribute(name = "MaximumWaitTime") protected BigDecimal maximumWaitTime; @XmlAttribute(name = "MoreDataEchoToken") protected String moreDataEchoToken; @XmlAttribute(name = "InfoSource") protected String infoSource; @XmlAttribute(name = "MaxResponses") @XmlSchemaType(name = "positiveInteger") protected BigInteger maxResponses; @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 ratePlans property. * * @return * possible object is * {@link OTAHotelRatePlanRQ.RatePlans } * */ public OTAHotelRatePlanRQ.RatePlans getRatePlans() { return ratePlans; } /** * Sets the value of the ratePlans property. * * @param value * allowed object is * {@link OTAHotelRatePlanRQ.RatePlans } * */ public void setRatePlans(OTAHotelRatePlanRQ.RatePlans value) { this.ratePlans = value; } /** * Gets the value of the summaryOnly property. * * @return * possible object is * {@link Boolean } * */ public Boolean isSummaryOnly() { return summaryOnly; } /** * Sets the value of the summaryOnly property. * * @param value * allowed object is * {@link Boolean } * */ public void setSummaryOnly(Boolean value) { this.summaryOnly = value; } /** * Gets the value of the sortOrder property. * * @return * possible object is * {@link String } * */ public String getSortOrder() { return sortOrder; } /** * Sets the value of the sortOrder property. * * @param value * allowed object is * {@link String } * */ public void setSortOrder(String value) { this.sortOrder = value; } /** * Gets the value of the requestedCurrency property. * * @return * possible object is * {@link String } * */ public String getRequestedCurrency() { return requestedCurrency; } /** * Sets the value of the requestedCurrency property. * * @param value * allowed object is * {@link String } * */ public void setRequestedCurrency(String value) { this.requestedCurrency = value; } /** * Gets the value of the searchCacheLevel property. * * @return * possible object is * {@link String } * */ public String getSearchCacheLevel() { return searchCacheLevel; } /** * Sets the value of the searchCacheLevel property. * * @param value * allowed object is * {@link String } * */ public void setSearchCacheLevel(String value) { this.searchCacheLevel = value; } /** * Gets the value of the maximumWaitTime property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getMaximumWaitTime() { return maximumWaitTime; } /** * Sets the value of the maximumWaitTime property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setMaximumWaitTime(BigDecimal value) { this.maximumWaitTime = value; } /** * Gets the value of the moreDataEchoToken property. * * @return * possible object is * {@link String } * */ public String getMoreDataEchoToken() { return moreDataEchoToken; } /** * Sets the value of the moreDataEchoToken property. * * @param value * allowed object is * {@link String } * */ public void setMoreDataEchoToken(String value) { this.moreDataEchoToken = value; } /** * Gets the value of the infoSource property. * * @return * possible object is * {@link String } * */ public String getInfoSource() { return infoSource; } /** * Sets the value of the infoSource property. * * @param value * allowed object is * {@link String } * */ public void setInfoSource(String value) { this.infoSource = value; } /** * Gets the value of the maxResponses property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getMaxResponses() { return maxResponses; } /** * Sets the value of the maxResponses property. * * @param value * allowed object is * {@link BigInteger } * */ public void setMaxResponses(BigInteger value) { this.maxResponses = 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="RatePlan" maxOccurs="unbounded">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="DateRange" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <attGroup ref="{http://www.opentravel.org/OTA/2003/05}DateTimeSpanGroup"/>
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                   <element name="DestinationSystemsCode" type="{http://www.opentravel.org/OTA/2003/05}DestinationSystemCodesType" minOccurs="0"/>
     *                   <element name="RatePlanCandidates" type="{http://www.opentravel.org/OTA/2003/05}RatePlanCandidatesType" minOccurs="0"/>
     *                   <element name="Offers" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence>
     *                             <element name="Offer" maxOccurs="unbounded">
     *                               <complexType>
     *                                 <complexContent>
     *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                     <attribute name="OfferCode" type="{http://www.opentravel.org/OTA/2003/05}StringLength1to16" />
     *                                   </restriction>
     *                                 </complexContent>
     *                               </complexType>
     *                             </element>
     *                           </sequence>
     *                           <attribute name="SendData" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                   <element name="HotelRef" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
     *                           <attribute name="SegmentCategoryCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
     *                           <attribute name="PropertyClassCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
     *                           <attribute name="ArchitecturalStyleCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
     *                           <attribute name="SupplierIntegrationLevel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                   <element ref="{http://www.opentravel.org/OTA/2003/05}TPA_Extensions" minOccurs="0"/>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "ratePlen" }) public static class RatePlans { @XmlElement(name = "RatePlan", required = true) protected List ratePlen; /** * Gets the value of the ratePlen 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 ratePlen property. * *

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

         *    getRatePlen().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan } * * */ public List getRatePlen() { if (ratePlen == null) { ratePlen = new ArrayList(); } return this.ratePlen; } /** *

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="DateRange" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <attGroup ref="{http://www.opentravel.org/OTA/2003/05}DateTimeSpanGroup"/>
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *         <element name="DestinationSystemsCode" type="{http://www.opentravel.org/OTA/2003/05}DestinationSystemCodesType" minOccurs="0"/>
         *         <element name="RatePlanCandidates" type="{http://www.opentravel.org/OTA/2003/05}RatePlanCandidatesType" minOccurs="0"/>
         *         <element name="Offers" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence>
         *                   <element name="Offer" maxOccurs="unbounded">
         *                     <complexType>
         *                       <complexContent>
         *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                           <attribute name="OfferCode" type="{http://www.opentravel.org/OTA/2003/05}StringLength1to16" />
         *                         </restriction>
         *                       </complexContent>
         *                     </complexType>
         *                   </element>
         *                 </sequence>
         *                 <attribute name="SendData" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *         <element name="HotelRef" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
         *                 <attribute name="SegmentCategoryCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
         *                 <attribute name="PropertyClassCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
         *                 <attribute name="ArchitecturalStyleCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
         *                 <attribute name="SupplierIntegrationLevel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *         <element ref="{http://www.opentravel.org/OTA/2003/05}TPA_Extensions" minOccurs="0"/>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "dateRange", "destinationSystemsCode", "ratePlanCandidates", "offers", "hotelRef", "tpaExtensions" }) public static class RatePlan { @XmlElement(name = "DateRange") protected OTAHotelRatePlanRQ.RatePlans.RatePlan.DateRange dateRange; @XmlElement(name = "DestinationSystemsCode") protected DestinationSystemCodesType destinationSystemsCode; @XmlElement(name = "RatePlanCandidates") protected RatePlanCandidatesType ratePlanCandidates; @XmlElement(name = "Offers") protected OTAHotelRatePlanRQ.RatePlans.RatePlan.Offers offers; @XmlElement(name = "HotelRef") protected OTAHotelRatePlanRQ.RatePlans.RatePlan.HotelRef hotelRef; @XmlElement(name = "TPA_Extensions") protected TPAExtensions tpaExtensions; /** * Gets the value of the dateRange property. * * @return * possible object is * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan.DateRange } * */ public OTAHotelRatePlanRQ.RatePlans.RatePlan.DateRange getDateRange() { return dateRange; } /** * Sets the value of the dateRange property. * * @param value * allowed object is * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan.DateRange } * */ public void setDateRange(OTAHotelRatePlanRQ.RatePlans.RatePlan.DateRange value) { this.dateRange = value; } /** * Gets the value of the destinationSystemsCode property. * * @return * possible object is * {@link DestinationSystemCodesType } * */ public DestinationSystemCodesType getDestinationSystemsCode() { return destinationSystemsCode; } /** * Sets the value of the destinationSystemsCode property. * * @param value * allowed object is * {@link DestinationSystemCodesType } * */ public void setDestinationSystemsCode(DestinationSystemCodesType value) { this.destinationSystemsCode = value; } /** * Gets the value of the ratePlanCandidates property. * * @return * possible object is * {@link RatePlanCandidatesType } * */ public RatePlanCandidatesType getRatePlanCandidates() { return ratePlanCandidates; } /** * Sets the value of the ratePlanCandidates property. * * @param value * allowed object is * {@link RatePlanCandidatesType } * */ public void setRatePlanCandidates(RatePlanCandidatesType value) { this.ratePlanCandidates = value; } /** * Gets the value of the offers property. * * @return * possible object is * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan.Offers } * */ public OTAHotelRatePlanRQ.RatePlans.RatePlan.Offers getOffers() { return offers; } /** * Sets the value of the offers property. * * @param value * allowed object is * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan.Offers } * */ public void setOffers(OTAHotelRatePlanRQ.RatePlans.RatePlan.Offers value) { this.offers = value; } /** * Gets the value of the hotelRef property. * * @return * possible object is * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan.HotelRef } * */ public OTAHotelRatePlanRQ.RatePlans.RatePlan.HotelRef getHotelRef() { return hotelRef; } /** * Sets the value of the hotelRef property. * * @param value * allowed object is * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan.HotelRef } * */ public void setHotelRef(OTAHotelRatePlanRQ.RatePlans.RatePlan.HotelRef value) { this.hotelRef = value; } /** * Gets the value of the tpaExtensions property. * * @return * possible object is * {@link TPAExtensions } * */ public TPAExtensions getTPAExtensions() { return tpaExtensions; } /** * Sets the value of the tpaExtensions property. * * @param value * allowed object is * {@link TPAExtensions } * */ public void setTPAExtensions(TPAExtensions value) { this.tpaExtensions = 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">
             *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}DateTimeSpanGroup"/>
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class DateRange { @XmlAttribute(name = "Start") protected String start; @XmlAttribute(name = "Duration") protected String duration; @XmlAttribute(name = "End") protected String end; /** * Gets the value of the start property. * * @return * possible object is * {@link String } * */ public String getStart() { return start; } /** * Sets the value of the start property. * * @param value * allowed object is * {@link String } * */ public void setStart(String value) { this.start = value; } /** * Gets the value of the duration property. * * @return * possible object is * {@link String } * */ public String getDuration() { return duration; } /** * Sets the value of the duration property. * * @param value * allowed object is * {@link String } * */ public void setDuration(String value) { this.duration = value; } /** * Gets the value of the end property. * * @return * possible object is * {@link String } * */ public String getEnd() { return end; } /** * Sets the value of the end property. * * @param value * allowed object is * {@link String } * */ public void setEnd(String value) { this.end = 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">
             *       <attGroup ref="{http://www.opentravel.org/OTA/2003/05}HotelReferenceGroup"/>
             *       <attribute name="SegmentCategoryCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
             *       <attribute name="PropertyClassCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
             *       <attribute name="ArchitecturalStyleCode" type="{http://www.opentravel.org/OTA/2003/05}OTA_CodeType" />
             *       <attribute name="SupplierIntegrationLevel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class HotelRef { @XmlAttribute(name = "SegmentCategoryCode") protected String segmentCategoryCode; @XmlAttribute(name = "PropertyClassCode") protected String propertyClassCode; @XmlAttribute(name = "ArchitecturalStyleCode") protected String architecturalStyleCode; @XmlAttribute(name = "SupplierIntegrationLevel") @XmlSchemaType(name = "nonNegativeInteger") protected BigInteger supplierIntegrationLevel; @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; /** * Gets the value of the segmentCategoryCode property. * * @return * possible object is * {@link String } * */ public String getSegmentCategoryCode() { return segmentCategoryCode; } /** * Sets the value of the segmentCategoryCode property. * * @param value * allowed object is * {@link String } * */ public void setSegmentCategoryCode(String value) { this.segmentCategoryCode = value; } /** * Gets the value of the propertyClassCode property. * * @return * possible object is * {@link String } * */ public String getPropertyClassCode() { return propertyClassCode; } /** * Sets the value of the propertyClassCode property. * * @param value * allowed object is * {@link String } * */ public void setPropertyClassCode(String value) { this.propertyClassCode = value; } /** * Gets the value of the architecturalStyleCode property. * * @return * possible object is * {@link String } * */ public String getArchitecturalStyleCode() { return architecturalStyleCode; } /** * Sets the value of the architecturalStyleCode property. * * @param value * allowed object is * {@link String } * */ public void setArchitecturalStyleCode(String value) { this.architecturalStyleCode = value; } /** * Gets the value of the supplierIntegrationLevel property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getSupplierIntegrationLevel() { return supplierIntegrationLevel; } /** * Sets the value of the supplierIntegrationLevel property. * * @param value * allowed object is * {@link BigInteger } * */ public void setSupplierIntegrationLevel(BigInteger value) { this.supplierIntegrationLevel = 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; } } /** *

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="Offer" maxOccurs="unbounded">
             *           <complexType>
             *             <complexContent>
             *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                 <attribute name="OfferCode" type="{http://www.opentravel.org/OTA/2003/05}StringLength1to16" />
             *               </restriction>
             *             </complexContent>
             *           </complexType>
             *         </element>
             *       </sequence>
             *       <attribute name="SendData" type="{http://www.w3.org/2001/XMLSchema}boolean" />
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "offers" }) public static class Offers { @XmlElement(name = "Offer", required = true) protected List offers; @XmlAttribute(name = "SendData") protected Boolean sendData; /** * Gets the value of the offers 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 offers property. * *

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

                 *    getOffers().add(newItem);
                 * 
* * *

* Objects of the following type(s) are allowed in the list * {@link OTAHotelRatePlanRQ.RatePlans.RatePlan.Offers.Offer } * * */ public List getOffers() { if (offers == null) { offers = new ArrayList(); } return this.offers; } /** * Gets the value of the sendData property. * * @return * possible object is * {@link Boolean } * */ public Boolean isSendData() { return sendData; } /** * Sets the value of the sendData property. * * @param value * allowed object is * {@link Boolean } * */ public void setSendData(Boolean value) { this.sendData = 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">
                 *       <attribute name="OfferCode" type="{http://www.opentravel.org/OTA/2003/05}StringLength1to16" />
                 *     </restriction>
                 *   </complexContent>
                 * </complexType>
                 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class Offer { @XmlAttribute(name = "OfferCode") protected String offerCode; /** * Gets the value of the offerCode property. * * @return * possible object is * {@link String } * */ public String getOfferCode() { return offerCode; } /** * Sets the value of the offerCode property. * * @param value * allowed object is * {@link String } * */ public void setOfferCode(String value) { this.offerCode = value; } } } } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy