java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.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="OfferItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type" minOccurs="0"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AirlineDesigCodeType" minOccurs="0"/>
         <element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ServiceType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OfferItemType

      public OfferItemType()
  • Method Details

    • 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
    • getOwnerCode

      public String getOwnerCode()
      Gets the value of the ownerCode property.
      Returns:
      possible object is String
    • setOwnerCode

      public void setOwnerCode(String value)
      Sets the value of the ownerCode property.
      Parameters:
      value - allowed object is String
    • getService

      public List<ServiceType> 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 ServiceType