Class ServiceAssociationsType

java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.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="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" maxOccurs="unbounded"/>
         <element name="SeatAssignment" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}SeatAssignmentType"/>
         <element name="ServiceDefinitionRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ServiceDefinitionRefType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ServiceAssociationsType

      public ServiceAssociationsType()
  • Method Details

    • getPaxJourneyRefID

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

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

          getPaxJourneyRefID().add(newItem);
       

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

    • getSeatAssignment

      public SeatAssignmentType getSeatAssignment()
      Gets the value of the seatAssignment property.
      Returns:
      possible object is SeatAssignmentType
    • setSeatAssignment

      public void setSeatAssignment(SeatAssignmentType value)
      Sets the value of the seatAssignment property.
      Parameters:
      value - allowed object is SeatAssignmentType
    • 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