Class OfferItemTimeLimitsType

java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.OfferItemTimeLimitsType

public class OfferItemTimeLimitsType extends Object

Java class for OfferItemTimeLimitsType complex type.

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

 <complexType name="OfferItemTimeLimitsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PriceGuaranteeTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}DateTimeType" minOccurs="0"/>
         <element name="TicketingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}DateTimeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OfferItemTimeLimitsType

      public OfferItemTimeLimitsType()
  • Method Details

    • getPriceGuaranteeTimeLimitDateTime

      public XMLGregorianCalendar getPriceGuaranteeTimeLimitDateTime()
      Gets the value of the priceGuaranteeTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPriceGuaranteeTimeLimitDateTime

      public void setPriceGuaranteeTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the priceGuaranteeTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTicketingTimeLimitDateTime

      public XMLGregorianCalendar getTicketingTimeLimitDateTime()
      Gets the value of the ticketingTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTicketingTimeLimitDateTime

      public void setTicketingTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the ticketingTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar