Class ServiceAssociationsType

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

public class ServiceAssociationsType extends Object
References to the details of this Service. May include either Passenger Journeys, a Service Definition, or a Selected Seat.

Java class for ServiceAssociationsType complex type.

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

 <complexType name="ServiceAssociationsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
         <element name="SelectedSeat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}SeatonLegType"/>
         <element name="ServiceDefinitionRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ServiceDefinitionRefType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ServiceAssociationsType

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

      public SeatonLegType getSelectedSeat()
      Gets the value of the selectedSeat property.
      Returns:
      possible object is SeatonLegType
    • setSelectedSeat

      public void setSelectedSeat(SeatonLegType value)
      Sets the value of the selectedSeat property.
      Parameters:
      value - allowed object is SeatonLegType
    • getServiceDefinitionRef

      public ServiceDefinitionRefType getServiceDefinitionRef()
      Gets the value of the serviceDefinitionRef property.
      Returns:
      possible object is ServiceDefinitionRefType
    • setServiceDefinitionRef

      public void setServiceDefinitionRef(ServiceDefinitionRefType value)
      Sets the value of the serviceDefinitionRef property.
      Parameters:
      value - allowed object is ServiceDefinitionRefType