java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.OfferItemType

public class OfferItemType extends Object
A priced grouping of one or more services within an Offer.

Java class for OfferItemType complex type.

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

 <complexType name="OfferItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}FareDetailType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MandatoryInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}IndType" minOccurs="0"/>
         <element name="ModificationProhibitedInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}IndType" minOccurs="0"/>
         <element name="OfferItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
         <element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PriceType"/>
         <element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}Service1Type" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OfferItemType

      public OfferItemType()
  • Method Details

    • getFareDetail

      public List<FareDetailType> getFareDetail()
      Gets the value of the fareDetail 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 fareDetail property.

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

          getFareDetail().add(newItem);
       

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

    • isMandatoryInd

      public Boolean isMandatoryInd()
      Gets the value of the mandatoryInd property.
      Returns:
      possible object is Boolean
    • setMandatoryInd

      public void setMandatoryInd(Boolean value)
      Sets the value of the mandatoryInd property.
      Parameters:
      value - allowed object is Boolean
    • isModificationProhibitedInd

      public Boolean isModificationProhibitedInd()
      Gets the value of the modificationProhibitedInd property.
      Returns:
      possible object is Boolean
    • setModificationProhibitedInd

      public void setModificationProhibitedInd(Boolean value)
      Sets the value of the modificationProhibitedInd property.
      Parameters:
      value - allowed object is Boolean
    • getOfferItemID

      public String getOfferItemID()
      Gets the value of the offerItemID property.
      Returns:
      possible object is String
    • setOfferItemID

      public void setOfferItemID(String value)
      Sets the value of the offerItemID property.
      Parameters:
      value - allowed object is String
    • getPrice

      public PriceType getPrice()
      Gets the value of the price property.
      Returns:
      possible object is PriceType
    • setPrice

      public void setPrice(PriceType value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is PriceType
    • getService

      public List<Service1Type> getService()
      Gets the value of the service 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 service property.

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

          getService().add(newItem);
       

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