java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.ServiceBundleType

public class ServiceBundleType extends Object
A set of services offered for sale as a single service.

Java class for ServiceBundleType complex type.

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

 <complexType name="ServiceBundleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MaximumServiceQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}QtyType" minOccurs="0"/>
         <element name="ServiceDefinitionRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • maximumServiceQty

      protected QtyType maximumServiceQty
    • serviceDefinitionRefID

      protected List<String> serviceDefinitionRefID
  • Constructor Details

    • ServiceBundleType

      public ServiceBundleType()
  • Method Details

    • getMaximumServiceQty

      public QtyType getMaximumServiceQty()
      Gets the value of the maximumServiceQty property.
      Returns:
      possible object is QtyType
    • setMaximumServiceQty

      public void setMaximumServiceQty(QtyType value)
      Sets the value of the maximumServiceQty property.
      Parameters:
      value - allowed object is QtyType
    • getServiceDefinitionRefID

      public List<String> getServiceDefinitionRefID()
      Gets the value of the serviceDefinitionRefID 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 serviceDefinitionRefID property.

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

          getServiceDefinitionRefID().add(newItem);
       

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