Class InterlineOrderResponsePayloadType

java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.InterlineOrderResponsePayloadType

public class InterlineOrderResponsePayloadType extends Object
Payload for Interline Order response message

Java class for InterlineOrderResponsePayloadType complex type.

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

 <complexType name="InterlineOrderResponsePayloadType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BaggageAllowanceList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}BaggageAllowanceListType" minOccurs="0"/>
         <element name="BaggageDisclosureList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}BaggageDisclosureListType" minOccurs="0"/>
         <element name="DatedMarketingSegmentList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DatedMarketingSegmentListType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DatedOperatingLegList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DatedOperatingLegListType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DatedOperatingSegmentList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DatedOperatingSegmentListType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DisclosureList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DisclosureListType" minOccurs="0"/>
         <element name="MarketingMessage" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}MarketingMessageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PaxList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PaxListType" minOccurs="0"/>
         <element name="PaxSegmentList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PaxSegmentListType" minOccurs="0"/>
         <element name="RetailerOrder" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}OrderKeyType"/>
         <element name="SeatProfileList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}SeatProfileListType" minOccurs="0"/>
         <element name="ServiceDefinitionList" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ServiceDefinitionListType" minOccurs="0"/>
         <element name="SupplierOrder" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}SupplierOrderType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Warning" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}WarningType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InterlineOrderResponsePayloadType

      public InterlineOrderResponsePayloadType()
  • Method Details

    • getBaggageAllowanceList

      public BaggageAllowanceListType getBaggageAllowanceList()
      Gets the value of the baggageAllowanceList property.
      Returns:
      possible object is BaggageAllowanceListType
    • setBaggageAllowanceList

      public void setBaggageAllowanceList(BaggageAllowanceListType value)
      Sets the value of the baggageAllowanceList property.
      Parameters:
      value - allowed object is BaggageAllowanceListType
    • getBaggageDisclosureList

      public BaggageDisclosureListType getBaggageDisclosureList()
      Gets the value of the baggageDisclosureList property.
      Returns:
      possible object is BaggageDisclosureListType
    • setBaggageDisclosureList

      public void setBaggageDisclosureList(BaggageDisclosureListType value)
      Sets the value of the baggageDisclosureList property.
      Parameters:
      value - allowed object is BaggageDisclosureListType
    • getDatedMarketingSegmentList

      public List<DatedMarketingSegmentListType> getDatedMarketingSegmentList()
      Gets the value of the datedMarketingSegmentList 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 datedMarketingSegmentList property.

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

          getDatedMarketingSegmentList().add(newItem);
       

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

    • getDatedOperatingLegList

      public List<DatedOperatingLegListType> getDatedOperatingLegList()
      Gets the value of the datedOperatingLegList 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 datedOperatingLegList property.

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

          getDatedOperatingLegList().add(newItem);
       

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

    • getDatedOperatingSegmentList

      public List<DatedOperatingSegmentListType> getDatedOperatingSegmentList()
      Gets the value of the datedOperatingSegmentList 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 datedOperatingSegmentList property.

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

          getDatedOperatingSegmentList().add(newItem);
       

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

    • getDisclosureList

      public DisclosureListType getDisclosureList()
      Gets the value of the disclosureList property.
      Returns:
      possible object is DisclosureListType
    • setDisclosureList

      public void setDisclosureList(DisclosureListType value)
      Sets the value of the disclosureList property.
      Parameters:
      value - allowed object is DisclosureListType
    • getMarketingMessage

      public List<MarketingMessageType> getMarketingMessage()
      Gets the value of the marketingMessage 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 marketingMessage property.

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

          getMarketingMessage().add(newItem);
       

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

    • getPaxList

      public PaxListType getPaxList()
      Gets the value of the paxList property.
      Returns:
      possible object is PaxListType
    • setPaxList

      public void setPaxList(PaxListType value)
      Sets the value of the paxList property.
      Parameters:
      value - allowed object is PaxListType
    • getPaxSegmentList

      public PaxSegmentListType getPaxSegmentList()
      Gets the value of the paxSegmentList property.
      Returns:
      possible object is PaxSegmentListType
    • setPaxSegmentList

      public void setPaxSegmentList(PaxSegmentListType value)
      Sets the value of the paxSegmentList property.
      Parameters:
      value - allowed object is PaxSegmentListType
    • getRetailerOrder

      public OrderKeyType getRetailerOrder()
      Gets the value of the retailerOrder property.
      Returns:
      possible object is OrderKeyType
    • setRetailerOrder

      public void setRetailerOrder(OrderKeyType value)
      Sets the value of the retailerOrder property.
      Parameters:
      value - allowed object is OrderKeyType
    • getSeatProfileList

      public SeatProfileListType getSeatProfileList()
      Gets the value of the seatProfileList property.
      Returns:
      possible object is SeatProfileListType
    • setSeatProfileList

      public void setSeatProfileList(SeatProfileListType value)
      Sets the value of the seatProfileList property.
      Parameters:
      value - allowed object is SeatProfileListType
    • getServiceDefinitionList

      public ServiceDefinitionListType getServiceDefinitionList()
      Gets the value of the serviceDefinitionList property.
      Returns:
      possible object is ServiceDefinitionListType
    • setServiceDefinitionList

      public void setServiceDefinitionList(ServiceDefinitionListType value)
      Sets the value of the serviceDefinitionList property.
      Parameters:
      value - allowed object is ServiceDefinitionListType
    • getSupplierOrder

      public List<SupplierOrderType> getSupplierOrder()
      Gets the value of the supplierOrder 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 supplierOrder property.

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

          getSupplierOrder().add(newItem);
       

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

    • getWarning

      public WarningType getWarning()
      Gets the value of the warning property.
      Returns:
      possible object is WarningType
    • setWarning

      public void setWarning(WarningType value)
      Sets the value of the warning property.
      Parameters:
      value - allowed object is WarningType