java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.CreateOrderItemType

public class CreateOrderItemType extends Object
Used for selling by value (long sells) rather than selling by reference.

Java class for CreateOrderItemType complex type.

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

 <complexType name="CreateOrderItemType">
   <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_OrderCreateRQ}ID_Type"/>
         <element name="OfferItemTimeLimits" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}OfferItemTimeLimitsType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OfferItemType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}OfferItemTypeType"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}AirlineDesigCodeType"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}OwnerTypeCodeType" minOccurs="0"/>
         <element name="WebAddressURI" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreateOrderItemType

      public CreateOrderItemType()
  • 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
    • getOfferItemTimeLimits

      public List<OfferItemTimeLimitsType> getOfferItemTimeLimits()
      Gets the value of the offerItemTimeLimits 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 offerItemTimeLimits property.

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

          getOfferItemTimeLimits().add(newItem);
       

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

    • getOfferItemType

      public OfferItemTypeType getOfferItemType()
      Gets the value of the offerItemType property.
      Returns:
      possible object is OfferItemTypeType
    • setOfferItemType

      public void setOfferItemType(OfferItemTypeType value)
      Sets the value of the offerItemType property.
      Parameters:
      value - allowed object is OfferItemTypeType
    • 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
    • getWebAddressURI

      public String getWebAddressURI()
      Gets the value of the webAddressURI property.
      Returns:
      possible object is String
    • setWebAddressURI

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