Class ServiceListResponseType

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

public class ServiceListResponseType extends Object
Information related to the Service List Response message.

Java class for ServiceListResponseType complex type.

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

 <complexType name="ServiceListResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ALaCarteOffer" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ALaCarteOfferType" minOccurs="0"/>
         <element name="DataLists" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DataListsType" minOccurs="0"/>
         <element name="Metadata" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}MetadataType" minOccurs="0"/>
         <element name="PaymentFunctions" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PaymentFunctionsOfferType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Processing" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ResponseParametersResponseType" minOccurs="0"/>
         <element name="Warning" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}WarningType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ServiceListResponseType

      public ServiceListResponseType()
  • Method Details

    • getALaCarteOffer

      public ALaCarteOfferType getALaCarteOffer()
      Gets the value of the aLaCarteOffer property.
      Returns:
      possible object is ALaCarteOfferType
    • setALaCarteOffer

      public void setALaCarteOffer(ALaCarteOfferType value)
      Sets the value of the aLaCarteOffer property.
      Parameters:
      value - allowed object is ALaCarteOfferType
    • getDataLists

      public DataListsType getDataLists()
      Gets the value of the dataLists property.
      Returns:
      possible object is DataListsType
    • setDataLists

      public void setDataLists(DataListsType value)
      Sets the value of the dataLists property.
      Parameters:
      value - allowed object is DataListsType
    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • getPaymentFunctions

      public List<PaymentFunctionsOfferType> getPaymentFunctions()
      Gets the value of the paymentFunctions 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 paymentFunctions property.

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

          getPaymentFunctions().add(newItem);
       

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

    • getProcessing

      public ResponseParametersResponseType getProcessing()
      Gets the value of the processing property.
      Returns:
      possible object is ResponseParametersResponseType
    • setProcessing

      public void setProcessing(ResponseParametersResponseType value)
      Sets the value of the processing property.
      Parameters:
      value - allowed object is ResponseParametersResponseType
    • getWarning

      public List<WarningType> getWarning()
      Gets the value of the warning 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 warning property.

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

          getWarning().add(newItem);
       

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