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

public class AvailPeriodType extends Object
Condition under which an agreement is reached.

Java class for AvailPeriodType complex type.

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

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

  • Constructor Details

    • AvailPeriodType

      public AvailPeriodType()
  • Method Details

    • getEarliestAvailablePeriodDateTime

      public XMLGregorianCalendar getEarliestAvailablePeriodDateTime()
      Gets the value of the earliestAvailablePeriodDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEarliestAvailablePeriodDateTime

      public void setEarliestAvailablePeriodDateTime(XMLGregorianCalendar value)
      Sets the value of the earliestAvailablePeriodDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getLatestAvailablePeriodDateTime

      public XMLGregorianCalendar getLatestAvailablePeriodDateTime()
      Gets the value of the latestAvailablePeriodDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLatestAvailablePeriodDateTime

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