java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.OfferType

public class OfferType extends Object
A proposal to sell a specific set of products or Services under specific conditions, for a certain price. Can be the response to a shopping request.

Java class for OfferType complex type.

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

 <complexType name="OfferType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OfferID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type" minOccurs="0"/>
         <element name="OfferItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OfferItemType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AirlineDesigCodeType" minOccurs="0"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OwnerTypeCodeType" minOccurs="0"/>
         <element name="WebAddressURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OfferType

      public OfferType()
  • Method Details

    • getOfferID

      public String getOfferID()
      Gets the value of the offerID property.
      Returns:
      possible object is String
    • setOfferID

      public void setOfferID(String value)
      Sets the value of the offerID property.
      Parameters:
      value - allowed object is String
    • getOfferItem

      public List<OfferItemType> getOfferItem()
      Gets the value of the offerItem 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 offerItem property.

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

          getOfferItem().add(newItem);
       

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

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

      public OwnerTypeCodeContentType getOwnerTypeCode()
      Gets the value of the ownerTypeCode property.
      Returns:
      possible object is OwnerTypeCodeContentType
    • setOwnerTypeCode

      public void setOwnerTypeCode(OwnerTypeCodeContentType value)
      Sets the value of the ownerTypeCode property.
      Parameters:
      value - allowed object is OwnerTypeCodeContentType
    • getWebAddressURL

      public String getWebAddressURL()
      Gets the value of the webAddressURL property.
      Returns:
      possible object is String
    • setWebAddressURL

      public void setWebAddressURL(String value)
      Sets the value of the webAddressURL property.
      Parameters:
      value - allowed object is String