Class AvailPeriodType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.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_ServiceDeliveryNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="LatestAvailablePeriodDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}DateTimeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • earliestAvailablePeriodDateTime

      protected DateTimeType earliestAvailablePeriodDateTime
    • latestAvailablePeriodDateTime

      protected DateTimeType latestAvailablePeriodDateTime
  • Constructor Details

    • AvailPeriodType

      public AvailPeriodType()
  • Method Details

    • getEarliestAvailablePeriodDateTime

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

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

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

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