Class ServiceDefinitionRefType

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

public class ServiceDefinitionRefType extends Object
Airline specific definition of a product or service (excluding flights) that can be separately sold and delivered. e.g. bag, seat, meal on a flight

Java class for ServiceDefinitionRefType complex type.

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

 <complexType name="ServiceDefinitionRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
         <element name="ServiceDefinitionRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • paxSegmentRefID

      protected String paxSegmentRefID
    • serviceDefinitionRefID

      protected String serviceDefinitionRefID
  • Constructor Details

    • ServiceDefinitionRefType

      public ServiceDefinitionRefType()
  • Method Details

    • getPaxSegmentRefID

      public String getPaxSegmentRefID()
      Gets the value of the paxSegmentRefID property.
      Returns:
      possible object is String
    • setPaxSegmentRefID

      public void setPaxSegmentRefID(String value)
      Sets the value of the paxSegmentRefID property.
      Parameters:
      value - allowed object is String
    • getServiceDefinitionRefID

      public String getServiceDefinitionRefID()
      Gets the value of the serviceDefinitionRefID property.
      Returns:
      possible object is String
    • setServiceDefinitionRefID

      public void setServiceDefinitionRefID(String value)
      Sets the value of the serviceDefinitionRefID property.
      Parameters:
      value - allowed object is String