Class ServiceAssociationsType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.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="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
<element name="SelectedSeat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}SeatonLegType"/>
<element name="ServiceDefinitionRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ServiceDefinitionRefType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected SeatonLegTypeprotected ServiceDefinitionRefType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paxSegmentRefID property.Gets the value of the selectedSeat property.Gets the value of the serviceDefinitionRef property.voidsetPaxSegmentRefID(String value) Sets the value of the paxSegmentRefID property.voidsetSelectedSeat(SeatonLegType value) Sets the value of the selectedSeat property.voidSets the value of the serviceDefinitionRef property.
-
Field Details
-
paxSegmentRefID
-
selectedSeat
-
serviceDefinitionRef
-
-
Constructor Details
-
ServiceAssociationsType
public ServiceAssociationsType()
-
-
Method Details
-
getPaxSegmentRefID
Gets the value of the paxSegmentRefID property.- Returns:
- possible object is
String
-
setPaxSegmentRefID
Sets the value of the paxSegmentRefID property.- Parameters:
value- allowed object isString
-
getSelectedSeat
Gets the value of the selectedSeat property.- Returns:
- possible object is
SeatonLegType
-
setSelectedSeat
Sets the value of the selectedSeat property.- Parameters:
value- allowed object isSeatonLegType
-
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
-