java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.ServiceDetailsType

public class ServiceDetailsType 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 ServiceDetailsType complex type.

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

 <complexType name="ServiceDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CouponTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
         <element name="FeeBasisCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
         <element name="InstantPurchaseCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
         <element name="MaxQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}QtyType" minOccurs="0"/>
         <element name="MinQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}QtyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • couponTypeCode

      protected String couponTypeCode
    • feeBasisCode

      protected String feeBasisCode
    • instantPurchaseCode

      protected String instantPurchaseCode
    • maxQty

      protected QtyType maxQty
    • minQty

      protected QtyType minQty
  • Constructor Details

    • ServiceDetailsType

      public ServiceDetailsType()
  • Method Details

    • getCouponTypeCode

      public String getCouponTypeCode()
      Gets the value of the couponTypeCode property.
      Returns:
      possible object is String
    • setCouponTypeCode

      public void setCouponTypeCode(String value)
      Sets the value of the couponTypeCode property.
      Parameters:
      value - allowed object is String
    • getFeeBasisCode

      public String getFeeBasisCode()
      Gets the value of the feeBasisCode property.
      Returns:
      possible object is String
    • setFeeBasisCode

      public void setFeeBasisCode(String value)
      Sets the value of the feeBasisCode property.
      Parameters:
      value - allowed object is String
    • getInstantPurchaseCode

      public String getInstantPurchaseCode()
      Gets the value of the instantPurchaseCode property.
      Returns:
      possible object is String
    • setInstantPurchaseCode

      public void setInstantPurchaseCode(String value)
      Sets the value of the instantPurchaseCode property.
      Parameters:
      value - allowed object is String
    • getMaxQty

      public QtyType getMaxQty()
      Gets the value of the maxQty property.
      Returns:
      possible object is QtyType
    • setMaxQty

      public void setMaxQty(QtyType value)
      Sets the value of the maxQty property.
      Parameters:
      value - allowed object is QtyType
    • getMinQty

      public QtyType getMinQty()
      Gets the value of the minQty property.
      Returns:
      possible object is QtyType
    • setMinQty

      public void setMinQty(QtyType value)
      Sets the value of the minQty property.
      Parameters:
      value - allowed object is QtyType