java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.OrderType

public class OrderType extends Object
A uniquely identified record of the agreement of one party with another to receive products and services under specified terms and conditions. Order supports the sale of a flexible range of airline products and services that are not necessarily Journey b

Java class for OrderType complex type.

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

 <complexType name="OrderType">
   <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_OrderViewRS}BilateralTimeLimitType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="BookingRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}BookingRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DepositTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
         <element name="NamingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
         <element name="OrderID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
         <element name="OrderItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OrderItemType" maxOccurs="unbounded"/>
         <element name="OrderKeys" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}Order1Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OriginalOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OriginalOrderType" minOccurs="0"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AirlineDesigCodeType"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OwnerTypeCodeType" minOccurs="0"/>
         <element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PaxGroupType" minOccurs="0"/>
         <element name="PaymentTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
         <element name="StatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OrderStatusCodeType" minOccurs="0"/>
         <element name="TotalPrice" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PriceType" minOccurs="0"/>
         <element name="WebAddressURI" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OrderType

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

    • getBookingRef

      public List<BookingRefType> getBookingRef()
      Gets the value of the bookingRef 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 bookingRef property.

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

          getBookingRef().add(newItem);
       

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

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

      public String getOrderID()
      Gets the value of the orderID property.
      Returns:
      possible object is String
    • setOrderID

      public void setOrderID(String value)
      Sets the value of the orderID property.
      Parameters:
      value - allowed object is String
    • getOrderItem

      public List<OrderItemType> getOrderItem()
      Gets the value of the orderItem 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 orderItem property.

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

          getOrderItem().add(newItem);
       

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

    • getOrderKeys

      public List<Order1Type> getOrderKeys()
      Gets the value of the orderKeys 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 orderKeys property.

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

          getOrderKeys().add(newItem);
       

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

    • getOriginalOrder

      public OriginalOrderType getOriginalOrder()
      Gets the value of the originalOrder property.
      Returns:
      possible object is OriginalOrderType
    • setOriginalOrder

      public void setOriginalOrder(OriginalOrderType value)
      Sets the value of the originalOrder property.
      Parameters:
      value - allowed object is OriginalOrderType
    • 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
    • getPaxGroup

      public PaxGroupType getPaxGroup()
      Gets the value of the paxGroup property.
      Returns:
      possible object is PaxGroupType
    • setPaxGroup

      public void setPaxGroup(PaxGroupType value)
      Sets the value of the paxGroup property.
      Parameters:
      value - allowed object is PaxGroupType
    • 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
    • getStatusCode

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

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

      public PriceType getTotalPrice()
      Gets the value of the totalPrice property.
      Returns:
      possible object is PriceType
    • setTotalPrice

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