java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.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_OrderViewRS}ServiceBookingStatusCodeType" minOccurs="0"/>
         <element name="DeliveryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
         <element name="DeliveryMilestoneCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
         <element name="DeliveryStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ServiceDeliveryStatusCodeType" minOccurs="0"/>
         <element name="InterlineSettlementInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}InterlineSettlementInfoType" minOccurs="0"/>
         <element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
         <element name="ServiceAssociations" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ServiceAssociationsType"/>
         <element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
         <element name="ServiceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
         <element name="StatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
       </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
    • getDeliveryCode

      public String getDeliveryCode()
      Gets the value of the deliveryCode property.
      Returns:
      possible object is String
    • setDeliveryCode

      public void setDeliveryCode(String value)
      Sets the value of the deliveryCode property.
      Parameters:
      value - allowed object is String
    • 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
    • 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
    • getInterlineSettlementInfo

      public InterlineSettlementInfoType getInterlineSettlementInfo()
      Gets the value of the interlineSettlementInfo property.
      Returns:
      possible object is InterlineSettlementInfoType
    • setInterlineSettlementInfo

      public void setInterlineSettlementInfo(InterlineSettlementInfoType value)
      Sets the value of the interlineSettlementInfo property.
      Parameters:
      value - allowed object is InterlineSettlementInfoType
    • getPaxRefID

      public String getPaxRefID()
      Gets the value of the paxRefID property.
      Returns:
      possible object is String
    • setPaxRefID

      public void setPaxRefID(String value)
      Sets the value of the paxRefID property.
      Parameters:
      value - allowed object is String
    • getServiceAssociations

      public ServiceAssociationsType getServiceAssociations()
      Gets the value of the serviceAssociations property.
      Returns:
      possible object is ServiceAssociationsType
    • setServiceAssociations

      public void setServiceAssociations(ServiceAssociationsType value)
      Sets the value of the serviceAssociations property.
      Parameters:
      value - allowed object is ServiceAssociationsType
    • 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
    • getServiceRefID

      public String getServiceRefID()
      Gets the value of the serviceRefID property.
      Returns:
      possible object is String
    • setServiceRefID

      public void setServiceRefID(String value)
      Sets the value of the serviceRefID property.
      Parameters:
      value - allowed object is String
    • getStatusCode

      public String getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is String
    • setStatusCode

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