java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.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="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}AirlineDesigCodeType" minOccurs="0"/>
         <element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • ownerCode

      protected String ownerCode
    • serviceID

      protected List<String> serviceID
  • Constructor Details

    • OrderRefType

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