Class SelectedALaCarteOfferItemType.FlightAssociations
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.SelectedALaCarteOfferItemType.FlightAssociations
- Enclosing class:
- SelectedALaCarteOfferItemType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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_OrderChangeRQ}ID_Type"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
</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 paxSegmentRefID property.voidsetPaxJourneyRefID(String value) Sets the value of the paxJourneyRefID property.voidsetPaxSegmentRefID(String value) Sets the value of the paxSegmentRefID property.
-
Field Details
-
paxJourneyRefID
-
paxSegmentRefID
-
-
Constructor Details
-
FlightAssociations
public FlightAssociations()
-
-
Method Details
-
getPaxJourneyRefID
Gets the value of the paxJourneyRefID property.- Returns:
- possible object is
String
-
setPaxJourneyRefID
Sets the value of the paxJourneyRefID property.- Parameters:
value- allowed object isString
-
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
-