Class JourneyOverviewType.JourneyPriceClass
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.JourneyOverviewType.JourneyPriceClass
- Enclosing class:
- JourneyOverviewType
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">
<sequence>
<element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
<element name="PriceClassRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
</sequence>
</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 priceClassRefID property.voidsetPaxJourneyRefID(String value) Sets the value of the paxJourneyRefID property.voidsetPriceClassRefID(String value) Sets the value of the priceClassRefID property.
-
Field Details
-
paxJourneyRefID
-
priceClassRefID
-
-
Constructor Details
-
JourneyPriceClass
public JourneyPriceClass()
-
-
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
-
getPriceClassRefID
Gets the value of the priceClassRefID property.- Returns:
- possible object is
String
-
setPriceClassRefID
Sets the value of the priceClassRefID property.- Parameters:
value- allowed object isString
-