Class OrderInstructionType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.OrderInstructionType

public class OrderInstructionType extends Object
Commission and Cabin Type upgrade information.

Java class for OrderInstructionType complex type.

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

 <complexType name="OrderInstructionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="CabinTypeUpgrade" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CabinTypeType" maxOccurs="unbounded"/>
         <element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CommissionType"/>
         <element name="SpecialService" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}SpecialServiceType" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OrderInstructionType

      public OrderInstructionType()
  • Method Details

    • getCabinTypeUpgrade

      public List<CabinTypeType> getCabinTypeUpgrade()
      Gets the value of the cabinTypeUpgrade property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cabinTypeUpgrade property.

      For example, to add a new item, do as follows:

          getCabinTypeUpgrade().add(newItem);
       

      Objects of the following type(s) are allowed in the list CabinTypeType

    • getCommission

      public CommissionType getCommission()
      Gets the value of the commission property.
      Returns:
      possible object is CommissionType
    • setCommission

      public void setCommission(CommissionType value)
      Sets the value of the commission property.
      Parameters:
      value - allowed object is CommissionType
    • getSpecialService

      public List<SpecialServiceType> getSpecialService()
      Gets the value of the specialService property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the specialService property.

      For example, to add a new item, do as follows:

          getSpecialService().add(newItem);
       

      Objects of the following type(s) are allowed in the list SpecialServiceType