java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.PriceCalendarDateType

public class PriceCalendarDateType extends Object
Price Calendar Date

Java class for PriceCalendarDateType complex type.

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

 <complexType name="PriceCalendarDateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Date" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}DateType"/>
         <element name="OriginDestRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PriceCalendarDateType

      public PriceCalendarDateType()
  • Method Details

    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getOriginDestRefID

      public String getOriginDestRefID()
      Gets the value of the originDestRefID property.
      Returns:
      possible object is String
    • setOriginDestRefID

      public void setOriginDestRefID(String value)
      Sets the value of the originDestRefID property.
      Parameters:
      value - allowed object is String