Class PriceClassType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PriceClassType

public class PriceClassType extends Object
A price point within a particular Cabin Type (sometimes referred to as 'Fare Families').

Java class for PriceClassType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PriceClassType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
         <element name="DisplayOrderText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
         <element name="FareBasisAppText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
         <element name="FareBasisCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ProperNameType"/>
         <element name="PriceClassID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
    • displayOrderText

      protected String displayOrderText
    • fareBasisAppText

      protected String fareBasisAppText
    • fareBasisCode

      protected String fareBasisCode
    • name

      protected String name
    • priceClassID

      protected String priceClassID
  • Constructor Details

    • PriceClassType

      public PriceClassType()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getDisplayOrderText

      public String getDisplayOrderText()
      Gets the value of the displayOrderText property.
      Returns:
      possible object is String
    • setDisplayOrderText

      public void setDisplayOrderText(String value)
      Sets the value of the displayOrderText property.
      Parameters:
      value - allowed object is String
    • getFareBasisAppText

      public String getFareBasisAppText()
      Gets the value of the fareBasisAppText property.
      Returns:
      possible object is String
    • setFareBasisAppText

      public void setFareBasisAppText(String value)
      Sets the value of the fareBasisAppText property.
      Parameters:
      value - allowed object is String
    • getFareBasisCode

      public String getFareBasisCode()
      Gets the value of the fareBasisCode property.
      Returns:
      possible object is String
    • setFareBasisCode

      public void setFareBasisCode(String value)
      Sets the value of the fareBasisCode property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getPriceClassID

      public String getPriceClassID()
      Gets the value of the priceClassID property.
      Returns:
      possible object is String
    • setPriceClassID

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