Class JourneyPriceClassType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.JourneyPriceClassType
Price class information per Journey.
Java class for JourneyPriceClassType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JourneyPriceClassType">
<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_OfferPriceRS}ID_Type"/>
<element name="PriceClassRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}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
-
JourneyPriceClassType
public JourneyPriceClassType()
-
-
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
-