java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.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_OrderSalesInformationNotifRQ}BilateralTimeLimitType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ChangeGroupID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
         <element name="ChangeTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
         <element name="CreationDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="DepositTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="Disclosure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DisclosureType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}FareDetailType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="InventoryGuaranteeDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="InventoryGuaranteeID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
         <element name="NamingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="OrderInstruction" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OrderInstructionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrderItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}AirlineDesigCodeType" minOccurs="0"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OwnerTypeCodeType" minOccurs="0"/>
         <element name="PaymentTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="Penalty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}PenaltyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}PriceType"/>
         <element name="PriceGuaranteeTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ServiceType" maxOccurs="unbounded"/>
         <element name="StatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OrderItemStatusCodeType" minOccurs="0"/>
         <element name="TicketingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="WebAddressURI" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}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

    • getChangeGroupID

      public String getChangeGroupID()
      Gets the value of the changeGroupID property.
      Returns:
      possible object is String
    • setChangeGroupID

      public void setChangeGroupID(String value)
      Sets the value of the changeGroupID property.
      Parameters:
      value - allowed object is String
    • getChangeTypeText

      public String getChangeTypeText()
      Gets the value of the changeTypeText property.
      Returns:
      possible object is String
    • setChangeTypeText

      public void setChangeTypeText(String value)
      Sets the value of the changeTypeText property.
      Parameters:
      value - allowed object is String
    • getCreationDateTime

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

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

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

      public void setDepositTimeLimitDateTime(DateTimeType value)
      Sets the value of the depositTimeLimitDateTime property.
      Parameters:
      value - allowed object is DateTimeType
    • 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 DateTimeType getInventoryGuaranteeDateTime()
      Gets the value of the inventoryGuaranteeDateTime property.
      Returns:
      possible object is DateTimeType
    • setInventoryGuaranteeDateTime

      public void setInventoryGuaranteeDateTime(DateTimeType value)
      Sets the value of the inventoryGuaranteeDateTime property.
      Parameters:
      value - allowed object is DateTimeType
    • 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 DateTimeType getNamingTimeLimitDateTime()
      Gets the value of the namingTimeLimitDateTime property.
      Returns:
      possible object is DateTimeType
    • setNamingTimeLimitDateTime

      public void setNamingTimeLimitDateTime(DateTimeType value)
      Sets the value of the namingTimeLimitDateTime property.
      Parameters:
      value - allowed object is DateTimeType
    • 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 DateTimeType getPaymentTimeLimitDateTime()
      Gets the value of the paymentTimeLimitDateTime property.
      Returns:
      possible object is DateTimeType
    • setPaymentTimeLimitDateTime

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

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

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

      public void setPriceGuaranteeTimeLimitDateTime(DateTimeType value)
      Sets the value of the priceGuaranteeTimeLimitDateTime property.
      Parameters:
      value - allowed object is DateTimeType
    • 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 DateTimeType getTicketingTimeLimitDateTime()
      Gets the value of the ticketingTimeLimitDateTime property.
      Returns:
      possible object is DateTimeType
    • setTicketingTimeLimitDateTime

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