java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.OrderRefType

public class OrderRefType extends Object
Associated order information.

Java class for OrderRefType complex type.

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

 <complexType name="OrderRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrderID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
         <element name="OrderItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AirlineDesigCodeType" minOccurs="0"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OwnerTypeCodeType" minOccurs="0"/>
         <element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" maxOccurs="unbounded" 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

    • OrderRefType

      public OrderRefType()
  • Method Details

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

      public List<String> getServiceID()
      Gets the value of the serviceID 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 serviceID property.

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

          getServiceID().add(newItem);
       

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

    • 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