java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sscn.ServiceType

public class ServiceType extends Object
The instance of a specific flight or Service Definition as it has been offered (and eventually ordered and consumed) in the context of a specific Offer and/or Order.

Java class for ServiceType complex type.

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

 <complexType name="ServiceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BookingStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}ServiceBookingStatusCodeType" minOccurs="0"/>
         <element name="DeliveryMilestoneCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}CodeType" minOccurs="0"/>
         <element name="DeliveryProvider" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}DeliveryProviderType"/>
         <element name="DeliveryStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}ServiceDeliveryStatusCodeType" minOccurs="0"/>
         <element name="DeliveryStatusDescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}TextType" minOccurs="0"/>
         <element name="ExpirationDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="ResponsibleAirline" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}CarrierType" minOccurs="0"/>
         <element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ServiceType

      public ServiceType()
  • Method Details

    • getBookingStatusCode

      public ServiceBookingStatusContentType getBookingStatusCode()
      Gets the value of the bookingStatusCode property.
      Returns:
      possible object is ServiceBookingStatusContentType
    • setBookingStatusCode

      public void setBookingStatusCode(ServiceBookingStatusContentType value)
      Sets the value of the bookingStatusCode property.
      Parameters:
      value - allowed object is ServiceBookingStatusContentType
    • getDeliveryMilestoneCode

      public String getDeliveryMilestoneCode()
      Gets the value of the deliveryMilestoneCode property.
      Returns:
      possible object is String
    • setDeliveryMilestoneCode

      public void setDeliveryMilestoneCode(String value)
      Sets the value of the deliveryMilestoneCode property.
      Parameters:
      value - allowed object is String
    • getDeliveryProvider

      public DeliveryProviderType getDeliveryProvider()
      Gets the value of the deliveryProvider property.
      Returns:
      possible object is DeliveryProviderType
    • setDeliveryProvider

      public void setDeliveryProvider(DeliveryProviderType value)
      Sets the value of the deliveryProvider property.
      Parameters:
      value - allowed object is DeliveryProviderType
    • getDeliveryStatusCode

      public ServiceDeliveryStatusContentType getDeliveryStatusCode()
      Gets the value of the deliveryStatusCode property.
      Returns:
      possible object is ServiceDeliveryStatusContentType
    • setDeliveryStatusCode

      public void setDeliveryStatusCode(ServiceDeliveryStatusContentType value)
      Sets the value of the deliveryStatusCode property.
      Parameters:
      value - allowed object is ServiceDeliveryStatusContentType
    • getDeliveryStatusDescText

      public String getDeliveryStatusDescText()
      Gets the value of the deliveryStatusDescText property.
      Returns:
      possible object is String
    • setDeliveryStatusDescText

      public void setDeliveryStatusDescText(String value)
      Sets the value of the deliveryStatusDescText property.
      Parameters:
      value - allowed object is String
    • getExpirationDateTime

      public DateTimeType getExpirationDateTime()
      Gets the value of the expirationDateTime property.
      Returns:
      possible object is DateTimeType
    • setExpirationDateTime

      public void setExpirationDateTime(DateTimeType value)
      Sets the value of the expirationDateTime property.
      Parameters:
      value - allowed object is DateTimeType
    • getResponsibleAirline

      public CarrierType getResponsibleAirline()
      Gets the value of the responsibleAirline property.
      Returns:
      possible object is CarrierType
    • setResponsibleAirline

      public void setResponsibleAirline(CarrierType value)
      Sets the value of the responsibleAirline property.
      Parameters:
      value - allowed object is CarrierType
    • getServiceID

      public String getServiceID()
      Gets the value of the serviceID property.
      Returns:
      possible object is String
    • setServiceID

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