java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.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="OrderRefID" 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"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}OwnerTypeCodeType" 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

    • OriginalOrderType

      public OriginalOrderType()
  • Method Details

    • getOrderRefID

      public String getOrderRefID()
      Gets the value of the orderRefID property.
      Returns:
      possible object is String
    • setOrderRefID

      public void setOrderRefID(String value)
      Sets the value of the orderRefID 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
    • 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