Class ServiceAssociationsType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.ServiceAssociationsType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paxJourneyRefID property.Gets the value of the seatAssignment property.Gets the value of the serviceDefinitionRef property.voidSets the value of the seatAssignment property.voidSets the value of the serviceDefinitionRef property.
-
Field Details
-
paxJourneyRefID
-
seatAssignment
-
serviceDefinitionRef
-
-
Constructor Details
-
ServiceAssociationsType
public ServiceAssociationsType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the seatAssignment property.- Returns:
- possible object is
SeatAssignmentType
-
setSeatAssignment
Sets the value of the seatAssignment property.- Parameters:
value- allowed object isSeatAssignmentType
-
getServiceDefinitionRef
Gets the value of the serviceDefinitionRef property.- Returns:
- possible object is
ServiceDefinitionRefType
-
setServiceDefinitionRef
Sets the value of the serviceDefinitionRef property.- Parameters:
value- allowed object isServiceDefinitionRefType
-