java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.OriginalOrderType

public class OriginalOrderType extends Object
This may be used when an Order has been sub-divided into associated Orders and serves as a reference to the original Order ID.

Java class for OriginalOrderType complex type.

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

 <complexType name="OriginalOrderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}AirlineDesigCodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • ownerCode

      protected String ownerCode
  • Constructor Details

    • OriginalOrderType

      public OriginalOrderType()
  • Method Details

    • 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