Class OrderItem1Type

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.OrderItem1Type

public class OrderItem1Type 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 OrderItem1Type complex type.

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

 <complexType name="OrderItem1Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrderItemRefID" 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="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}Service1Type" maxOccurs="unbounded" 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

    • OrderItem1Type

      public OrderItem1Type()
  • Method Details

    • getOrderItemRefID

      public String getOrderItemRefID()
      Gets the value of the orderItemRefID property.
      Returns:
      possible object is String
    • setOrderItemRefID

      public void setOrderItemRefID(String value)
      Sets the value of the orderItemRefID 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
    • getService

      public List<Service1Type> 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 Service1Type

    • 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