java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.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="CabinType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}CabinTypeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Code" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}CodeType" minOccurs="0"/>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}DescType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DisplayOrderText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
         <element name="FareBasisAppText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
         <element name="FareBasisCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}CodeType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ProperNameType"/>
         <element name="PriceClassID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cabinType

      protected List<CabinTypeType> cabinType
    • code

      protected String code
    • desc

      protected List<DescType> desc
    • 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

    • getCabinType

      public List<CabinTypeType> getCabinType()
      Gets the value of the cabinType property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the cabinType property.

      For example, to add a new item, do as follows:

          getCabinType().add(newItem);
       

      Objects of the following type(s) are allowed in the list CabinTypeType

    • 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
    • getDesc

      public List<DescType> getDesc()
      Gets the value of the desc property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the desc property.

      For example, to add a new item, do as follows:

          getDesc().add(newItem);
       

      Objects of the following type(s) are allowed in the list DescType

    • 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