java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.JourneyPriceClassType

public class JourneyPriceClassType extends Object
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 Details

    • paxJourneyRefID

      protected String paxJourneyRefID
    • priceClassRefID

      protected String priceClassRefID
  • Constructor Details

    • JourneyPriceClassType

      public JourneyPriceClassType()
  • Method Details

    • getPaxJourneyRefID

      public String getPaxJourneyRefID()
      Gets the value of the paxJourneyRefID property.
      Returns:
      possible object is String
    • setPaxJourneyRefID

      public void setPaxJourneyRefID(String value)
      Sets the value of the paxJourneyRefID property.
      Parameters:
      value - allowed object is String
    • getPriceClassRefID

      public String getPriceClassRefID()
      Gets the value of the priceClassRefID property.
      Returns:
      possible object is String
    • setPriceClassRefID

      public void setPriceClassRefID(String value)
      Sets the value of the priceClassRefID property.
      Parameters:
      value - allowed object is String