java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.OrderItemType

public class OrderItemType extends Object
An individually priced item within an Order, made up of one or more Services. May or may not be a selected Offer Item (e.g. non-chargeable Services available on request such as a wheelchair).

Java class for OrderItemType complex type.

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

 <complexType name="OrderItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BilateralTimeLimit" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}BilateralTimeLimitType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CreationDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" minOccurs="0"/>
         <element name="DepositTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" minOccurs="0"/>
         <element name="Disclosure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DisclosureType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}FareDetailType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="InventoryGuaranteeDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" minOccurs="0"/>
         <element name="InventoryGuaranteeID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="NamingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" minOccurs="0"/>
         <element name="OrderInstruction" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}OrderInstructionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrderItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}AirlineDesigCodeType" minOccurs="0"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}OwnerTypeCodeType" minOccurs="0"/>
         <element name="PaymentTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" minOccurs="0"/>
         <element name="Penalty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PenaltyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PriceGuaranteeTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" minOccurs="0"/>
         <element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ServiceType" maxOccurs="unbounded"/>
         <element name="StatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}OrderItemStatusCodeType" minOccurs="0"/>
         <element name="TicketingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}DateTimeType" 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

    • OrderItemType

      public OrderItemType()
  • Method Details

    • getBilateralTimeLimit

      public List<BilateralTimeLimitType> getBilateralTimeLimit()
      Gets the value of the bilateralTimeLimit 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 bilateralTimeLimit property.

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

          getBilateralTimeLimit().add(newItem);
       

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

    • getCreationDateTime

      public XMLGregorianCalendar getCreationDateTime()
      Gets the value of the creationDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreationDateTime

      public void setCreationDateTime(XMLGregorianCalendar value)
      Sets the value of the creationDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDepositTimeLimitDateTime

      public XMLGregorianCalendar getDepositTimeLimitDateTime()
      Gets the value of the depositTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDepositTimeLimitDateTime

      public void setDepositTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the depositTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDisclosure

      public List<DisclosureType> getDisclosure()
      Gets the value of the disclosure 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 disclosure property.

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

          getDisclosure().add(newItem);
       

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

    • 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

    • getInventoryGuaranteeDateTime

      public XMLGregorianCalendar getInventoryGuaranteeDateTime()
      Gets the value of the inventoryGuaranteeDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setInventoryGuaranteeDateTime

      public void setInventoryGuaranteeDateTime(XMLGregorianCalendar value)
      Sets the value of the inventoryGuaranteeDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getInventoryGuaranteeID

      public String getInventoryGuaranteeID()
      Gets the value of the inventoryGuaranteeID property.
      Returns:
      possible object is String
    • setInventoryGuaranteeID

      public void setInventoryGuaranteeID(String value)
      Sets the value of the inventoryGuaranteeID property.
      Parameters:
      value - allowed object is String
    • getNamingTimeLimitDateTime

      public XMLGregorianCalendar getNamingTimeLimitDateTime()
      Gets the value of the namingTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setNamingTimeLimitDateTime

      public void setNamingTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the namingTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getOrderInstruction

      public List<OrderInstructionType> getOrderInstruction()
      Gets the value of the orderInstruction 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 orderInstruction property.

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

          getOrderInstruction().add(newItem);
       

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

    • getOrderItemID

      public String getOrderItemID()
      Gets the value of the orderItemID property.
      Returns:
      possible object is String
    • setOrderItemID

      public void setOrderItemID(String value)
      Sets the value of the orderItemID 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
    • 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
    • getPaymentTimeLimitDateTime

      public XMLGregorianCalendar getPaymentTimeLimitDateTime()
      Gets the value of the paymentTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPaymentTimeLimitDateTime

      public void setPaymentTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the paymentTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPenalty

      public List<PenaltyType> getPenalty()
      Gets the value of the penalty 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 penalty property.

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

          getPenalty().add(newItem);
       

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

    • getPriceGuaranteeTimeLimitDateTime

      public XMLGregorianCalendar getPriceGuaranteeTimeLimitDateTime()
      Gets the value of the priceGuaranteeTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPriceGuaranteeTimeLimitDateTime

      public void setPriceGuaranteeTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the priceGuaranteeTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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

    • getStatusCode

      public OrderItemStatusCodeContentType getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is OrderItemStatusCodeContentType
    • setStatusCode

      public void setStatusCode(OrderItemStatusCodeContentType value)
      Sets the value of the statusCode property.
      Parameters:
      value - allowed object is OrderItemStatusCodeContentType
    • getTicketingTimeLimitDateTime

      public XMLGregorianCalendar getTicketingTimeLimitDateTime()
      Gets the value of the ticketingTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTicketingTimeLimitDateTime

      public void setTicketingTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the ticketingTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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