Class JourneyOverviewType.JourneyPriceClass

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.JourneyOverviewType.JourneyPriceClass
Enclosing class:
JourneyOverviewType

public static class JourneyOverviewType.JourneyPriceClass extends Object

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 Details

    • paxJourneyRefID

      protected String paxJourneyRefID
    • priceClassRefID

      protected String priceClassRefID
  • Constructor Details

    • JourneyPriceClass

      public JourneyPriceClass()
  • 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